Hi harry,
maybe you fogot selecting a record like
ProjEmplTrans projEmpltrans;
Select from projEmpltrans;
Print projEmplTrans.TransDate;
Pause;
Regards
Matthias
_____
Von: harrybal30 [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 19. Januar 2005 12:27
An: [email protected]
Betreff: [development-axapta] Getting a date from ProjEmplTrans
How do I print a date from that table. I tried almost all but it only
shows a empty string. date2str should do the work, but it doesn't.
What I'm missing?
I wrote
str projDato;
projDato= date2str(projEmpltrans.TransDate,123,1,3,2,3,4);
print projDato;
pause;
I'll be thankfull for any sugestions.
Harry
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

