Hello,
I'm upgrading a project from PHPRunner 5.1 to 5.2. There are some functions which act different an the add page.
I have datefields with the this settings:
view as:
Short Date
edit as:
Date
Date format (DD-MM-YYYY DUTCH)
Simple edit box with datepicker
Default value: now()
In 5.1 only the date is shown, in 5.2 also the timestamp is shown.
The second issue is dependent listboxes.
I have a listbox (with default value) with 3 depending listboxes.
In 5.1. the depending listboxes are automatic populated. In 5.2 this doesn't happen.
How can I get the same functionality in 5.2: only date part and populated dependent listboxes?
Greeting,
Jo van Duin