首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

一个检索按钮的有关问题

2012-02-27 
一个检索按钮的问题string is_sqlselect,is_sqlopen(员工信息_query)is_sqlselectmessage.stringparmif u

一个检索按钮的问题
string is_sqlselect,is_sql
open(员工信息_query)
is_sqlselect=message.stringparm
if upper(is_sqlselect)="CANCEL" then return
if is_sqlselect="" then
is_sql= is_sqlselect
else
is_sql=is_sqlselect+"where"+is_sqlselect
end if

dw_1.setsqlselect(is_sql)
dw_1.retrieve
运行不出来这句open(员工信息_query)有错  
怎么解决,麻烦各位了

[解决办法]
已经发至邮箱,请查收

热点排行