OK - thanks - I will temporarily use one of our websites for images.
This code:
ReDefine Get ioCode;
Var cCODE;
ID 101;
Of oDlg;
Color CLR_BLUE;
HelpID 2;
Valid ( CheckBranch( cCode ) )
gives you this display:
http://www.fleetfocus.net/software/images/helpid2.JPGThis code:
ReDefine Get;
ioNAME;
Var cNAME;
ID 102;
Of oDlg;
Color CLR_BLUE;
HelpID 3
gives your this display:
http://www.fleetfocus.net/software/images/helpid3.JPGPlease let me know if you could access the images.
In the above examples I have a 'popup' defined in my help authoring software (.hlp file) with HelpID 2 but I
do not have a 'popup' defined in my help authoring software (.hlp file) with HelpID 3.
As you can see when the HelpID is not defined in the .hlp file it works correctly but if the HelpID is defined it only displays a blank popup i.e. it appears to be finding the HelpID in the .hlp file but cannot display the text.
Sorry - I just noticed - please ignore the '1' and '2' in the input field - this is test data and has nothing to do with the discussion.
Regards,
Dale.