| Anonymous | Login | Signup for a new account | 2010-02-09 03:13 CET |
| All Projects | FPC | Lazarus: Packages, Patches | Lazarus CCR | Mantis | fpGUI |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0014835 | [Lazarus] IDE | minor | always | 2009-10-17 23:22 | 2009-12-30 21:14 | |||||||
| Reporter | Luiz Americo | View Status | public | |||||||||
| Assigned To | Mattias Gaertner | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | feedback | Product Version | ||||||||||
| Summary | 0014835: Property of a frame child control is reset in the frame parent | |||||||||||
| Description |
Steps to get the error: 1) Create an empty project 2) Save the project 3) Create a frame and add a TDbf component. Save all 4) Add the frame to the form and some code to check the dbf1.tablename property. Save all 5) Run the project. Tablename is "" 6) Change Dbf1.Tablename property to "newtablename". Save all 7) Run the project. Tablename is "newtablename" 8) Resize the form1. Save all. 9) Run the project. Tablename is "" In TForm1, the Dbf1.Tablename property is override with "". See the lfm file. Attached is the resulted project of the above steps. Lazarus 0.9.29 r22198 FPC 2.2.4 i386-win32-win32/win64 |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Fixed in Revision | ||||||||||||
| LazTarget | 0.9.30 | |||||||||||
| Widgetset | ||||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||

