Re: HELP - Forms 4.5 - character cell forms vs. GUI forms
Date: Tue, 04 Aug 1998 21:02:33 GMT
Message-ID: <6q7st9$v6r$1_at_nnrp1.dejanews.com>
In article <35c73695.104515164_at_news.services.fccc.edu>,
am_balshem_at_fccc.edu (Andrew M. Balshem) wrote:
> In the past, in character cell forms we've developed (where virtually
> all actions are controlled by keystrokes) we have created a temporary
> (non-database) block where the entry clerk enters an ID and a
> TimePoint. A key-nxtfld trigger then determined whether this record
> (based on ID/Timepoint) was already in a table or not. If it was
> not, the cursor moves to the database block (copying the ID/TimePoint
> to non-displayed database block fields) in insert mode. It it was,
> the cursor moves to the database block in update mode.
>
> We are now using GUI forms and I'd like the same control (and in fact
> do have it as long as the entry clerk keys off of the 2 non-database
> fields.) However if the entry clerk uses the mouse to move to the
> database block, problems arise (which I will not go into here). Is
> there some way of preventing the clerk from leaving the non-database
> block by way of her mouse???
>
I'm not sure what the problem is of leaving the block with her mouse... You can use a When-Validate-Item trigger or something like that on the last item that she is leaving and put the code in there instead of a key-next-item trigger. Validation triggers are a big improvement in the GUI 4.5 forms from 3.0... check 'em out, eh! Lyall, from the great white north!
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Tue Aug 04 1998 - 23:02:33 CEST