Microsoft
Software
Hardware
Network
Question : SPRY DataSet - not updating on screen after successful update to database
Hello,
I have a main form with an "edit" button. This form is populated with a Spry DataSet. The main form loads a Shadowbox form for user to update data when "edit" is clicked. On the Shadowbox form, I have a button "Update Info". I want the user to press this button, data gets updated, Shadowbox closes and the main form shows the updated information.
Everything is working correctly, except for the update on the main form. I must reload the main form to see the updated data. I have tried Spry.DataSet.updateAllRegi
ons() as well as Spry.DataSet.updateRegion(
"myRegion"
) but neither has any effect. I need it to be update after the Shadowbox is closed.
I'm sure I'm overlooking something very obvious, so I would be very appreciative if someone could point me in the right direction. This is my first project with Spry.
Many thanks.
Cheers!
Answer : SPRY DataSet - not updating on screen after successful update to database
Also, I think you may want to call loadData() after the update is performed.
ds1.loadData();
Random Solutions
HP Web JetAdmin uses lots of RAM
Please wait while Windows configures Crystal Reports Release 2
Dynamic NAT/PAT !! is it working properly?
Using shell with redirection
Adding text in front of all footnotes
No Suitable Driver Found
Keep geting lots of "The system failed to flush data to the transaction log. Corruption may occur" errors in Windows 7 Pro
Question about Exchange 2010 mailbox move.
Forgot how to do 1 to many SQLs
Setting Compatibility Mode in IE8 using JavaScript