PowerBuilder日常应用记载

PB常用易忘记功能:
1、数据窗口计算列的值读取方法:dwobject.object.compute_1[1]

2、获取数据窗口对象(dwo),以便调用:
dwobject ldwo_temp
ldwo_temp = dw_1.Object
ldwo_temp.__get_attribute("columnname",False)


3、调用上级事件:call super::event()

4、执行sql脚本写法:Execute Immediate :ls_sql;

5、修改ini文件,SetProfileString函数

6、判断文件存不存在,FileExists(filename)


积累中…………

你可能感兴趣的:(sql,脚本,PowerBuilder)