Hello,
Using Powerbuilder 2022 b1900, Postgresql 15
Have a computer column in a datawindow, defined as cast(null as date) as expiry along with few database columns.
1. EditMask of the expiry column set to MM/yyyy
2. Format of the expiry column set to MM/yyyy
While working from PB IDE, [ click Run icon in PB IDE], no issues. It tabs out to the next column.
While working from the EXE, control doesn't move out of the expiry column.
I Put a messagebox in ItemChanged Event
Messagebox('expiry', String(data)) -> I got '01/10/2022' when run from IDE
-> Control doesn't move out of that field, no itemchanged triggered, no messagebox
How to correct this issue?
Happiness Always
BKR Sivaprakash