[icf-dev] dynimac browser and browsercustom.p

Posted by LegacyUser on 08-Jul-2002 18:41

All Replies

Posted by LegacyUser on 08-Jul-2002 18:41

On Dynamics 1.1SP2, trying to start viewercustom.p (in order to customize

code for all dynamic viewers) I receive error "User-defined function

'buildWidgetTable' invoked dynamically but could not be found. (5639)" when

any viewer initializes.

All I did was, take a copy of ry/obj/rydynviewv.p and re-compile it in a

parallel directory (as Gary suggested in previous message), after I had

properly removed the comments in the adm2/custom/viewercustom.i file.

Examining ry/obj/rydynviewv.p, the function 'buildWidgetTable' doesn't seem

to be there at all.

Am I missing something here?

Any help appreciated.

TIA,

Ariel.

-Original Message-

From: Gary Clink

Sent: Friday, July 05, 2002 6:02 AM

To: dev@icf.possenet.org

Cc: 'icf-dev@possenet.org'

Subject: Re: dynimac browser and browsercustom.p

Rob,

The only object that will need recompilation will by

ry/obj/rydynbrowb.w.

Regards.

Gary.

- Original Message -

From: Rob Dorgelo Date: Friday, July 5, 2002 9:37 am

Subject: dynimac browser and browsercustom.p

Hello,

I want to start the browsercustom.p for all of my dynamic browsers.

Which objects needs to be recompiled after removing the

comments in adm2/custom/browsercustom.i ?

Rob

--

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 08-Jul-2002 20:49

Arial,

You also need to recompile your viewer in which you have the calling function.

eg ap/yourviewer.w

HTH

Robert Langer

Ariel Sorbello wrote:

On Dynamics 1.1SP2, trying to start viewercustom.p (in order to customize

code for all dynamic viewers) I receive error "User-defined function

'buildWidgetTable' invoked dynamically but could not be found. (5639)" when

any viewer initializes.

All I did was, take a copy of ry/obj/rydynviewv.p and re-compile it in a

parallel directory (as Gary suggested in previous message), after I had

properly removed the comments in the adm2/custom/viewercustom.i file.

Examining ry/obj/rydynviewv.p, the function 'buildWidgetTable' doesn't seem

to be there at all.

Am I missing something here?

Any help appreciated.

TIA,

Ariel.

-Original Message-

From: Gary Clink

Sent: Friday, July 05, 2002 6:02 AM

To: dev@icf.possenet.org

Cc: 'icf-dev@possenet.org'

Subject: Re: dynimac browser and browsercustom.p

Rob,

The only object that will need recompilation will by

ry/obj/rydynbrowb.w.

Regards.

Gary.

- Original Message -

From: Rob Dorgelo Date: Friday, July 5, 2002 9:37 am

Subject: dynimac browser and browsercustom.p

Hello,

I want to start the browsercustom.p for all of my dynamic browsers.

Which objects needs to be recompiled after removing the

comments in adm2/custom/browsercustom.i ?

Rob

--

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

--

Robert Langer

Consultant, Progress Software Sydney

This message represents my opinion, not that of Progress Software

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

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

Posted by LegacyUser on 09-Jul-2002 03:35

Hi Ariel,

We had the following problem:

- we started AB without a -s parameter (so it used the default)

- we opened the rydynviewv.w in the AB and pressed

F5: This resulted in error (42).

- the same error occurred during save.

the code was saved but decreased from 105Kb to 64Kb

but still compiled.

A lot of proc's and func's where lost.

Also the function: buildWidgetTable.

- we started with -s 150 and the problem was solved.

Hope this helps.

Martin

-Original Message-

From: Ariel Sorbello

Sent: Tuesday, July 09, 2002 1:42 AM

To: dev@icf.possenet.org

Subject: RE: dynimac browser and browsercustom.p

On Dynamics 1.1SP2, trying to start viewercustom.p (in order

to customize

code for all dynamic viewers) I receive error "User-defined function

'buildWidgetTable' invoked dynamically but could not be

found. (5639)" when

any viewer initializes.

All I did was, take a copy of ry/obj/rydynviewv.p and

re-compile it in a

parallel directory (as Gary suggested in previous message),

after I had

properly removed the comments in the adm2/custom/viewercustom.i file.

Examining ry/obj/rydynviewv.p, the function

'buildWidgetTable' doesn't seem

to be there at all.

Am I missing something here?

Any help appreciated.

TIA,

Ariel.

-Original Message-

From: Gary Clink

Sent: Friday, July 05, 2002 6:02 AM

To: dev@icf.possenet.org

