` 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: View bug fix for ABBrowse template (C4)
1998-10-21 -- Jim G
 
Newsgroups: comp.lang.clarion I reported this problem to Topspeed a couple of months ago. To my knowledge, no one took any action. Finally, I couldn't wait any longer for a fix. I HAD to get this app to a customer. Hope someone else may benefit from this. !Invalid assumption being made that a valid position for the view !has been RESET to. If this is false, the next FETCH will force an !Event:Closewindow to be issued, thus exiting the window for no !valid reason. The following code will remedy the problem. !Insert at Line 992 in "ABBrowse.clw" NEXT(SELF.View) !check for fatal errors IF ~ERRORCODE() !if none, then use current position RESET(SELF.View,POSITION(SELF.View)) ELSE SET(SELF.View) END


Today is April 30, 2024, 9:12 pm
This article has been viewed 35119 times.
Google search has resulted in 8 hits on this article since January 25, 2004.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: