I don't have problems compiling this method. Probably you have defined an EDT (or table or class??) yourself called postingDate. In that case you need the extra ; or even better you need to rename your EDT. In general I would recommend you always to prefix the names of new object with something (customer name, your company name, your initials or whatever) to avoid problems.
Kind regards Thomas
-----Oprindelig meddelelse-----
Fra: Claudia Göries [mailto:[EMAIL PROTECTED] Sendt: 23. december 2003 10:08
Til: [EMAIL PROTECTED]
Emne: [development-axapta] Syntax-Error in SYS-Layer 3.0
Hello together,
does anyone has problems while compiling the SYS-Layer, too ?
P.E. if I compile the Class BankDepositSlip, i get a syntaxerror in the method getFromDialog, because ; is missing. It's not the only class with errors...
public boolean getFromDialog()
{
// CG -->
;
// CG <--
postingDate = dialogPostingDate.value();return true; }
What might be the reason ? Thank you for your hints and have a nice christmas ! Claudia
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:
http://docs.yahoo.com/info/terms/
_____
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.

