Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
my first experiences with Web Builder |
Tue, Mar 12 2013 6:00 PM | Permanent Link |
Paul Waegemans IMS bvba | See hereby
Need some help for updating tables in a remote database Thanks for suggestions. Paul. Attachments: ElevateWebBuilder_Project.doc |
Wed, Mar 13 2013 4:18 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Paul,
Please try to post questions as text with the images as attachments. It makes it much easier for everyone to follow the conversation. << After showing the available information in my table I want my contacts to update their personal information themselves (for example e-mail or Gsm or Telefoon). When they click the button Update I want my table to be updated!!! How do I proceed? Is the following code correct? >> Not quite. Everything is good up until the last part: FrmAanmelden.Button1Click(Sender); <<<<<<<<<< Problem. You want to put this code in the AfterCommit and AfterRollback event handlers for the TDatabase component: http://www.elevatesoft.com/manual?action=viewevent&id=ewb1&comp=TDatabase&event=AfterCommit http://www.elevatesoft.com/manual?action=viewevent&id=ewb1&comp=TDatabase&event=AfterRollback You must always remember that the web browser environment is *always* asynchronous relative to events, especially events that require server requests/responses like the commit operation. If you have any other questions, please let me know. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Thursday, December 12, 2024 at 02:38 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |