CONTROL.LIST in routine
- deth
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 42
- Thank you received: 0
14 years 7 months ago #7337
by deth
CONTROL.LIST in routine was created by deth
Dear all,
I found code as bellow:
BEGIN CASE
CASE CONTROL.LIST<1,1> EQ 'F.PD.BALANCES.HIST'
GOSUB PROCESS.PD.WOF
CASE CONTROL.LIST<1,1> EQ 'F.DATA.CAPTURE'
GOSUB PROCESS.DC.WOF
END CASE
I want to know that, What does CONTROL.LIST do?
Thank you very much.
I found code as bellow:
BEGIN CASE
CASE CONTROL.LIST<1,1> EQ 'F.PD.BALANCES.HIST'
GOSUB PROCESS.PD.WOF
CASE CONTROL.LIST<1,1> EQ 'F.DATA.CAPTURE'
GOSUB PROCESS.DC.WOF
END CASE
I want to know that, What does CONTROL.LIST do?
Thank you very much.
Please Log in or Create an account to join the conversation.
- shanthi
- Offline
- Premium Member
-
Less
More
- Posts: 128
- Thank you received: 10
14 years 7 months ago #7351
by shanthi
Replied by shanthi on topic Re: CONTROL.LIST in routine
Hello Deth,
CONTROL.LIST in this case seems to be a common variable used to capture the module details.
I am guessing, the same is populated while building the ID List.
Regards,
Shanthi
CONTROL.LIST in this case seems to be a common variable used to capture the module details.
I am guessing, the same is populated while building the ID List.
Regards,
Shanthi
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2860
- Thank you received: 650
14 years 7 months ago #7357
by jpb
Replied by jpb on topic Re: CONTROL.LIST in routine
Please Log in or Create an account to join the conversation.
- deth
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 42
- Thank you received: 0
14 years 7 months ago #7363
by deth
Replied by deth on topic Re: CONTROL.LIST in routine
Thank for ur explanation
Please Log in or Create an account to join the conversation.
- yasu
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 0
14 years 6 months ago #7501
by yasu
Replied by yasu on topic Re: CONTROL.LIST in routine
Hi death,
Out of my knowledge , control list is used when u want .SELECT routine to be exicuted more than one time.
Regards,
Yasu.
Out of my knowledge , control list is used when u want .SELECT routine to be exicuted more than one time.
Regards,
Yasu.
Please Log in or Create an account to join the conversation.
- dandalasuman
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
14 years 5 months ago #7839
by dandalasuman
Replied by dandalasuman on topic Re: CONTROL.LIST in routine
Hello Shanthi Narayan gaaru,
I was just wondering and wanted to know how the T24 browser works..! I have never seen T24 consultants writing code to build web forms (HTML, Java Script, etc..). They are getting all forms in the browser without coding..!!!?
I guess there is a web application between T24 Banking application & browser..!
I found your profile..while saerching on the web to find answer to my above question...!
I was just wondering and wanted to know how the T24 browser works..! I have never seen T24 consultants writing code to build web forms (HTML, Java Script, etc..). They are getting all forms in the browser without coding..!!!?
I guess there is a web application between T24 Banking application & browser..!
I found your profile..while saerching on the web to find answer to my above question...!
Please Log in or Create an account to join the conversation.
Time to create page: 0.032 seconds