Hello All,
Here is a script which is showing script error while displaying the form. I'm not finding anything wrong in this. Please let me know what is wrong.
LDCForm::docReady - (FormCalc, client)
if ((LDC_PAGE2.ActionToTake.CurrentViewer.rawValue == "Creator-Accepted") or
(LDC_PAGE2.ActionToTake.CurrentViewer.rawValue == "Creator")) then
LDC_PAGE1.ShopType.*.access = "open";
LDC_PAGE1.LocationInformation.*.access = "open";
LDC_PAGE1.LeaseDeal.*.access = "open";
LDC_PAGE1.StorageType.*.access = "open";
else
LDC_PAGE1.ShopType.*.access = "readOnly";
LDC_PAGE1.LocationInformation.*.access = "readOnly";
LDC_PAGE1.LeaseDeal.*.access = "readOnly";
LDC_PAGE1.StorageType.*.access = "readOnly";
endif
And also please let me know how can i pin point the error.
thanks
deepak