View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008190 | VALENTINA STUDIO | Tool - Form Editor | public | 2018-02-16 03:06 | 2018-02-20 09:39 |
Reporter | Boleslaw Mynarski | Assigned To | Sergey Pashkov | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | INTEL | OS | Windows | OS Version | * |
Fixed in Version | 8.0.x | ||||
Summary | 0008190: "Last Record" form button generates an error | ||||
Description | When adding a "Last Record" button to a form, it generates an error. The error can be traced back to a 'period' (.) left in the code: records = this.table.getTableCursor( this.name ) .records.lastRecord() Changing above to records = this.table.getTableCursor( this.name ) records.lastRecord() fixes the issue. | ||||
Steps To Reproduce | 1. Open form editor. 2. Add a table. 3. Add a button and choose "Last Record" from the available attributes. 4. Run the form with untouched source code behind. The form will generate an error. 5. Now, go back and remove the period as in the "Description" of the report and run the form again. "Last" button will work now as intended. | ||||
Tags | No tags attached. | ||||
Working with DB: | postgreSQL Server | ||||
Version of your DB: | 10.1 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-16 03:06 | Boleslaw Mynarski | New Issue | |
2018-02-16 12:49 | Sergey Pashkov | Assigned To | => Sergey Pashkov |
2018-02-16 12:49 | Sergey Pashkov | Status | new => confirmed |
2018-02-20 09:39 | Sergey Pashkov | Note Added: 0010064 | |
2018-02-20 09:39 | Sergey Pashkov | Status | confirmed => resolved |
2018-02-20 09:39 | Sergey Pashkov | Fixed in Version | => 8.0.x |
2018-02-20 09:39 | Sergey Pashkov | Resolution | open => fixed |