[icf-dev] Constructing messages.

Posted by LegacyUser on 10-Oct-2002 14:33

Hi,

When constructing a message like {aferrortxt.i '?', "'Customer credit limit

exceeds'"}.

This will display an adm2 message in rowobjectvalidate which is the desired

output. The same message placed in WritePreTransvalidate displays a

different format with name of the internal procedures, full path of logic

procedures.

Can this behavior be overridden so the same output format can exist and if

so how?

Thanks,

Ali

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

All Replies

Posted by LegacyUser on 10-Oct-2002 15:47

This is logged as Issue 4331. It is has been fixed on posse_20.

Regards,

Tammy

Ali Rahbar wrote:

Hi,

>

When constructing a message like {aferrortxt.i '?', "'Customer credit limit

exceeds'"}.

>

This will display an adm2 message in rowobjectvalidate which is the desired

output. The same message placed in WritePreTransvalidate displays a

different format with name of the internal procedures, full path of logic

procedures.

>

Can this behavior be overridden so the same output format can exist and if

so how?

>

Thanks,

Ali

>

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 14-Oct-2002 04:10

Hi Tammy,

Using 1.1ASP3.01, I just downloaded:

adm2/smart.p

adm2/data.p

adm2/datavis.p

adm2/sbo.p

from POSSE (posse_20), to get this solved, but the problem still exists.

The error message I get is:

Error (Press HELP to view stack trace)

AF 103error-message icf/trg/gsmustrigw.p^gsm_user|gsm_user_category

Update cancelled.

OK Help

StackTrace:

icfstart.p (l:\dev\gui\icf\icfstart.r) at line 682

initializeSession l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 1877

startProcedure l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 2629

l:\dev\gui\_ab.r (l:\dev\gui\_ab.r) at line 442

adeuib/_uibmain.p (adeuib/_uibmain.r) at line 65535

onChoose adm2/toolbar.p (l:\dev\gui\adm2\toolbar.r) at line 4569

updateRecord adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r) at

line 3820

submitRow adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line 12243

submitCommit adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line

7524

commitTransaction adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at

line 3298

--showDataMessages adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r)

at line 6009

and also:

Error (Press HELP to view stack trace)

Field: personnel_code Table: cmc_personnel

AF8createpretransvalidate

cm/base/dobj/cmcprsnllogcp.p:pretransactionvalidate

cm/base/dobj/cmcprsnlfullo.w^Personnel Code,|TEST

OK Help

with stacktrace:

icfstart.p (l:\dev\gui\icf\icfstart.r) at line 682

initializeSession l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 1877

startProcedure l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 2629

l:\dev\gui\_ab.r (l:\dev\gui\_ab.r) at line 442

adeuib/_uibmain.p (adeuib/_uibmain.r) at line 65535

onChoose adm2/toolbar.p (l:\dev\gui\adm2\toolbar.r) at line 4569

updateRecord adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r) at

line 3820

submitRow adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line 12243

submitCommit adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line

7524

commitTransaction adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at

line 3298

--showDataMessages adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r)

at line 6009

What's wrong here?

-Original Message-

From: Tammy St. Pierre

Sent: Thursday, October 10, 2002 10:48 PM

To: dev@icf.possenet.org

Subject: Re: Constructing messages.

This is logged as Issue 4331. It is has been fixed on posse_20.

Regards,

Tammy

Ali Rahbar wrote:

Hi,

When constructing a message like {aferrortxt.i '?',

"'Customer credit limit

exceeds'"}.

This will display an adm2 message in rowobjectvalidate

which is the desired

output. The same message placed in WritePreTransvalidate displays a

different format with name of the internal procedures, full

path of logic

procedures.

Can this behavior be overridden so the same output format

can exist and if

so how?

Thanks,

Ali

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 14-Oct-2002 09:28

Hi Martin,

The files you listed are the files I modified to fix this problem on posse_20.

The problem does not exist in my posse_20 environment. There have been other

fixes to posse_20 since SP3.01, if you need this fix then you should just apply

this fix to your environment, if you grab these files as is you could have

other fixes or portions of other fixes that you may not want or need.

Regards,

Tammy

Martin Bos wrote:

Hi Tammy,

Using 1.1ASP3.01, I just downloaded:

adm2/smart.p

adm2/data.p

adm2/datavis.p

adm2/sbo.p

from POSSE (posse_20), to get this solved, but the problem still exists.

The error message I get is:

Error (Press HELP to view stack trace)

AF 103error-message icf/trg/gsmustrigw.p^gsm_user|gsm_user_category

Update cancelled.

OK Help

StackTrace:

icfstart.p (l:\dev\gui\icf\icfstart.r) at line 682

initializeSession l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 1877

startProcedure l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 2629

l:\dev\gui\_ab.r (l:\dev\gui\_ab.r) at line 442

adeuib/_uibmain.p (adeuib/_uibmain.r) at line 65535

onChoose adm2/toolbar.p (l:\dev\gui\adm2\toolbar.r) at line 4569

updateRecord adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r) at

line 3820

submitRow adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line 12243

submitCommit adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line

7524

commitTransaction adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at

line 3298

--showDataMessages adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r)

at line 6009

and also:

Error (Press HELP to view stack trace)

Field: personnel_code Table: cmc_personnel

AF8createpretransvalidate

cm/base/dobj/cmcprsnllogcp.p:pretransactionvalidate

cm/base/dobj/cmcprsnlfullo.w^Personnel Code,|TEST

OK Help

with stacktrace:

icfstart.p (l:\dev\gui\icf\icfstart.r) at line 682

initializeSession l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 1877

startProcedure l:\dev\gui\icf\af\app\afxmlcfgp.r

(l:\dev\gui\icf\af\app\afxmlcfgp.r) at line 2629

l:\dev\gui\_ab.r (l:\dev\gui\_ab.r) at line 442

adeuib/_uibmain.p (adeuib/_uibmain.r) at line 65535

onChoose adm2/toolbar.p (l:\dev\gui\adm2\toolbar.r) at line 4569

updateRecord adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r) at

line 3820

submitRow adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line 12243

submitCommit adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at line

7524

commitTransaction adm2/data.p (l:\dev\adm2custom\src\adm2\data.r) at

line 3298

--showDataMessages adm2/datavis.p (l:\dev\adm2custom\src\adm2\datavis.r)

at line 6009

What's wrong here?

-Original Message-

From: Tammy St. Pierre

Sent: Thursday, October 10, 2002 10:48 PM

To: dev@icf.possenet.org

Subject: Re: Constructing messages.

This is logged as Issue 4331. It is has been fixed on posse_20.

Regards,

Tammy

Ali Rahbar wrote:

Hi,

When constructing a message like {aferrortxt.i '?',

"'Customer credit limit

exceeds'"}.

This will display an adm2 message in rowobjectvalidate

which is the desired

output. The same message placed in WritePreTransvalidate displays a

different format with name of the internal procedures, full

path of logic

procedures.

Can this behavior be overridden so the same output format

can exist and if

so how?

Thanks,

Ali

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

This thread is closed