也不太明白这句说的什么意思.哪位帮忙给个例子 .谢谢了.作者: yangkinki 时间: 2006-11-17 16:50
DbTable("DbTable_3").Check CheckPoint("DbTable_3"),
uses the SetTOProperty method to modify the database table's source property
orderno = Window("Flight Reservation").WinEdit("Order No:").GetROProperty("Text")
uses the getroproperty method to get winedit order no: text property作者: honglong 时间: 2006-11-17 21:12
斑竹,我主要是想问其中的"DbTable"\"Source"是什么意思。作者: yangkinki 时间: 2006-11-20 11:13
dbtable object description
The database table object used in database checkpoints.
source is object 's property
DbTable("DbTable").SetTOProperty "Source", "SELECT * FROM ADDRESS"
uses the SetTOProperty method to modify the database table's source property
你插入一数据库检查点后,具体看对象库中的描述就会明白