Some Sort of Control From The Browse Screen
Rkreiss@verizon.net]
rkreiss at verizon.net
Sat Oct 16 04:54:04 PDT 2010
The only way, as I see it, is to create the browse fron another file.
Everything can the be handled from there including using a sysem call to access the highlighted record.
A lot more programming but will give the result wanted.
Richard
-----Original Message-----
From: John Esak <john at valar.com>
Sent: Saturday, October 16, 2010 5:46 AM
To: filepro-list at lists.celestial.com
Subject: RE: Some Sort of Control From The Browse Screen
I'm afraid, while this is helpful from Bob, it doesn't work *only* when you do it from the IUA browse. This is simply a when entering field 1 trigger It has no way of knowing that you came from the browse... Or from another field, or from @keyU. Well, you could trap a variable in the @keyU process, but still it would not discriminate whether you are pressing "U" at @entsel or from the browse.
I don't think you can do what you want to do. I think Ken or Ron would have piped up if it was possible.
You can delineate/discriminate between @keyU and @update but that's about it.
John
> -----Original Message-----
> From: filepro-list-bounces+john=valar.com at lists.celestial.com
> [mailto:filepro-list-bounces+john=valar.com at lists.celestial.co
> m] On Behalf Of Bob Simcoe
> Sent: Friday, October 15, 2010 4:59 PM
> To: Scott Walker
> Cc: filepro-list at lists.celestial.com
> Subject: RE: Some Sort of Control From The Browse Screen
>
> Scott,
>
> I used this input processing to put a Y in field 4 of the
> highlighted browse record by pressing the U, in browse
> Use it as an -z alternate input on the menu line so it
> doesn't work every other time you may look at the records.
> ◄ If:
> Then: end
> 2 ------- - - - - - - - - -
> @wef* ◄ If: 4 eq ""
> Then: 4 = "Y" ; display ; pushkey "[save]B"
> 3 ------- - - - - - - - - -
> ◄ If: 4 eq "Y"
> Then: 4 = "" ; display ; pushkey "[save]B"
> 4 ------- - - - - - - - - -
> ◄ If:
> Then: end
>
> Maybe this helps
>
> Bob Simcoe
>
>
> -----Original Message-----
> From:
> filepro-list-bounces+bob=midcityoffice.com at lists.celestial.com
>
> [mailto:filepro-list-bounces+bob=midcityoffice.com at lists.celes
> tial.com] On Behalf Of Scott Walker
> Sent: Thursday, October 14, 2010 4:12 PM
> To: 'filePro Mailing List'
> Subject: Some Sort of Control From The Browse Screen
>
> Is there no way, no how, to get any programmable control of
> what happens
> when the user is on a browse (the full file type of
> browse..not the lookup
> browse).
>
>
>
> I want to be highlighting a record and press a key (lets say
> "T") and have
> it check off the highlighted record (as in checking off the
> items in your
> check book that have cleared). So programmatically when you
> pressed "T" on
> the browse screen, the highlighted record would have the value of it's
> "Cleared" field set to "Y" and the browse would be refreshed so the
> "Cleared" field would now show "Y".
>
>
>
> I'm pretty sure this can't be done but if anyone has a wild &
> crazy way
> they've made it happen, I'd love to know.
>
>
>
> I could even live with, when on the browse screen, press "U"
> and go into
> update on the screen. Maybe I could take over at that point,
> change the
> Cleared field to "Y" and then record the screen and go back
> to the browse
> screen. But how would I tell that I had been on the browse
> and pressed
> "U"?
>
>
>
>
>
> Regards,
>
>
>
> Scott
>
>
>
>
>
> Scott Walker
>
> RAM Systems Corp
>
> (704) 896-6549
>
> ScottWalker at RAMSystemsCorp.com
>
>
>
> www.RAMSystemsCorp.com
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.celestial.com/pipermail/filepro-list/attachment
> s/20101014/cb6bcc59/attachment.html
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>
> .
> .
> .
> .
> .
> .
> *** Message Virus Free. Email scanned by I-FILTER. ***
> Corporate Anti-Spam and Anti-Virus email service by www.I-EVOLVE.com
>
> .
> .
> .
> .
> .
>
[The entire original message is not included]
More information about the Filepro-list
mailing list