Some Sort of Control From The Browse Screen

flowersoft at compuserve.com flowersoft at compuserve.com
Sat Oct 16 20:03:19 PDT 2010


If all you want is the ability to toggle a field on or off, like checking
off the items that have cleared in your checking account, then I think the
solution is fairly simple if you don't mind using "U" as your toggle key.
Let's say your main screen is 1 and the field you want to toggle on/off is
field 5.

Create a screen 9.  Screen 9 should be a screen with no fields on it, just a
blank screen.

The menu line: \fp\rclerk filename -s9 -xi -b
"your_browse_format_should_show_field 5"

Automatic processing:

	If: @sk="brky"
    Then: switchto 1; goto JUMP1
	If: @sn="9" and 5=""
    Then: 5="Y"; end
	If: @sn="9" and 5="Y"
    Then: 5=""; end
JUMP1 If:	...		'other processing if any
    Then:	...
	

Input processing:

@entsel  If: @sn="9"
	 Then: entsel=""; pushkey "b"; end
	   If: entsel="y"
	 Then: entsel=""; switchto 9; pushkey "b"; end
	   If:
	 Then: entsel="Y"
	   If:
	 Then: declare entsel(1,yesno,g)
	   If:
	 Then: ...		'other processing here if needed

All you have to tell your users is to press "U" to toggle field 5 from "" to
"Y" or from "Y" to ""
And if they need to look or update the record to hit <ctrl> + c or <del>del>
As soon as they finish looking or updating the record, they will be returned
to the browse screen
where they can keep pressing "U" to toggle field 5.


-----Original Message-----
From: filepro-list-bounces+flowersoft=compuserve.com at lists.celestial.com
[mailto:filepro-list-bounces+flowersoft=compuserve.com at lists.celestial.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/attachments/20101014/cb6
bcc59/attachment.html 
_______________________________________________
Filepro-list mailing list
Filepro-list at lists.celestial.com
Subscribe/Unsubscribe/Subscription Changes
http://mailman.celestial.com/mailman/listinfo/filepro-list



More information about the Filepro-list mailing list