Subject | Re: [firebird-php] Grid data entry |
---|---|
Author | Milan Babuskov |
Post date | 2003-10-09T13:23:50Z |
Almond wrote:
rewarding. Use one framefor data entry, and submit it to the other frame
where the data is shown.
Also, you can collect the data entered in PHP arrays and pass it around,
without bugging the database. When all data is entered, user can click
the Save button (or whatever) and then do the insertions in database.
PHP works really! fast by itself (when no reading/writing to database is
done) so these refreshes are instantaneous.
Of course, it all depends of your application.
--
Milan Babuskov
http://fbexport.sourceforge.net
> Our internal user is familiar with vb/delphi type data entry. Since theTry using frames. I can complicate programming, but the results can be
> master file consist of many sub-table each with about 30 lines. They feel
> that there is too many screen refreshing.
rewarding. Use one framefor data entry, and submit it to the other frame
where the data is shown.
Also, you can collect the data entered in PHP arrays and pass it around,
without bugging the database. When all data is entered, user can click
the Save button (or whatever) and then do the insertions in database.
PHP works really! fast by itself (when no reading/writing to database is
done) so these refreshes are instantaneous.
Of course, it all depends of your application.
--
Milan Babuskov
http://fbexport.sourceforge.net