Cc: 'icf-dev@possenet.org'

Subject: Re: dynimac browser and browsercustom.p

Rob,

The only object that will need recompilation will by

ry/obj/rydynbrowb.w.

Regards.

Gary.

- Original Message -

From: Rob Dorgelo Date: Friday, July 5, 2002 9:37 am

Subject: dynimac browser and browsercustom.p

Hello,

I want to start the browsercustom.p for all of my dynamic browsers.

Which objects needs to be recompiled after removing the

comments in adm2/custom/browsercustom.i ?

Rob

--

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 09-Jul-2002 07:55

I ran into this problem recently. Did you open ry/obj/rydynviewv.w in the

AppBuilder and save it to re-compile it? There is a problem with the file and

the AppBuilder can't handle it, it gives some errors and then removes some

functions from the file (buildWidgetTable being one of them). Get a new copy

of ry/obj/rydynviewv.w and compile it outside of the AppBuilder and see if that

works.

Hope that helps,

Tammy

Ariel Sorbello wrote:

On Dynamics 1.1SP2, trying to start viewercustom.p (in order to customize

code for all dynamic viewers) I receive error "User-defined function

'buildWidgetTable' invoked dynamically but could not be found. (5639)" when

any viewer initializes.

All I did was, take a copy of ry/obj/rydynviewv.p and re-compile it in a

parallel directory (as Gary suggested in previous message), after I had

properly removed the comments in the adm2/custom/viewercustom.i file.

Examining ry/obj/rydynviewv.p, the function 'buildWidgetTable' doesn't seem

to be there at all.

Am I missing something here?

Any help appreciated.

TIA,

Ariel.

-Original Message-

From: Gary Clink

Sent: Friday, July 05, 2002 6:02 AM

To: dev@icf.possenet.org

Cc: 'icf-dev@possenet.org'

Subject: Re: dynimac browser and browsercustom.p

Rob,

The only object that will need recompilation will by

ry/obj/rydynbrowb.w.

Regards.

Gary.

- Original Message -

From: Rob Dorgelo Date: Friday, July 5, 2002 9:37 am

Subject: dynimac browser and browsercustom.p

Hello,

I want to start the browsercustom.p for all of my dynamic browsers.

Which objects needs to be recompiled after removing the

comments in adm2/custom/browsercustom.i ?

Rob

--

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 10-Jul-2002 08:35

Martin, Tammy:

Yes, I did open, re-compile and save ry/obj/rydynviewv.w in the AppBuilder

(session without -s parameter), and I did see error 42 show up. I tried

again with a new copy of rydynviewv.w and suggested -s parameter value and

that works fine.

Thanks for sharing your trouble!

Ariel.

-Original Message-

From: Tammy St. Pierre

Sent: Tuesday, July 09, 2002 9:56 AM

To: dev@icf.possenet.org

Subject: Re: dynimac browser and browsercustom.p

I ran into this problem recently. Did you open ry/obj/rydynviewv.w in the

AppBuilder and save it to re-compile it? There is a problem with the file

and

the AppBuilder can't handle it, it gives some errors and then removes some

functions from the file (buildWidgetTable being one of them). Get a new

copy

of ry/obj/rydynviewv.w and compile it outside of the AppBuilder and see if

that

works.

Hope that helps,

Tammy

Ariel Sorbello wrote:

On Dynamics 1.1SP2, trying to start viewercustom.p (in order to customize

code for all dynamic viewers) I receive error "User-defined function

'buildWidgetTable' invoked dynamically but could not be found. (5639)"

when

any viewer initializes.

All I did was, take a copy of ry/obj/rydynviewv.p and re-compile it in a

parallel directory (as Gary suggested in previous message), after I had

properly removed the comments in the adm2/custom/viewercustom.i file.

Examining ry/obj/rydynviewv.p, the function 'buildWidgetTable' doesn't

seem

to be there at all.

Am I missing something here?

Any help appreciated.

TIA,

Ariel.

-Original Message-

From: Gary Clink

Sent: Friday, July 05, 2002 6:02 AM

To: dev@icf.possenet.org

Cc: 'icf-dev@possenet.org'

Subject: Re: dynimac browser and browsercustom.p

Rob,

The only object that will need recompilation will by

ry/obj/rydynbrowb.w.

Regards.

Gary.

- Original Message -

From: Rob Dorgelo Date: Friday, July 5, 2002 9:37 am

Subject: dynimac browser and browsercustom.p

Hello,

I want to start the browsercustom.p for all of my dynamic browsers.

Which objects needs to be recompiled after removing the

comments in adm2/custom/browsercustom.i ?

Rob

--

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