it seams that you are using a wrong assignment. You are passing
ProjTable as parameter - so you should use this record instead.
this.projId = projTable.projId
reagrds,
--- In [EMAIL PROTECTED], "sueannemacrae"
<[EMAIL PROTECTED]> wrote:
> Hi
> I have added ProjId to the ProjInvoiceJournal table.
> I have coded the following in the initFromProjTable:
>
> void initFromProjTable(ProjTable projTable)
> {
> this.ProjId = projTable::find
(this.InvoiceAccount).ProjId;
> }
>
> BUT when I do the Project Invoice this field is not popluated. Can
> somebody tell me where I'm going wrong?
>
>
> Thanks in advance.
> SueAnne
| Yahoo! Groups Sponsor | |
|
|
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.

