home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / jun95 / ripp13.gif < prev    next >
Graphics Interchange Format  |  1995-11-16  |  9KB  |  525x417  |  4-bit (6 colors)
Labels: text | screenshot | display | number | software | font
OCR: HELP.FSL :: #Form1 :: mHelp* method mHelp( ) var tcHelp TCursor endVar if active.class <> "Field" then msgInfo( "Help", "Help is only available for fields.") return else ignoreCase InLocate (Yes) tcHelp.open("help.db") endIf if toHelp.locate(1, active. tableName, 2,active.fieldName) then msg Info("Help for field: " + active.fieldName , strVal(tcHelp.help)) else msg Info("Help", "No help is available for this field.") endIf endmethod Edi Line: 16 Col: 2