| nepto Napísal: |
| I do not know what it is
pass 2
|
The following is from "phpMyEdit.class.php"
"This program works in three passes.
"* Pass 1 (the last part of the program) displays the selected MySQL table in a scrolling table on the screen. Radio buttons are used to select a record for editing or deletion. If the user chooses Add,Change, Copy, View or Delete buttons.
"* Pass 2 starts, displaying the selected record. If the user chooses the Save button from this screen.
"* Pass 3 processes the update and the display returns to the original table view (Pass 1)."
I want to hide fields in pass 1 yet have them show in pass 2.
| nepto Napísal: |
however you have to use 'H' flag in conjuction with others such as 'A', 'C' and so on. So use for example 'HACPDVLF' instead of simple 'H'.
|
Hmm, I tried that and it didn't work. Perhaps I made a mistake. I'll try again and let you let you know if it works.
|