NOCORRECT Clause in FIELD

Boyle, Joe Joe.Boyle@cognos.com
Fri, 15 Feb 2002 10:24:06 -0000


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1B60A.E5C53780
Content-Type: text/plain;
	charset="iso-8859-1"

I think that that's correct, but you would only use this where you felt
there was a need, it isn't required syntax and I don't ever recall having
seen it used personally.

I can see that it could be of use if some field processing modified the
entry made by a user, in which case you wouldn't want a user to change the
value once it was set procedurally.


-----Original Message-----
From: Ghadge,Sameer [mailto:Sameer_Ghadge@Syntelinc.com]
Sent: 15 February 2002 10:10
To: Boyle, Joe
Cc: powerh-l@lists.swau.edu
Subject: RE: NOCORRECT Clause in FIELD


so when creating new record
does this means that once i have enter a value the 'T-QTY' field and come
out of the field ,i can't change it' s value again,
what's use of this,
why stop user from changing the field,

pls correct me if i m wrong


> -----Original Message-----
> From:	Boyle, Joe [SMTP:Joe.Boyle@cognos.com]
> Sent:	Friday, February 15, 2002 3:24 PM
> To:	'Ghadge,Sameer'; powerh-l@lists.swau.edu
> Subject:	RE: NOCORRECT Clause in FIELD
> 
> Hi Sameer, 
> 
> I found the entry below in the Acrobat PH 8 Books set which you can
> download from the Cognos web site at URL,
> <http://support.cognos.com/supported/support/support_library/powerhouse/ph
> 8doc.html>
> 
> NOCORRECT 
> States that once a value is entered, it can't be altered until it is put
> on 
> file. 
> This option applies if the predefined condition NEWRECORD is true. 
> The NOCORRECT option isn't affected by any predefined mode 
> conditions. The ACCEPT, PROMPT, and REQUEST verbs can't be 
> used to override the NOCORRECT option, although a LET verb can 
> be used to make changes directly to the corresponding item. 
> Temporary item fields with NOCORRECT cannot be corrected 
> regardless of whether they occur with a file or not. 
> The CACHE option does not affect the behaviour of NOCORRECT. 
> Limit: Does not apply to defined item fields. 
> 
> 
> 
> -----Original Message----- 
> From: Ghadge,Sameer [ <mailto:Sameer_Ghadge@Syntelinc.com>] 
> Sent: 15 February 2002 09:36 
> To: powerh-l@lists.swau.edu 
> Subject: NOCORRECT Clause in FIELD 
> 
> 
> Hi, 
> (I am doing powerhouse code analisys which runs on VAX/VMS 
> and i also don't have system to run the code and check) 
> 
> i read the manual, 
> but i have not clearly understood the use of NOCORRECT clause 
> FIELD T-QTY ID SAME ENTRY IF VOUCHER-TYPE = "S" VALUES 1 TO 999 NOCORRECT 
> REQUIRED NOCHANGE, 
> 
> Thx 
> Sameer 
> 
> 
> > -----Original Message----- 
> > From: powerh-l-admin@cube.swau.edu [SMTP:powerh-l-admin@cube.swau.edu] 
> > Sent: Friday, February 15, 2002 2:48 PM 
> > To:   sameer_ghadge@syntelinc.com 
> > Subject:      Welcome To "powerh-l"! 
> > 
> > Welcome to the powerh-l@lists.swau.edu mailing list! 
> > 
> > To post to this list, send your email to: 
> > 
> >   powerh-l@lists.swau.edu 
> > 
> > General information about the mailing list is at: 
> > 
> >   <http://lists.swau.edu/mailman/listinfo/powerh-l> 
> > 
> > If you ever want to unsubscribe or change your options (eg, switch to 
> > or from digest mode, change your password, etc.), visit your 
> > subscription page at: 
> > 
> >  
> >
> <http://lists.swau.edu/mailman/options/powerh-l/sameer_ghadge@syntelinc.co
> m> 
> > 
> > 
> > You can also make such adjustments via email by sending a message to: 
> > 
> >   powerh-l-request@lists.swau.edu 
> > 
> > with the word `help' in the subject or body (don't include the 
> > quotes), and you will get back a message with instructions. 
> > 
> > You must know your password to change your options (including changing 
> > the password, itself) or to unsubscribe.  It is: 
> > 
> >   samsam 
> > 
> > If you forget your password, don't worry, you will receive a monthly 
> > reminder telling you what all your lists.swau.edu mailing list 
> > passwords are, and how to unsubscribe or change your options.  There 
> > is also a button on your options page that will email your current 
> > password to you. 
> > 
> > You may also have your password mailed to you automatically off of the 
> > Web page noted above. 
> 
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
> Mailing list: powerh-l@lists.swau.edu 
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu 
> Unsubscribe: "unsubscribe" in message body to
> powerh-l-request@lists.swau.edu 
> <http://lists.swau.edu/mailman/listinfo/powerh-l> 
> This list is closed, thus to post to the list you must be a subscriber. 
> 
> This message may contain privileged and/or confidential information.  If
> you have received this e-mail in error or are not the intended recipient,
> you may not use, copy, disseminate or distribute it; do not open any
> attachments, delete it immediately from your system and notify the sender
> promptly by e-mail that you have done so.  Thank you.
> 

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

------_=_NextPart_001_01C1B60A.E5C53780
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">



RE: NOCORRECT Clause in FIELD



I think that that's correct, but you would only use = this where you felt there was a need, it isn't required syntax and I = don't ever recall having seen it used personally.

I can see that it could be of use if some field = processing modified the entry made by a user, in which case you = wouldn't want a user to change the value once it was set = procedurally.


-----Original Message-----
From: Ghadge,Sameer [mailto:Sameer_Ghadge@Synteli= nc.com]
Sent: 15 February 2002 10:10
To: Boyle, Joe
Cc: powerh-l@lists.swau.edu
Subject: RE: NOCORRECT Clause in FIELD


so when creating new record
does this means that once i have enter a value the = 'T-QTY' field and come
out of the field ,i can't change it' s value = again,
what's use of this,
why stop user from changing the field,

pls correct me if i m wrong


> -----Original Message-----
> From: Boyle, Joe = [SMTP:Joe.Boyle@cognos.com]
> Sent: Friday, February 15, 2002 3:24 PM
> To:   'Ghadge,Sameer'; = powerh-l@lists.swau.edu
> Subject:      RE: = NOCORRECT Clause in FIELD
>
> Hi Sameer,
>
> I found the entry below in the Acrobat PH 8 = Books set which you can
> download from the Cognos web site at = URL,
> <http://support.cognos.com/supported/support/support_li= brary/powerhouse/ph
> 8doc.html>
>
> NOCORRECT
> States that once a value is entered, it can't = be altered until it is put
> on
> file.
> This option applies if the predefined condition = NEWRECORD is true.
> The NOCORRECT option isn't affected by any = predefined mode
> conditions. The ACCEPT, PROMPT, and REQUEST = verbs can't be
> used to override the NOCORRECT option, although = a LET verb can
> be used to make changes directly to the = corresponding item.
> Temporary item fields with NOCORRECT cannot be = corrected
> regardless of whether they occur with a file or = not.
> The CACHE option does not affect the behaviour = of NOCORRECT.
> Limit: Does not apply to defined item fields. =
>
>
>
> -----Original Message-----
> From: Ghadge,Sameer [ <mailto:Sameer_Ghadge@Synteli= nc.com>]
> Sent: 15 February 2002 09:36
> To: powerh-l@lists.swau.edu
> Subject: NOCORRECT Clause in FIELD
>
>
> Hi,
> (I am doing powerhouse code analisys which runs = on VAX/VMS
> and i also don't have system to run the code = and check)
>
> i read the manual,
> but i have not clearly understood the use of = NOCORRECT clause
> FIELD T-QTY ID SAME ENTRY IF VOUCHER-TYPE =3D = "S" VALUES 1 TO 999 NOCORRECT
> REQUIRED NOCHANGE,
>
> Thx
> Sameer
>
>
> > -----Original Message-----
> > From: powerh-l-admin@cube.swau.edu = [SMTP:powerh-l-admin@cube.swau.edu]
> > Sent: Friday, February 15, 2002 2:48 PM =
> > To:   = sameer_ghadge@syntelinc.com
> > Subject:      = Welcome To "powerh-l"!
> >
> > Welcome to the powerh-l@lists.swau.edu = mailing list!
> >
> > To post to this list, send your email to: =
> >
> >   powerh-l@lists.swau.edu =
> >
> > General information about the mailing list = is at:
> >
> >   <http://lists.swau.edu/mailman/listinfo/powerh-l>= ;
> >
> > If you ever want to unsubscribe or change = your options (eg, switch to
> > or from digest mode, change your password, = etc.), visit your
> > subscription page at:
> >
> > 
> >
> <http://lists.swau.edu/mailman/options/powerh-l/sameer_= ghadge@syntelinc.co
> m>
> >
> >
> > You can also make such adjustments via = email by sending a message to:
> >
> >   = powerh-l-request@lists.swau.edu
> >
> > with the word `help' in the subject or = body (don't include the
> > quotes), and you will get back a message = with instructions.
> >
> > You must know your password to change your = options (including changing
> > the password, itself) or to = unsubscribe.  It is:
> >
> >   samsam
> >
> > If you forget your password, don't worry, = you will receive a monthly
> > reminder telling you what all your = lists.swau.edu mailing list
> > passwords are, and how to unsubscribe or = change your options.  There
> > is also a button on your options page that = will email your current
> > password to you.
> >
> > You may also have your password mailed to = you automatically off of the
> > Web page noted above.
>
> =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message = body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" in message = body to
> powerh-l-request@lists.swau.edu
> <http://lists.swau.edu/mailman/listinfo/powerh-l>= ;
> This list is closed, thus to post to the list = you must be a subscriber.
>
> This message may contain privileged and/or = confidential information.  If
> you have received this e-mail in error or are = not the intended recipient,
> you may not use, copy, disseminate or = distribute it; do not open any
> attachments, delete it immediately from your = system and notify the sender
> promptly by e-mail that you have done so.  = Thank you.
>

This message may contain privileged and/or = confidential information.  If you have received this e-mail in = error or are not the intended recipient, you may not use, copy, = disseminate or distribute it; do not open any attachments, delete it = immediately from your system and notify the sender promptly by e-mail = that you have done so.  Thank you.

------_=_NextPart_001_01C1B60A.E5C53780--