× Discuss about Upgrade, What are the pre-requesties, Scoping, Actual Upgrade, Upgrade Testing, Technical Testing, Functional Testing, Local code conversion, Core upgrade, Local upgrade, etc…

List of core api's donot work in browser but works in desktop

  • aaradhya459
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 4 months ago #21838 by aaradhya459
Kindly share list core api's that works in desktop and not in browser
Example TXT.BUFFER
TXT.INPUT
Appreciate if the alternate commands also to share, so that we can change these core api while migration

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
6 years 4 months ago - 6 years 4 months ago #21844 by VK
Hi
I don't think there's a universal guide for that. Maybe Temenos has something?
What right now comes to mind:

Anything where any interactivity is used. Like CALL TXTINP, CALL REM etc. That won't work under Browser.

VB scripting.

DDE. Like uploading data via Excel table when Desktop is active.

EB.SET.NEXT.TASK usage:
Desktop:
CALL EB.SET.NEXT.TASK(C.U : ' ENQ USER')

Browser:
CALL EB.SET.NEXT.TASK('ENQ USER')

GTSACTIVE global var from I_GTS.COMMON is not set under Desktop and is under Browser.

You will have to mark validation routines as "HOT.FIELD" if you want some immediate action (like auto-populate another field).

Check the code for something like:
IF NOT(INDEX(TTYPE, 'GUI', 1)) THEN ...

Cheers
VK
Last edit: 6 years 4 months ago by VK.
The following user(s) said Thank You: aaradhya459

Please Log in or Create an account to join the conversation.

  • aaradhya459
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 3 months ago #21878 by aaradhya459
Thank you very much ..

Please Log in or Create an account to join the conversation.

Time to create page: 0.077 seconds