hi experts 😊
I want to put DocDate and TaxDate into payments form how to do this.
i tried to add like this
no form load
Form frm = APL_Form.Polaczenie.pApp.Forms.GetFormByTypeAndCount(pVal.FormType,pVal.FormTypeCount); (frm.Items.Item("10").SPecific as editText ).Value="15/04/08";
but it doesn`t work.
i also tried to add this data by DataSources.
this is in ORCT.DocDate
Regards
Edited by: Michal Wieczorek on Jul 16, 2008 10:46 AM