![]() |
|
|||||||
| embarcadero.public.delphiphp.documentation If you have any documentation bugs to report or suggestions to improve the product documentation in Delphi for PHP, this is the place. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
With data explorer now we can drag and drop a table in a form. with Delphi4php 1.0 the same behaviors is attended by double click. if you do that you drop also, dipend on what you choose, a dbgrid, a dbpaginator or db repeater. Please add 2 more line : Only table & datasource , Only table. So if you neeed only table you do not have to delete the two components dropped by Delphi4php. You can also drag and drop a field and automatically, based on what you choose in the listbox, Delphi4php drop also a related component. I would like to have the same behaviors than Delphi4php 1.0 where if you do a doubleclick the Name field is copied in the source where your cursor is. This is very usefull in order to save time when you have to to write Code:
$this->query1->namefield1 = ... $this->query1->namefield2 = ... $this->query1->namefield3 = ... $this->query1->namefield4 = ... Paolo |
| Sponsored Links |
|
|