hi all,howz lyf ? I am using Desinger7.0. I faced a problem when i tried
to assign a formatted date to a text field.Explanation : The format of
the date in XML is 1983/26/11. Now i want to assign this date to a text
field in the format 26/11 (dd/mm). I had written script to ensure that
date changes to the required format. The problem is dat, the formatted
date is assigned to the field only if i use app.alert( var name) before
assigning it. If i dont use app.alert(var name) before assigning it to...