Search found 2 matches

by qui
Thu Mar 20 2003
Forum: Power Builder Community
Topic: Move to first record in the data windows control
Replies: 3
Views: 8936

Re: Move to first record in the data windows control

Hello patricksky,

I dont know whether you fix that problem or not? cuz I had just jointed this room :)

To do that, simply you can use to function ScrollToRow(1) or SetRow(1)

Please refer the Help in PB :D

Hope it's helpful
by qui
Thu Mar 20 2003
Forum: Power Builder Community
Topic: Cannot use Update and Insert statement with Access2000 in PB
Replies: 1
Views: 7442

Cannot use Update and Insert statement with Access2000 in PB

Hi there, I have a problem when I program in Power Builder with database Access 2000. I usethe Update and Insert statements in the script as follows: String ls_name ls_name = "David" Update employees Set name = ls_:name Where id = 1 Using SQLCA; If SQLCA.SQLCode <> 0 Then MessageBox("...