https://issues.apache.org/ooo/show_bug.cgi?id=120772
Johann Schmidt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johann.alfred.schmidt@gmail | |.com --- Comment #2 from Johann Schmidt <[email protected]> --- I could reproduce this error with various other userdefined types everytime the last 3 fields are not displayed. If you add any thre fields before the end of the type definition all fields of interest will be displayed. 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 dmy1 as byte dmy2 as byte dmy3 as byte End Type Sub Main Dim TestRecord As New JobRecord TestRecord.AmountReceived = 7 End Sub ... the type of the the dummy fields does not matter --- they simply have to be there. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
