Hi Friends,
I have one problem. There is a data base block and its multi line displayed item property is set to true (4). In post query I have written a code to display one of the items (phone number) in a format ((xxx)-xxx-xxxx). Phone number is base table item and its data type is number in table but in form I have changed it to varchar as I have to display it in formatted form. My problem is when I try to make any changes in that form and when queried item is more than one then it creates problem (unable to insert record). That’s because phone data type has changed to varchar and in table it number. In key-commit I have written a code to change that formatted phone number to number data type but that changes only one record not all of them. Can anyone help me how can I change those all phone number in varchar format to number format.
Thanks in advance.
Anju
I have one problem. There is a data base block and its multi line displayed item property is set to true (4). In post query I have written a code to display one of the items (phone number) in a format ((xxx)-xxx-xxxx). Phone number is base table item and its data type is number in table but in form I have changed it to varchar as I have to display it in formatted form. My problem is when I try to make any changes in that form and when queried item is more than one then it creates problem (unable to insert record). That’s because phone data type has changed to varchar and in table it number. In key-commit I have written a code to change that formatted phone number to number data type but that changes only one record not all of them. Can anyone help me how can I change those all phone number in varchar format to number format.
Thanks in advance.
Anju