Click to See Complete Forum and Search --> : Need Help with FastFinger


oldone
03-16-2006, 02:08 PM
Situation: I am trying to start pilot-db and sort the databases alphabetically so that I can select a specific database using the pen command.

Problem: Everything goes OK until I try and use the pen command to select OK in the Display Options diolog box. I appears as though the pen is tapping the location on the main screen, not in the diolog box window. The pen taps the down arrow to open the sort choices (alphabetic or manual), then taps alphabetic, but when it taps the OK button, all I get is a beep. Just like I get if I physically tap the main screen while the diolog box is open.

Remedy: Probably very simple and self-evident to you younger folks. I hope one of you can help me. Thanks

oldone
03-16-2006, 02:33 PM
I found the problem. Some how a semi-colon found it's way into the script before the second pen tap to select alphabetic. I am even dumber than I look. - sad thing -

script:
ffscript=db-Authors
;Pilot-DB - Authors DB
appname=DB
cmd=0106;command toolbar
key=D;select display options
pen=101,108,1;drop down list
pen=101,108,1;alphabetic
pen=20,153,1;OK
pen=28,34,1;select Authors db
end

Brings up a new problem though. Is there anyway to get to the top of a database list other than doing a bunch of 'cmd=000B;page up' commands?