Hi all,
I've been looking, but I cannot seem to find a way to have a button on a browse, which when pressed, performs a couple of operations (creates a record on disk and prepopulates it with information, then automatically calls a WebForm to update the newly created record?
I've set the button to the 'Change' function, and that works in calling the WebForm, however because it is done via Javascript, my embedded code is not called when the button is pressed.
I am thinking I have to call the page from the Clarion source code, but I am not sure of which parameters are important?