ADDING a series of records |
9/19/2006 5:36:25 AM |
PHPRunner General questions | |
T
thesofa author
Hi, having got the project running fairly well, we now have to add a new feature. |
|
T
|
thesofa author 9/21/2006 |
Have I asked this before? |
![]() |
Sergey Kornilov admin 9/21/2006 |
thesofa, |
T
|
thesofa author 9/22/2006 |
Please note that field names are case-sensitive. Does it answer your question or you looking for something different?
|
T
|
thesofa author 9/23/2006 |
Let me try to get this in my head. Can it work on the Add page? When I have added a record, will the values stick in the form after the record is saved? Will the values stick even iff they have been entered in the first place from a lookup wizard? Do I just put postvalue('value1') - single quote marks in the () bit - in the default value for the "View Format" in Step 7 of version 3.0? Or does the default value go in the Edit Format section in step 7? Or do I need to manually alter the defvalue strings? Thanks for you support, the more I use this, the more I want to do with it <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=11280&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />
|
D
|
Dale 9/24/2006 |
Hi thesofa in all lower case :> |
T
|
thesofa author 9/24/2006 |
Hi thesofa in all lower case :> Just a thought. Having a bit of trouble awhile ago trying to set a default value in a date value, it found, not only did I have to fill the value4 value but also the tsvalue4 value of my date field. The date value on my edit page would always display blank, until I filled both values. Maybe try using the same variable that you used to fill your date field, and fill the tsvalue field also. The tsvalue is the datepicker date value. As I said, just a thought.
|
![]() |
Alexey admin 9/25/2006 |
Hi, $readavalues=false; and change it to: $readavalues=true; |