To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99308
User unsatisfied changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |UNCONFIRMED
--------------------------------------------------------------------------------
Resolution|WORKSFORME |
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Feb 20 08:54:32
+0000 2009 -------
Hi,
many thanks for help. I have modified and simplified macro Compute like this:
Sub Compute1
dim oShape as object
dim oName as string
dim CI as integer
CI = Assign( "Cf" )
oController = ThisComponent.getCurrentController()
oShape = oForm.getByIndex( CI )
oControl = oController.getControl(oShape.control)
oControl.text = "Computed"
End sub
The result is the same. After saving record only input from keyboard is saved
into table.
But by accident I found this: after pushing button COMPUTE I opened the next
record by icon NEXT RECORD and return back by icon PREVIOUS RECORD. Only A was
saved. I pushed button COMPUTE and used icon NEXT again. Both values, A and C,
was saved.
Where I made a mistake in code Compute1? I think that something is missing.
Bye Svatopluk / unsatisfied
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]