This topic is locked

Auto Number Not Working

7/23/2007 5:06:02 PM
PHPRunner General questions
E
egsiii author

Auto_Increment isn't working.
Reinstalled PHPR4 and table(s) seem to be correct.
Any ideas of what to look for?
Ed

J
Jane 7/24/2007

Ed,
it's difficult to tell you what's happening without seeing actual files.

Please give me more detailed description and full error message.

E
egsiii author 7/24/2007

Ed,

it's difficult to tell you what's happening without seeing actual files.

Please give me more detailed description and full error message.


I don't get an error message. On an Add, the ID field is blank.


None of tables in this project will auto increment the ID field.
PHPR4 seems to work OK. Just isn't setting the ID field number.
Ed

Sergey Kornilov admin 7/24/2007

Make sure this field don't appear on the Add page. This is it.

E
egsiii author 7/25/2007

Make sure this field don't appear on the Add page. This is it.


I created a new table named test and it works OK.
I dropped a table named category - added the table - have same problem - won't auto increment.
ID field is removed from add in choose fields.
Test & category seem be set up the same.

Sergey Kornilov admin 7/25/2007

Post your app to Demo Account and send the URL to support@xlinesoft.com.

E
egsiii author 7/25/2007

Make sure this field don't appear on the Add page. This is it.


I removed the category table from the project - Save / Exit / Re-loaded PHPR4
I added the category table to the project - Save / Exit / Re-loaded PHPR4
It's now working -
Thanks;
Ed