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
Unable To Add Outlook Account
Two SCCM primary site in active directory
Windows Server 2008 R2 iSCSI Initiator and HP D2D CHAP issue
Store file in mysql using connector.net and blob field
Large Calendar
Deleting Unmatched Records MS Acess 2000
Microsoft Virtual Environment - SQL Server 2005/SQL Server 2008
Script to Remove Groups from the "Member of" groups in a list of user accounts
make opera mini 5 my default browser
How do I add buttons on a PDF form to add/remove rows of data?