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

Set multiple ENQ.SELECTION for DROPDOWN on VERSION

  • tony.t24
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #15091 by tony.t24
Dear all,

I'm very difficult to set multiple ENQ.SELECTION for DROPDOWN on VERSION.



Please help me, and give me the solution to do that.

Thanks,
Tony
Attachments:

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

More
10 years 4 months ago #15096 by Risteard
I haven't seen multiple selection criterias in the ENQ.SELECTION field before, maybe it's possible! But if this enquiry is dedicated for this version then you could just add both criteria's to the FIXED.SELECTION field on enquiry.
Alternatively using BUILD.ROUTINE on enquiry could provide more flexability with User & Application (eg Version Name) conditions.
The following user(s) said Thank You: tony.t24

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

  • tony.t24
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #15102 by tony.t24
Hi Risteard,

I used the BUILD.ROUTINE to make flexible conditions for DROPDOWN.
And it fine works.

Thanks for your supports,
Tony

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

More
5 years 7 months ago #21887 by AzzaNabulsi
Replied by AzzaNabulsi on topic Set multiple ENQ.SELECTION for DROPDOWN on VERSION
Hi Tony can u tell how u achieved this; I have the same case i need to pass 4 data fields to enquiry :S
not working with me
Thanks

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

  • silvergem
  • silvergem's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • TAFC|R12/R13, TAFJ|R20
More
5 years 5 months ago #21937 by silvergem
You can use the current variable to pass the value from Enquiry Drilldown to Enquiry or Enquiry Drilldown to Version

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

More
4 years 7 months ago #22247 by taminhtu
Hi Tony,
could you please share me how can you do it.
I have tried with build routines but I couldn't do.

Many thanks

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

More
4 years 7 months ago #22248 by taminhtu
Hi Silvergem,
Could you please describe more detail your solution
Many thanks,

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

  • silvergem
  • silvergem's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • TAFC|R12/R13, TAFJ|R20
More
4 years 7 months ago #22257 by silvergem
Here it is
Attachments:

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

  • silvergem
  • silvergem's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • TAFC|R12/R13, TAFJ|R20
More
4 years 7 months ago - 4 years 7 months ago #22258 by silvergem

Hi Tony,
could you please share me how can you do it.
I have tried with build routines but I couldn't do.

Many thanks


On Build routine, you can retrieve the value from version using RdotNEW variable

OR Create a build routine and validation routine, use dotCOMMON file to pass the variable between routines
OR Create a build routine and validation routine, use SystemdotsetVariable and SystemdotgetVariable function to pass the variable between routines

dot = .
Last edit: 4 years 7 months ago by silvergem.

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

Time to create page: 0.140 seconds