Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Untrapable error?
Message
From
12/12/2000 12:36:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Untrapable error?
Miscellaneous
Thread ID:
00452332
Message ID:
00452332
Views:
89
I have to open some tables created by another application. Unfortunately whoever created them embeded the alias in the index expression (the table has a "unique" name). So when you try to open the table, an error will pop up "Alias 'blah' not found". It's a dialog box with "OK" and help buttons. My problem is that I can't seem to trap this error (since I don't want that message to pop on the screen).

To reproduce the problem :

Create cursor ctest (f1 c(10))
Index on ctest->f1 tag f1
copy to c:\blah cdx
use in ctest
use c:\blah

Thank's

Sorin
Next
Reply
Map
View

Click here to load this message in the networking platform