Code: Select all
SRT>GetPatData
GetDialogProperty>Dialog1,SrcPatID,Text,strSrcPatID
IF>{(%strSrcPatID% ="") OR (%strSrcPatID% = %str123%)}
SkipLabel>NoValidID
ELSE
Gosub>RequestPatData
ENDIF
End>GetPatData
Moderators: Dorian (MJT support), JRL
Code: Select all
SRT>GetPatData
GetDialogProperty>Dialog1,SrcPatID,Text,strSrcPatID
IF>{(%strSrcPatID% ="") OR (%strSrcPatID% = %str123%)}
SkipLabel>NoValidID
ELSE
Gosub>RequestPatData
ENDIF
End>GetPatData
A funny thing about this help topic. If I simply go to "Command Reference" using the icon provided in the editor then select "SkipLabel" from the list, I don't see this helpful tidbit. However, I originally pressed F1 for help while my cursor was on the line containing "SkipLabel>". The help that pops up then DOES contain the above quoted message. There seem to be two versions of help for SkipLabel>.Note: SkipLabel is not supported by dialog event handler subroutines.