To check to see if the current selection is from a
particular table, try something along these lines:
If SelectionInfo (SEL_INFO_NROWS) > 0
then if SelectionInfo (SEL_INFO_TABLENAME) = mytab
then selfrommytab-TRUE
else selfrommytab=FALSE
end if
else selfrommytab=FALSE
end if
If you only want to see if any selection has been made,
simply check for SelectionInfo (SEL_INFO_NROWS) > 0.
HTH
Spencer
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 3958