Is there a video or does someone know how to include the Help Topic icon into a Freeform Layout?
Is there a video or does someone know how to include the Help Topic icon into a Freeform Layout?
Regards
Keith Hubert
Alpha Guild Member
London.
KHDB Management Systems
Skype = keith.hubert
For your day-to-day Needs, you Need an Alpha Database!
Probably more than one way to do this. I put the help button on the grid's toolbar then ran the grid in Firefox and used firebug to pull the html for the button out and then copied that html into the freeform region. The html looked like thisIt worked.Code:<img style="cursor:pointer;" title="Open help window." src="images/$$generic.help.png.a5image" onclick="GRID1_GridObj.showGridHelp('Test');">
Hi Jim,
Thanks for your code.
Is 'Test' the name of your help file? I'm talking about the A5helptable.dbf which gets created when you use the built in help. (see screen shot)
Regards
Keith Hubert
Alpha Guild Member
London.
KHDB Management Systems
Skype = keith.hubert
For your day-to-day Needs, you Need an Alpha Database!
Test was the name of the help ID in the help table.
That makes sense to me now, thanks Jim.
Regards
Keith Hubert
Alpha Guild Member
London.
KHDB Management Systems
Skype = keith.hubert
For your day-to-day Needs, you Need an Alpha Database!
Bookmarks