Help - Change Form_Mode

jberry123

Active Member
Hi List,
I am trying to accomplish what I thought was a easy task but it turns out
that it isn't.First off - Is there a way to change a Form_Mode Status.
Details of why Below.

What I am trying to accomplish and hopefully someone can help.

My users need a Maintenace screen that has F4101 (Item Number, and User
Reserve Date). They need the ability to import in a file (Item Nuber, User
Res Date) and update the record.

I am using a Headerless Detail with business view of F4101. I then upload
my file in the grid. The problem is this: When I upload a file (Item,
Date) and press enter it is in Add_Mode - I need it to be in Update_Mode.

Has anyone accomplished this before, If so could you please help.
Thanks,
Jimmy
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.
 
immy,
i think you should create a find/browse form to list records in f4101. in the header event rule "write grid line - before" do a table i/o to the second table to retrieve the updated info. move updated info to grid field. after user selects record (user set focus on grid) get the update fields and update form interconnect fields.
do a form interconnect to a fix/inspect form. in "post dialog is initialized event" move form interconnect fields into bsvw fields.
dave
 
That's how I usually do it. Works great.

Tom
----- Original Message -----
From: "got_to_love_jde" <[email protected]>
To: <[email protected]>
Sent: Tuesday, October 31, 2000 11:12 AM
Subject: Re: Help - Change Form_Mode ~~233:240


> immy,
> i think you should create a find/browse form to list records in f4101.
in the header event rule "write grid line - before" do a table i/o to the
second table to retrieve the updated info. move updated info to grid field.
after user selects record (user set focus on grid) get the update fields and
update form interconnect fields.
> do a form interconnect to a fix/inspect form. in "post dialog is
initialized event" move form interconnect fields into bsvw fields.
> dave
>
>
>
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numbe
r=240
> *************************************************************
> This is the JDEList One World Developers Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
 
Back
Top