This topic is locked
[SOLVED]

 Couple issues with 6.0

11/1/2011 9:39:47 PM
PHPRunner General questions
W
wildwally author

First I have a drop down (lookup) field. I checked the edit box with AJAX popup (assuming this makes things work like the search field) I get nothing. In the lower left corner of my screen is Error on page. Error thrown on page loadfirst.js. Anyone had this problem? I confirmed i have the latest version of JS and PHPRunner.
Another problem I'm running into is with the new button snippets. what should the code look like when wanting to redirect to a page within the project. for example: vacancy_add.php
I found slim guidance in the instructions and it shows how to goto cnn, and even then i can't get that to work. So a working example of this new button withe client before command to a internal sheet would be great. thanks.
And to the Admin - I like the changes to the newest version - keep up the good work.

Sergey Kornilov admin 11/1/2011

Need to see your files to find what is wrong. Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

C
cgphp 11/2/2011

I'm using edit box with AJAX popup without any issue. Do you have some JS code in the "Javascript Onload" event ? If so, try to comment out the JS code and make a full rebuild of the project.
To redirect using a custom button enter the following code in the "Client before" section or in the "Client after" section:

window.location.href = "vacancy_add.php";
W
wildwally author 11/3/2011

For those in the future that run into th eproblem with the AJAX not working. The Order by field in the editor must be <Select column>, found that this was my problem - I orgiinally had as a drop down then changed and didn't realize i had that set.