I am developing an employee roster, where the work schedule for each employee may vary. Therefore, I must capture with DCGET, the time of entry and the time of departure. Does the Express library have an example or function to capture data related to time?
Best regards.
DCGET to capture schedule data
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: DCGET to capture schedule data
That is a vague question.
Please be more precise about what you are looking for.
Please be more precise about what you are looking for.
The eXpress train is coming - and it has more cars.
Re: DCGET to capture schedule data
I guess Diego is looking for a picture/validate for gets to enter a time, accepting numbers and maybe a double point ("99:99"), but checking if the entered number is a correct time (15:59 is, 15:79 is not). @Diego, this is simple inside a validation function.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: DCGET to capture schedule data
Look at the functions DC_PopDate() and DC_PopTime().
The eXpress train is coming - and it has more cars.
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: DCGET to capture schedule data
Excellent, wonderful. Thanks a lot, Rdonnay and Tom.
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: DCGET to capture schedule data
There is a function timevalid() in XBase++ Tools III.
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: DCGET to capture schedule data
Thanks, Wolfgang.
Best regards.
Best regards.