This topic is locked

edit page

8/27/2007 7:45:39 PM
PHPRunner General questions
L
l_pedvis author

Hi,
I want to know if it is possible to populate the fields in an edit screen with the current record information.

Currently when you edit a record, the fields for that record are not filled in.
Regards,
Lloyd

Alexey admin 8/28/2007

Lloyd,
looks like you selected wrong key fields on Choose pages tab in PHPRunner.
You can post your table structure here and I'll help you to choose proper key fields.

L
l_pedvis author 8/28/2007

Lloyd,

looks like you selected wrong key fields on Choose pages tab in PHPRunner.
You can post your table structure here and I'll help you to choose proper key fields.


Hi
Attached you will find some of the PHP files that have to due with the student table.

I am guessing that I will need to add an event to the edit page for students, so I can

populate the edit fields.
I want to be able to due this for the edit page for all my tables in this project. Is there a

way that this could add as a feature in an upcoming release?
I hope to here from you soon.
As I can not see a way to attach these files, I will send you an email from lloyd966@hotmail.com
Regards,
Lloyd

Alexey admin 8/29/2007

Lloyd,
your page doesn't work because you renamed id field to ID.

Proceed to Choose pagestab in PHPRunner, select Studentstable there and choose IDas key field.

Then rebuild your project.