Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link ABC: Updating multiple files when closing form 1998-12-30 -- Jim Kane Newsgroups: comp.lang.clarion
> Click on the properties for you OK button, and in the ACCEPT embed just
> write your code in. Then you get to do the same for Control_Enter...
May not be such a good idea. Consider the case where after you press OK
and save to the other file, the code then enters the non-stop select mode
to check all fields and finds one that doesnt validate. You would only
add to the 2nd file and not the primary file. Probably a better abc
approach is in TakeCompleted, after the call to parent, if no error is
returned, then save to another file. The optimum solution is hand coding
a logout.
---
Jim Kane - TeamTopSpeed
Today is November 21, 2024, 6:40 am This article has been viewed 35385 times. Google search has resulted in 7 hits on this article since January 25, 2004.
|
|