Skip to main content
Solved

Calendar Picker

  • October 17, 2023
  • 2 replies
  • 0 views

Jaime Luna
Forum|alt.badge.img

Hello,

I am new to Accuterm and the project I am working on requires a date field. Is there any calendar picker component that could be used? The GUI designer does not provide a component like this. I will appreciate any help. Thanks.

Best answer by Peter Schellenbach

Hello,

I am new to Accuterm and the project I am working on requires a date field. Is there any calendar picker component that could be used? The GUI designer does not provide a component like this. I will appreciate any help. Thanks.

Hi Jaime - 

There are some examples of a GUI date picker on the old AccuTerm Forum. Check out this thread:

https://forum.asent.com/date-picker-gui-provided-free_topic230.html

Thanks, Pete

2 replies

Jesse Tillia
  • Participating Frequently
  • 7 replies
  • October 17, 2023

Hello,

I am new to Accuterm and the project I am working on requires a date field. Is there any calendar picker component that could be used? The GUI designer does not provide a component like this. I will appreciate any help. Thanks.

There is no control for this.

we wrote our own. You can PM me at jtillia@proman-erp.com to discuss.

We'll give the code we did.

we basically put an CMD button on the screen with an icon. Then tied it to the click event.

Then in the click event, we just have

call Date_Picker_Wrapper(p.ctrls<7>,p.ctrls<8>,'','','','','','','','','','',guiapp,guifrm,guierrors,guistate)


Hello,

I am new to Accuterm and the project I am working on requires a date field. Is there any calendar picker component that could be used? The GUI designer does not provide a component like this. I will appreciate any help. Thanks.

Hi Jaime - 

There are some examples of a GUI date picker on the old AccuTerm Forum. Check out this thread:

https://forum.asent.com/date-picker-gui-provided-free_topic230.html

Thanks, Pete