Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread my first experiences with Web Builder
Tue, Mar 12 2013 6:00 PMPermanent Link

Paul Waegemans

IMS bvba

Avatar

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 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email 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




Image