I'm using the GetItemStatus datawindow function and getting the status for the whole row from the Primary buffer. I have multiple fieldw on my screen.
When I change some fields this function will return 'datamodified!'. However, there is one field, when I change it, the function will only return 'notmodified'. This causes the modifiedcount to be 0. This one field is a string field and is a long varchar in Sybase SQL Anywhere database.
Why is it that when I change the value in this field, GetItemStatus Returns 'notmodified!' instead of 'datamodified'. Also, this field is set as updateable.
I'm using PB6.5
Thanks,
Keith
When I change some fields this function will return 'datamodified!'. However, there is one field, when I change it, the function will only return 'notmodified'. This causes the modifiedcount to be 0. This one field is a string field and is a long varchar in Sybase SQL Anywhere database.
Why is it that when I change the value in this field, GetItemStatus Returns 'notmodified!' instead of 'datamodified'. Also, this field is set as updateable.
I'm using PB6.5
Thanks,
Keith