摘要:
菜单项->Tab Order,需要编辑的列的值需大于0 阅读全文
摘要:
窗口的open():dw_1.setTransobject(sqlca)dw_1.retrieve()添加按钮clicked():long ll_insertrowll.insertrow = dw_1.insertrow(0)dw_1.scrolltorow(ll_insertrow)删除按钮clicked():dw_1.deleterow(0)保存按钮clicked():if dw_1.update() > 0 then messagebox(“提示”,“保存成功!”) commit;else messagebox(“提示”,”保存失败!”) rollback;end if刷新按钮c 阅读全文
摘要:
I feel my wings have broken in your hands, I feel the words unspoken inside... And they pull you under, And I will give you anything you want, oh You are all I wanted, All my dreams are ... 阅读全文
摘要:
阅读全文
摘要:
有时候字体躺着,就像这样: 那是因为选择的字体前面有“@”符号就表示躺着的 选择去掉“@”符号的字体,如: 就恢复正常了: 阅读全文