× 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...

Multivalue fields display in a same row

  • richard
  • richard's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 7 months ago #21300 by richard
Hi All,

A query related to Version, I have a multivalue field which upon extension it will be expanded and added below the current row as below example

Ordering.Cust.1 << For Value >>
Ordering.Cust.2 << For Value>>

But I want the extended fields to go to next column in same row is it possible? If so How?

As
Ordering.Cust.1 <<For Value>> Ordering.Cust.2 <<For Value>>

-Br

Best Regards,

Think green – keep this on the screen

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

  • VK
  • VK's Avatar
  • Away
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
6 years 7 months ago #21304 by VK
Hi
Specify your field 2 times in VERSION :

1) ORDERING.CUST-1
2) ORDERING.CUST-2

Adjust positions; set EXPANSION to NO in both cases.

FIELDS.PER.LINE has to be set to MULTI.

Cheers
VK

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

  • manoj@1993
  • manoj@1993's Avatar
  • Offline
  • New Member
  • New Member
  • t24 CONSULTANT
More
6 years 7 months ago #21305 by manoj@1993
Replied by manoj@1993 on topic Multivalue fields display in a same row
Hi,

It is possible to display one multi field to parallel to another.

just do the below setup in your version and restart your web service and check.
Text.4.1 Credit Officer
Enrichm Char.4 35
Table Column.4 80 90

Regards,
Manoj J

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

  • richard
  • richard's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 7 months ago #21306 by richard
Replied by richard on topic Multivalue fields display in a same row
Thanks VK.

But If I Do so, I am not allowing user to expand multivalue. It's like we are predefined how many multivlaue should be there for a field, Correct me if am wrong.


-Br

Best Regards,

Think green – keep this on the screen

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

  • VK
  • VK's Avatar
  • Away
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
6 years 7 months ago #21309 by VK
Hi
yes, you're right.
But then what you ask is impossible in T24 to my knowledge.

Cheers
VK

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

  • richard
  • richard's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 6 months ago - 6 years 6 months ago #21338 by richard
Replied by richard on topic Multivalue fields display in a same row
Hi Manoj,

I was trying to do as you suggested but can't able to input to the field Table Column as its a noinput field.
I tried to amend it from back-end which results in "Request has timed out." error the version is not opening at all in order to input a new transaction.

Best Regards,

Think green – keep this on the screen
Last edit: 6 years 6 months ago by richard.

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

  • manoj@1993
  • manoj@1993's Avatar
  • Offline
  • New Member
  • New Member
  • t24 CONSULTANT
More
6 years 6 months ago #21343 by manoj@1993
Replied by manoj@1993 on topic Multivalue fields display in a same row
Hi Richard,

Try with this setup:

13. 3 FIELD.NO....... LOAN.RESPONSIBLE LOAN.RESPONSIBLE
14. 3 COLUMN......... 1
16. 3 TEXT.CHAR.MAX.. 35
17. 3. 1 TEXT........ Loan Responsible
21. 3 ENRICHM.CHAR... 35
22. 3 TABLE.COLUMN... 80 90
23. 3 TABLE.LINE..... 1
>*In column 1 this field will come.*
13. 4 FIELD.NO....... CREDIT.OFFICER CREDIT.OFFICER
14. 4 COLUMN......... 80
16. 4 TEXT.CHAR.MAX.. 35
17. 4. 1 TEXT........ Credit Officer
21. 4 ENRICHM.CHAR... 35
22. 4 TABLE.COLUMN... 80∩ú╝90∩ú╝
23. 4 TABLE.LINE..... 1 -> **You need to change value to 1(as how in 23. 3 TABLE.LINE ) via back-end. To display the field parallel**

Do check and let me know.

Regards,
Manoj J

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

  • VK
  • VK's Avatar
  • Away
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
6 years 6 months ago #21346 by VK
Hi
I afraid you will lose your back-end changes after every "normal" commit, wouldn't you?

Cheers
VK

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

  • manoj@1993
  • manoj@1993's Avatar
  • Offline
  • New Member
  • New Member
  • t24 CONSULTANT
More
6 years 6 months ago #21348 by manoj@1993
Replied by manoj@1993 on topic Multivalue fields display in a same row
Hi,

Yes definitely, But for every normal commit you need to edit through back-end.
While delivering give it in the manual intrs.
Regards,
Manoj J

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

Time to create page: 0.125 seconds