it is far, far easier.... just go to the Extended Data Type which you want to use and set the "formhelp" property to "sysdateLookup" - thats all.
Tobias
________________________________
Von: [email protected] im Auftrag von byteway_so
Gesendet: Do 26.01.2006 11:01
An: [email protected]
Betreff: [development-axapta] date lookup
Hi,
It's easy to add a (tableless) date field to a form.
But how can I make use of the calendar lookup functionality?
It is possible to call the calender itself (in a testjob):
static void selectDateJob(Args _args)
{
// Testjob: otherwise override the lookup method of the date field
Args args = new Args();
FormRun formRun;
Date myDate;
;
args.name(formstr(sysDateLookUp));
formRun = classFactory.formRunClass(args);
formRun.init();
formRun.run();
formRun.wait();
//myDate = formRun.DateValue(); // ???
}
But how can I retrieve the value of this calendar?
And how can I make this calendar stick to the date field?
Thanks,
/b
Yahoo! Groups Links
[Non-text portions of this message have been removed]
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

