×
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...
java & infobasic
- rezaganjis
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
rezaganjis created the topic: java & infobasic
hi
does anyone have experience of using JAVA in INFOBASIC ?
regards
does anyone have experience of using JAVA in INFOBASIC ?
regards
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- TAFC-R17 - Unix
- Posts: 2845
- Karma: 512
- Thank you received: 647
jpb replied the topic: java & infobasic
Do you really mean INFOBASIC (UniVerse) or rather jBase BASIC ?
If second just search for CALLJ.
If second just search for CALLJ.
The following user(s) said Thank You: rezaganjis
Please Log in or Create an account to join the conversation.
- rezaganjis
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
rezaganjis replied the topic: java & infobasic
thank you,callj will be usefull
Please Log in or Create an account to join the conversation.
- Valleyman1
- Offline
- Elite Member
-
- Posts: 289
- Karma: -2
- Thank you received: 24
Valleyman1 replied the topic: java & infobasic
you can try the example in the link below also.
jbase.com/r5/knowledgebase/manuals/3.0/3...s/man/jbc2_CALLJ.htm
jbase.com/r5/knowledgebase/manuals/3.0/3...s/man/jbc2_CALLJ.htm
Please Log in or Create an account to join the conversation.
- zouzou
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
zouzou replied the topic: java & infobasic
any idea how can I call a a core RTN using java infobasic?
(in jbase we used to use CALL)
(in jbase we used to use CALL)
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- TAFC|R13|R19|R20
- Posts: 832
- Thank you received: 115
VK replied the topic: java & infobasic
Hi
first of all, what's "java infobasic"? It's 2 different languages :))
first of all, what's "java infobasic"? It's 2 different languages :))
Please Log in or Create an account to join the conversation.
- zouzou
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
zouzou replied the topic: java & infobasic
sry i mean in java
i want to call a core routine using java
i want to call a core routine using java
Please Log in or Create an account to join the conversation.
- Valleyman1
- Offline
- Elite Member
-
- Posts: 289
- Karma: -2
- Thank you received: 24
Valleyman1 replied the topic: java & infobasic
CALLJ still works on TAFJ. Depending on yr T24/Transact version. On the latest releases, there is T24 Componentisation or L3 that can achieve the same.
Please Log in or Create an account to join the conversation.
- zouzou
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
zouzou replied the topic: java & infobasic
I am trying to understand how to create a component in jbase to use it as an api or as a routine in front end.
example on what I am doing :
we have a routine
$PACKAGE AA.Framework
SUBROUTINE AA.GET.ACTIVITY.HISTORY
when we create this routine we create a method under AA.Framework.component to set this routine as a component to use as an api or...
and we compile this file
anyone have a document or more detailed explanation on how this process work and how can I create method under AA.Framework.component and compile it ?
example on what I am doing :
we have a routine
$PACKAGE AA.Framework
SUBROUTINE AA.GET.ACTIVITY.HISTORY
when we create this routine we create a method under AA.Framework.component to set this routine as a component to use as an api or...
and we compile this file
anyone have a document or more detailed explanation on how this process work and how can I create method under AA.Framework.component and compile it ?
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Premium Member
-
- Posts: 155
- Thank you received: 11
silvergem replied the topic: java & infobasic
There is an API guide posted on tcsp.temenos.com/ website
Please Log in or Create an account to join the conversation.
Time to create page: 0.297 seconds