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

Hi All....can someone help me how to code for this requirement

  • SANTHOSH611999
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 4 months ago #23289 by SANTHOSH611999
Hi All....can someone help me how to code for this requirement ...here ACT.TIME is multivalue field(XX.ACT.TIME).
Can anyone tell me how to count how many multi values entered by user and to find duplicate values in it?
below i have attached requirement pic.
Attachments:

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

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
4 years 4 months ago - 4 years 4 months ago #23291 by VK
Hi
you'll need a validation routine for that. User input is available in global variable COMI (declared in I_COMMON). So you can easily count the number of values in it.

For duplication - CALL DUP won't help since it works with R.NEW and user input isn't there yet... Create a loop with FIND inside - that's it.

Cheers
VK
Last edit: 4 years 4 months ago by VK.

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

Time to create page: 0.032 seconds