This topic is locked
[SOLVED]

 Differences version 5.1 and 5.2

8/19/2010 3:40:06 AM
PHPRunner General questions
J
jdu001 author

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

A
ann 8/19/2010

Jo,
to display date without the time use PHP function date() as default value.

Here is a sample

date("d-m-Y")



It's difficult to tell you why dropdowns are not populated without seeing actual files.

Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. 'Demo Account' button can be found on the last screen in the program.