0

Trigger on create (not working?_

I have put the following onto the trigger on create on a form (cloud version!)

Del_Company := JobDockets.Del_Company;
Del_Address := JobDockets.Del_Address;
OrderRef := JobDockets.Order_Ref;
Job_Qty := JobDockets.Job_Qty;
Job_Desc := JobDockets.Job_Desc;
Job_Detail := JobDockets.Job_Detail;
Cust_ID := JobDockets.Cust_ID;
Job_Bag := JobDockets.Job_Bag;
OrderDate := JobDockets.Order_Date

The form is set fro everyone to re read and write.

However when the NEW form opens it does not trigger! the event action

Yet if i put all of above onto a button on same form. when clicked it triggers?

any Ideas/Suggestions would be great ?

 

cheers Mel

1 reply

null
    • Alain_Fontaine
    • 3 yrs ago
    • Reported - view

    Are you sure that the script is not executed? If you don't see the expected result, it could be because "JobDockets", which seems to be a reference, has not (yet) got a value. To know if the script is executed or not, you may add an alert().

Content aside

  • 3 yrs agoLast active
  • 1Replies
  • 431Views