home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / aug94 / btfig10b.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  34KB  |  573x303  |  8-bit (256 colors)
Labels: text | screenshot | display | software | multimedia software | number
OCR: CUSTDET :: #Form1 :: setFocus method setFocus(var eventInfo Event) var f Form tc TCursor endVar if eventInfo.isPreFilter() then ; This code executes for each object on the form. else ; This code executes only for the form. if f.attach("Select Customer") then f.dmAttach(tc,"Cust") dmResync("Cust", tc) endIf endif endMethod Edit Line: 10 Col: 44