Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01459949
Message ID:
01459998
Views:
61
>How do you ignore the first error?
>
>>You have to ignore the first error and it'll open on the second try. See also http://www.berezniker.com/content/pages/visual-foxpro/remove-structural-cdx-or-memo-flag-table
>>
try
   use ourtable
catch to loError
   if loError.ErrorNo = 1707     
       use ourtable
   endif
endtry
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View