cls()
Richard Kreiss
rkreiss at gccconsulting.net
Tue Jan 6 08:17:58 PST 2015
In auto processing I have a show statement show("25","5") "\r / \r"-Show More Options \r E \r-Add,edit email address"
In IUA when <T> is pressed a browse lookup comes up. I have CLS ("25","1") prior to the browse executing but the line does not clear.
Windows
FilePro 5.7.03.07
It appears that the only way to clear line 25 once a show() has been issued. My solution is to put the original verbiage into a dummy field and then blank the field when the browse comes up.
sh(25,*)= "\r / \r"-Show More Options \r E \r-Add,edit email address"
In auto processing show("25","5") sh
In input processing:
SHOW("25","5") sh
When browse closes, auto processing runs again, the original value is displayed.
My question, can CLS() clear line 25 or is it programmed to only clear to line 24 even though show() will display on line 25?
Richard Kreiss
GCC Consulting
Office: 410-653-2813
More information about the Filepro-list
mailing list