Nov 27, 2003 #1 tforr Programmer Aug 14, 2003 181 GB how do you determine whether or not an alias is in use regards, Thomas
Nov 27, 2003 #2 hyonos Technical User Apr 2, 2003 46 IT have you try USED ? select mytable ? used('mytable') && this display .T. well, now you can use: myalias=alias() if used('myalias') wait window "is used" endif Upvote 0 Downvote
have you try USED ? select mytable ? used('mytable') && this display .T. well, now you can use: myalias=alias() if used('myalias') wait window "is used" endif
Nov 27, 2003 #3 kingbullet Programmer Nov 21, 2003 6 BG a little error in code above if used('&myalias') *or if used(myalias) *not if used('myalias') .................. endif Upvote 0 Downvote
a little error in code above if used('&myalias') *or if used(myalias) *not if used('myalias') .................. endif