Subject |
Syntax |
From |
Tom <IHaveNoEmail@ddress> |
Date |
Fri, 28 Jul 2023 08:44:54 -0400 |
Newsgroups |
dbase.getting-started |
Good morning all,
Given the following scenario ...
Standard dBase form (MyForm) including the line "Set procedure to
MyFunctions.prg additive"
Standard dBase program (MyFunctions.prg) including the function
"tsTime2cTime(tsTime)".
If I copy tsTime2cTime(tsTime) function from MyFunctions.prg to
MyForm.wfm and use the standard
"form.text = class::tsTime2cTime( form.ENTRYFIELD1.value )"
The function works correctly and the result is as expected.
What is the proper syntax for utilizing MyFunctions.prg's
tsTime2cTime(tsTime) function from MyForm ???
Thanks,
Tom
|
|