Hi All
 
I am Trying  to put some code in that will change a Field on a Different table when the change on the custtable  field is Modified
 
Custtable form\Datatsource\custtable\field\blocked ( this is a enum custvendorblocked)
 
Change New Field on Invoiceprojecttable  (A tick Box)
It Can not edit a record as the record has never been selected
 
Missing something????
 
Thanking you all
public void modified()
{
    ProjInvoiceTable        Projinvoicetable;
    CustVendorblocked       Blocked;
 

    super();
 
    custtable.AccountNum = Projinvoicetable.InvoiceAccount;
 
    if(custTable.Blocked  == CustVendorBlocked::All)
    Projinvoicetable.ECL_Blocked = Noyes::Yes;
    Projinvoicetable.doUpdate();
 

    If(custtable.Blocked ==  CustVendorBlocked::Invoice)
    Projinvoicetable.ECL_Blocked = Noyes::Yes;
    Projinvoicetable.doUpdate();
 

    If(custtable.Blocked ==  CustVendorBlocked::No)
    Projinvoicetable.ECL_Blocked = Noyes::No;
    Projinvoicetable.doUpdate();
 
    Projinvoicetable.doUpdate();
    custTable_ds.refresh();
 
 }

 
 
 
____________________________________________
Rocco Giumelli
IT MANAGER      
Metric Australia Pty Ltd
Assistance is only the Beginning
893745331











 


Sharing the knowledge on Axapta.


Yahoo! Groups Sponsor
ADVERTISEMENT


Yahoo! Groups Links

<<Metric logo.jpg>>

Reply via email to