Re: [libreoffice-users] Displaying data on an unbound field

2016-01-12 Thread Marion & Noel Lodge
Hi Egbert, I suspect that the property name may be case sensitive. I have similar code that works with "Text". Try using - oDiscountFact.Text = format(sDiscountFact, sFormatString2) and see if that fixes it. Noel -- Marion & Noel Lodge lodg...@gmail.com On 12 January 2016 at 12:12, Egbert E

[libreoffice-users] Displaying data on an unbound field

2016-01-11 Thread Egbert Eissing
I have a form which holds several fields which are not bound to a database table, but are showing data for information purposes only. Consider the following code snippet.     oResultSet = oStatement.executeQuery()     if not isnull(oResultSet)then     oResultSet.next