- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Problem view a record in a table created using EB.DEV.HELPER ?
×
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...
Problem view a record in a table created using EB.DEV.HELPER ?
- Moe_T24
- Topic Author
- Offline
- Senior Member
-
- T24 Technical
Less
More
- Posts: 57
- Thank you received: 1
7 years 11 months ago #21254
by Moe_T24
Best Regards
Problem view a record in a table created using EB.DEV.HELPER ? was created by Moe_T24
Hi all ,
I've created a table using EB.DEV.HELPER, it created PGM.FILE,FILE.CONTROL,STANDARD.SELECTION entries successfully , but it didn't create insert files as it shows the following error :
"can't open LOCAL BP" .
Is not creating the insert files has something to do with the following problem :
that I can input and modify and view a record only from Classic shell, but I can't do anything on the browser , I can only L the table and I see the records but when I click on a record and view it shows the record empty with no fields.
Can you help, please ? Thanks .
I've created a table using EB.DEV.HELPER, it created PGM.FILE,FILE.CONTROL,STANDARD.SELECTION entries successfully , but it didn't create insert files as it shows the following error :
"can't open LOCAL BP" .
Is not creating the insert files has something to do with the following problem :
that I can input and modify and view a record only from Classic shell, but I can't do anything on the browser , I can only L the table and I see the records but when I click on a record and view it shows the record empty with no fields.
Can you help, please ? Thanks .
Best Regards
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1209
- Thank you received: 158
7 years 11 months ago #21255
by VK
Cheers
VK
Replied by VK on topic Problem view a record in a table created using EB.DEV.HELPER ?
Hi
what BP are you using? Is it available at the moment of insert creation?
Was SS really created successfully? Have you looked inside it?
Post here the output of:
if it's long, include the output for @ID and at least one data field.
what BP are you using? Is it available at the moment of insert creation?
Was SS really created successfully? Have you looked inside it?
Post here the output of:
CT DICT F[BNK].YOUR.APP.NAME
if it's long, include the output for @ID and at least one data field.
Cheers
VK
Please Log in or Create an account to join the conversation.
- Moe_T24
- Topic Author
- Offline
- Senior Member
-
- T24 Technical
Less
More
- Posts: 57
- Thank you received: 1
7 years 10 months ago - 7 years 10 months ago #21360
by Moe_T24
Best Regards
Replied by Moe_T24 on topic Problem view a record in a table created using EB.DEV.HELPER ?
Hi,
sorry I took too long to respond.
This is some view of SS :
Sys Field Name.1 @ID
Sys Type.1 D
Sys Field No.1.1 0
Sys Val Prog.1.1 IN2A
Sys Display Fmt.1 35L
Sys Alt Index.1 N
Sys Single Mult.1 S
Sys Lang Field.1 N
Sys Generated.1 Y
Sys Rel File.1.1 STANDARD.SELECTION Defines the layout of data dictionaries Defines the layout o
Sys Field Name.2 ID
Sys Type.2 D
Sys Field No.2.1 0
Sys Val Prog.2.1 IN2A
Sys Display Fmt.2 35L
Sys Alt Index.2 N
Sys Single Mult.2 S
Sys Lang Field.2 N
Sys Generated.2 Y
Sys Rel File.2.1 STANDARD.SELECTION Defines the layout of data dictionaries Defines the layout o
Sys Field Name.3 FROM.CATEGORY
Sys Type.3 D
Sys Field No.3.1 1
Sys Val Prog.3.1 IN2
Sys Display Fmt.3 35R
Sys Alt Index.3 N
Sys Single Mult.3 M
Sys Lang Field.3 N
Sys Generated.3 Y
.
.
.
.
Inputter.1 12675_xxxxx__OFS_EB.DEV.HELPER
Date Time.1 17 SEP 17 12:52 17 SEP 17 12:52
Authoriser 12675_xxxxx_OFS_EB.DEV.HELPER
as you it has been created successfully by EB.DEV.HELPER .
How do EB.DEV.HELPER check for local BP? where is it defined?
sorry I took too long to respond.
This is some view of SS :
Sys Field Name.1 @ID
Sys Type.1 D
Sys Field No.1.1 0
Sys Val Prog.1.1 IN2A
Sys Display Fmt.1 35L
Sys Alt Index.1 N
Sys Single Mult.1 S
Sys Lang Field.1 N
Sys Generated.1 Y
Sys Rel File.1.1 STANDARD.SELECTION Defines the layout of data dictionaries Defines the layout o
Sys Field Name.2 ID
Sys Type.2 D
Sys Field No.2.1 0
Sys Val Prog.2.1 IN2A
Sys Display Fmt.2 35L
Sys Alt Index.2 N
Sys Single Mult.2 S
Sys Lang Field.2 N
Sys Generated.2 Y
Sys Rel File.2.1 STANDARD.SELECTION Defines the layout of data dictionaries Defines the layout o
Sys Field Name.3 FROM.CATEGORY
Sys Type.3 D
Sys Field No.3.1 1
Sys Val Prog.3.1 IN2
Sys Display Fmt.3 35R
Sys Alt Index.3 N
Sys Single Mult.3 M
Sys Lang Field.3 N
Sys Generated.3 Y
.
.
.
.
Inputter.1 12675_xxxxx__OFS_EB.DEV.HELPER
Date Time.1 17 SEP 17 12:52 17 SEP 17 12:52
Authoriser 12675_xxxxx_OFS_EB.DEV.HELPER
as you it has been created successfully by EB.DEV.HELPER .
How do EB.DEV.HELPER check for local BP? where is it defined?
Best Regards
Last edit: 7 years 10 months ago by Moe_T24.
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1209
- Thank you received: 158
7 years 9 months ago #21369
by VK
Cheers
VK
Replied by VK on topic Problem view a record in a table created using EB.DEV.HELPER ?
Hi
Looks strange to me...
Post here your ".FIELD" code...
Sys Rel File.1.1 STANDARD.SELECTION
Looks strange to me...
Post here your ".FIELD" code...
Cheers
VK
Please Log in or Create an account to join the conversation.
- Moe_T24
- Topic Author
- Offline
- Senior Member
-
- T24 Technical
Less
More
- Posts: 57
- Thank you received: 1
7 years 9 months ago #21371
by Moe_T24
Best Regards
Replied by Moe_T24 on topic Problem view a record in a table created using EB.DEV.HELPER ?
Solved..it's working now in Browser. I didn't move .class files into jar to JBoss server .
Best Regards
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Problem view a record in a table created using EB.DEV.HELPER ?
Time to create page: 0.031 seconds