Question In P48011 - Equipment WO Entry

krishna_jde

Member
Hi List,

We are having a situation here and I am hoping any one of you in the list
can help us.

The application P48011 - Equipment WO Entry defaults a constant date value
(06/12/00) into the WO Start date (FC Start Date.. Form control) as soon as
the form is loaded.

We would like to know from where it is getting this value and possible where
the event rule could be.

We already did the following :

We took the text print out of the Event rules of this application and no
where we can find the assignment statement.

We checked all the possible events like Dialog and Post-Dialog intialized
and all the possible events.

We checked the properties of the Form control and of no use.

We put the application in Event Rule debugger , till the last statement of
Dialog init. event, the Form Control value is Null. Then it goes to the
first line of Post-Dialog Init. event, now the form control has the value
"06/12/01".

So the question is , where this value is assigned and from where it is
getting this specific value?.

What is happening between this Dialog and post-dialog init events.?
From where and how the form control is getting this value when there is no
assignment or BF call at all.?

We can blank it out in post-dialog but we are curious to know what we are
missing here. Because since the date is more than 6 months old it makes the
sub-ledger inactive and we are also looking for that logic which does this
inactive thing.

We would appreciate if anybody can help us on this regard.

Thanks in advance.

Krishna

*******************************************************************
Release Information :

B73.3.2 , SP 13.1_CACHE, AS400

Tested with and without all the pre-req. ESU's.
********************************************************************


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
 
Krishna,
Do you have a default value in the data dictionary for that start date field ?
dave


NT 4.0 SP5, SQL 7.0, One World B7321 SP12.4, Citrix 1.8 (XE soon)
 
Hi Krishna,
Dave is right.
If you do not find Default Value for your Data Item in the Data Dictionary then check the Properties/Overrides of your control on the Form in FDA (maybe, you alreday have done it).
If your Data Item get the default Value from the Data Dictionary then consider that you change it the DD or override it on the Form.
If only few Forms are affected then the second method is my recommendation.
The deployment of changes dependss on how do you change the Default Value.
Let us know your results. Thanks.
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Thanks Zoltan,
I did not even think of overrides on the control in the form itself. I am sure that is a more likely place to find the defaulting value.

As usual you are THE MAN !

dave


NT 4.0 SP5, SQL 7.0, One World B7321 SP12.4, Citrix 1.8 (XE soon)
 
Krishna,

It's not the default nor the override values. This is the control
itself. You should find the code in the events associated with
the control itself such as "Control is Exited" - if you don't have any
calls to BSFN's or hidden processing. Before "Post Dialog" is executed
the kernel runs checks on the controls validating any ER against them
- one such event might have triggered the date value getting populated.
Thanks.

Regards,
Aravind R.


>From: [email protected]
>Reply-To: [email protected]
>To: [email protected]
>Subject: Question In P48011 - Equipment WO Entry ~~0:4953
>Date: Thu, 1 Feb 2001 20:51:59 -0800 (PST)
>
>Date: Thu, 1 Feb 2001 17:03:01 -0800 (PST)
>To: [email protected]
>From: krishna_jde <[email protected]>
>Reply-to: [email protected]
>Subject: Question In P48011 - Equipment WO Entry
>~~0:4953
>
>Hi List,
>
>We are having a situation here and I am hoping any one
>of you in the list
>can help us.
>
>The application P48011 - Equipment WO Entry defaults a
>constant date value
>(06/12/00) into the WO Start date (FC Start Date.. Form
>control) as soon as
>the form is loaded.
>
>We would like to know from where it is getting this
>value and possible where
>the event rule could be.
>
>We already did the following :
>
>We took the text print out of the Event rules of this
>application and no
>where we can find the assignment statement.
>
>We checked all the possible events like Dialog and
>Post-Dialog intialized
>and all the possible events.
>
>We checked the properties of the Form control and of no
>use.
>
>We put the application in Event Rule debugger , till the
>last statement of
>Dialog init. event, the Form Control value is Null. Then
>it goes to the
>first line of Post-Dialog Init. event, now the form
>control has the value
>"06/12/01".
>
>So the question is , where this value is assigned and
>from where it is
>getting this specific value?.
>
>What is happening between this Dialog and post-dialog
>init events.?
> >From where and how the form control is getting this
>value when there is no
>assignment or BF call at all.?
>
>We can blank it out in post-dialog but we are curious to
>know what we are
>missing here. Because since the date is more than 6
>months old it makes the
>sub-ledger inactive and we are also looking for that
>logic which does this
>inactive thing.
>
>We would appreciate if anybody can help us on this
>regard.
>
>Thanks in advance.
>
>Krishna
>
>********************************************************
>***********
>Release Information :
>
>B73.3.2 , SP 13.1_CACHE, AS400
>
>Tested with and without all the pre-req. ESU's.
>********************************************************
>************
>
>
>________________________________________________________
>_________
>Get your FREE download of MSN Explorer at
>http://explorer.msn.com
>
>
>
>
>--------------------------
>To view this thread, visit the JDEList forum at:
>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Ca
>t=0&Board=OWDEV&Number=4953
>
>
>----- End forwarded message -----
>*************************************************************
>This is the JDEList One World / XE Developers Mailing List.
>Archives and information on how to SUBSCRIBE, and
>UNSUBSCRIBE can be found at http://www.JDELIST.com
>*************************************************************
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
 
Back
Top