× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

How do we tshow a particular routine from the BROWSER

  • Ramesh
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 1 month ago - 1 year 1 month ago #24074 by Ramesh
Hi,

How an i do a tshow of a particular routine in browser or from fornt-end application?
Can anyone please let me know, It's urgent.

Thanks in advance.
Last edit: 1 year 1 month ago by Ramesh.

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

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
1 year 1 month ago - 1 year 1 month ago #24075 by VK
Hi
Create a NOFILE enquiry, in its SS routine use something like:
EXECUTE 'DOS /c C:\temenos\TAFJ\bin\tShow.bat ' : rtn_name CAPTURING output


If you have Linux/Unix, use SH -c instead of DOS /c and your real TAFJ bin path.

... then parse the output and pass it to be displayed in enquiry.

Determine rtn_name from your enquiry selection.
 

Cheers
VK
Last edit: 1 year 1 month ago by VK.
The following user(s) said Thank You: Ramesh

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

  • silvergem
  • silvergem's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • TAFC|R12/R13, TAFJ|R20
More
1 year 1 month ago - 1 year 1 month ago #24077 by silvergem
You can use the TAFJEE servelets

http://<ip address>/TAFJEE/
 
Attachments:
Last edit: 1 year 1 month ago by silvergem.
The following user(s) said Thank You: Ramesh

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

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
1 year 1 month ago #24080 by VK
Good note !
Actually I thought it's necessary to see from T24 Browser :))) probably that's what the topic started needed...

Cheers
VK
The following user(s) said Thank You: Ramesh

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

Time to create page: 0.250 seconds