` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please 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!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

ABC: Priming records on insert
1999-01-05 -- Jim Katz
 
Newsgroups: topspeed.products.c4 > I want to do the same as in a generated window. I want a button called > Create, which calls a create window (or rather a UpdateXXXX in create > mode.). The special thing is that it is not the table being browsed I want > to create a record in. Assuming you have created a form procedure for the record you wish to update, you must set the GlobalRequest to InsertRecord immediately before the form is called. And you must prime the record by doing Access:FileName.PrimeRecord(), this method returns 0, or level:benign if successful. So you can do something like this: If Not Access:MyFile.PrimeRecord() !! Prime the record GlobalRequest = InsertRecord Update:Myfile !! < call the update proc If GlobalResponse = RequestCancelled Access:MyFile.CancelAutoInc() !! Call this if you have an auto-increment key End Clear(GlobalResponse) End HTH -- Jim Katz


Today is May 4, 2024, 11:18 am
This article has been viewed 35117 times.
Google search has resulted in 12 hits on this article since January 25, 2004.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: