Skip to main content
Hi all,

I'm using Uniface 10.4.01.17. if I want to see the complete source code of any specific component. Would that be possible to do in uniface 10 which is something similar to View Listing in Uniface 9.

I already verified this page : Uniface User Forum

Do we have any default option available in Uniface 10.4 ?


------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------
Hi all,

I'm using Uniface 10.4.01.17. if I want to see the complete source code of any specific component. Would that be possible to do in uniface 10 which is something similar to View Listing in Uniface 9.

I already verified this page : Uniface User Forum

Do we have any default option available in Uniface 10.4 ?


------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------
Hi Satheesh,

At this moment you can use a custom IDE worksheet to do this. You already have found the sample worksheet my colleague David has provided (in the mentioned forum post). This will also work with Uniface 10.4. There is a user story on the product backlog for this functionality that is still open. So, currently there is no default option for this. Sorry.

I hope this helps.

------------------------------
Daniel Iseli
Principal Technical Support Engineer
Uniface Services
Rocket Software, Switzerland
------------------------------
Hi Satheesh,

At this moment you can use a custom IDE worksheet to do this. You already have found the sample worksheet my colleague David has provided (in the mentioned forum post). This will also work with Uniface 10.4. There is a user story on the product backlog for this functionality that is still open. So, currently there is no default option for this. Sorry.

I hope this helps.

------------------------------
Daniel Iseli
Principal Technical Support Engineer
Uniface Services
Rocket Software, Switzerland
------------------------------
Hi Daniel,

Thanks for your reply. I will try and update you.

------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------
Hi Daniel,

Thanks for your reply. I will try and update you.

------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------
Hi Daniel

I tried to have the listing in my IDE.

I followed the below steps.
  1. Imported vlisting.xml
  2. Updated the IDE asn with IDE_DEFINE_WORKSHEETS_CPT=VLISTING in Logicals section.
  3. Compiled the component and signature
  4. .frm and .sig files were created in the resources output directory.
  5. Restarted the IDE
When I open any component, I get the following error :
Failed to activate operation 'getVersion' on User Defined Worksheet component 'VLISTING' (specified by logical 'IDE_DEFINE_WORKSHEETS_CPT').
Reported error: -50: Signature not found

Also I don't see any tab next to "Write Script".

"shell32.dll" is the only entry in [USER_3GL]. Do I need to explicitly mention anything else ? Could you please share if you have a solution for this.
 






------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------
Hi Daniel

I tried to have the listing in my IDE.

I followed the below steps.
  1. Imported vlisting.xml
  2. Updated the IDE asn with IDE_DEFINE_WORKSHEETS_CPT=VLISTING in Logicals section.
  3. Compiled the component and signature
  4. .frm and .sig files were created in the resources output directory.
  5. Restarted the IDE
When I open any component, I get the following error :
Failed to activate operation 'getVersion' on User Defined Worksheet component 'VLISTING' (specified by logical 'IDE_DEFINE_WORKSHEETS_CPT').
Reported error: -50: Signature not found

Also I don't see any tab next to "Write Script".

"shell32.dll" is the only entry in [USER_3GL]. Do I need to explicitly mention anything else ? Could you please share if you have a solution for this.
 






------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------
Hi Satheesh,

Is the resources output directory mentioned in the [RESOURCES] of the IDE.asn? If not then this explains why the IDE cannot find the signature/component.

I hope this helps.

------------------------------
Daniel Iseli
Principal Technical Support Engineer
Uniface Services
Rocket Software, Switzerland
------------------------------
Hi Satheesh,

Is the resources output directory mentioned in the [RESOURCES] of the IDE.asn? If not then this explains why the IDE cannot find the signature/component.

I hope this helps.

------------------------------
Daniel Iseli
Principal Technical Support Engineer
Uniface Services
Rocket Software, Switzerland
------------------------------
Hi Daniel,

I have corrected the asn. Now the Listing woks after compilation.

Thanks for your support.

------------------------------
Thanks,
Satheesh MuthuGopal
------------------------------