会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nick.flyrong
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2015年9月14日
pb datawindow的用法
摘要: 1.使DataWindow列只能追加不能修改如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下:将每一列的 Protect 属性设置为:If( IsRowNew(), 0, 1) )在 PowerScript 中可...
阅读全文
posted @ 2015-09-14 14:41 nick.flyrong
阅读(2682)
评论(0)
推荐(0)
2015年9月11日
charindex函数的用法
摘要: 例一:CustomName包含客户的First Name和Last Name,它们之间被一个空格隔开。我们用CHARINDX函数确定两个名字中间空格的位置。通过这个方法,我们可以分析ContactName列的空格位置,这样可以只显示这个列的last name部分。select top 5 subst...
阅读全文
posted @ 2015-09-11 18:32 nick.flyrong
阅读(1792)
评论(0)
推荐(0)
2015年9月10日
pb datawindow 类型
摘要: DataWindow.Processing 判断 DataWindow 对象的类型可用 DataWindow.Processing 判断 DataWindow 对象的类型,dw的类型如下: 0 (Default) Form, group, query, or tabular 1 Grid 2 ...
阅读全文
posted @ 2015-09-10 18:24 nick.flyrong
阅读(1031)
评论(0)
推荐(0)
2015年8月26日
sql之游标
摘要: --select*frommaster..sysprocessesusetestdeclaremy_cursorcursorscrolldynamic--scroll表示可以向前或向后移动dynamic:表示可写也可读,forselectF3fromtemp--定义my_cursor游标openmy...
阅读全文
posted @ 2015-08-26 10:08 nick.flyrong
阅读(127)
评论(0)
推荐(0)
2015年8月20日
http请求之of_ordering_getmiditem
摘要: //Public function of_ordering_getmiditem (string as_instr,string as_key) returns string //string as_instr//string as_keylong ll_poslong ll_findstring ...
阅读全文
posted @ 2015-08-20 12:54 nick.flyrong
阅读(238)
评论(0)
推荐(0)
http请求之of_ordering_http_get
摘要: //Public function of_ordering_http_get (string as_url) returns string //string as_urllong ll_tempstring ls_refstring ls_errstring responsetext=""oleob...
阅读全文
posted @ 2015-08-20 12:53 nick.flyrong
阅读(216)
评论(0)
推荐(0)
http请求之of_ordering_http_post
摘要: //Public function of_ordering_http_post (string as_vipsj,string as_url) returns string //string as_vipsj//string as_urllong ll_tempstring ls_refstring...
阅读全文
posted @ 2015-08-20 12:53 nick.flyrong
阅读(326)
评论(0)
推荐(0)
http请求之of_ordering_json
摘要: //Public function of_ordering_json (string as_json,ref string as_jsons[]) returns integer //string as_json//string as_jsons[]long ll_posstring ls_json...
阅读全文
posted @ 2015-08-20 12:52 nick.flyrong
阅读(153)
评论(0)
推荐(0)
http请求之of_ordering_login
该文被密码保护。
阅读全文
posted @ 2015-08-20 12:49 nick.flyrong
阅读(4)
评论(0)
推荐(0)
2015年8月18日
PB中的DataStore的应用示例
摘要: 编程过程中想在窗口中加一个下拉列表(DDLB),原来听同学说过可以动态改变下拉列表的值,数据库中的表改变,前台客户端的下拉列表就会变,记得当时同学说的是用一个叫下拉数据窗口(DDDW)的东西做的,一直没试过,今天遇到了这样的问题,想试一下,于是在网上查找例子,但似乎都不合我的意,下面简单说下需求:涉...
阅读全文
posted @ 2015-08-18 21:36 nick.flyrong
阅读(2714)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告