https://issues.apache.org/ooo/show_bug.cgi?id=120772
Priority: P3
Bug ID: 120772
Assignee: [email protected]
Summary: IDE Watch window does not display all fields in user
defined types.
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO 3.4.0
Component: code
Product: scripting
Originally noted here:
http://www.oooforum.org/forum/viewtopic.phtml?p=516942
Enter the code below and then watch the TestRecord. The last three fields are
not available in the watch window.
Type JobRecord
JobNumber As String
JobDescription As String
ClientRef As String
Hours As Single
ChargeRate As Single
Cost As Single
GST As Single
MaterialsETC As Single
TotalCost As Single
OrderReceived As String
InvoiceNumber As Single
AmountReceived As Single
InvoiceSent As Date
PaymentReceived As Date
End Type
Sub Main
Dim TestRecord As New JobRecord
TestRecord.AmountReceived = 7
End Sub
I verified that reordering the fields changes what is visible, so it seems to
be related to the number of fields.
Note that the original was report on Windows with AOO 3.4, and I verified on
Linux using 3.4.1.
--
You are receiving this mail because:
You are the assignee for the bug.