Search found 8 matches

by dls123
Tue Nov 17, 2020 9:26 pm
Forum: External Data Sources
Topic: MySQL JDBC connector for Ubuntu 20.04 Bug?
Replies: 4
Views: 6920

Re: MySQL JDBC connector for Ubuntu 20.04 Bug?

Thanks for the reply. Understood.... Trouble is I have many templates, forms, queries, reports etc setup in open office. would this all be completely and easily transferable?
by dls123
Mon Nov 16, 2020 10:01 pm
Forum: External Data Sources
Topic: MySQL JDBC connector for Ubuntu 20.04 Bug?
Replies: 4
Views: 6920

MySQL JDBC connector for Ubuntu 20.04 Bug?

I've just setup a Ubunto 20.04 WAMP system in a Proxmox VM. I have installed OpenOffice 4.1.7 with the relevant MySQL JBDC connector to allow Base to be used as a front end for MySQL server. The system works well with no connection problems so far other than: A user (OrderSys) is setup with access a...
by dls123
Thu Dec 10, 2015 9:53 am
Forum: Macros and UNO API
Topic: Macro cell referencing
Replies: 5
Views: 2669

Re: macro cell referencing

You are correct - there was a problem with the Mid usage which has been fixed. My problem for some reason was that when the macro was placed in a spreadsheet with two cell references as the arguments, if this was copied to another cell, the references would not update. (ie if the cell refs were chkg...
by dls123
Wed Dec 09, 2015 12:43 am
Forum: Macros and UNO API
Topic: Macro cell referencing
Replies: 5
Views: 2669

Re: macro cell referencing

Sorted references do update
by dls123
Tue Dec 08, 2015 4:32 pm
Forum: Macros and UNO API
Topic: Macro cell referencing
Replies: 5
Views: 2669

Re: macro cell referencing

Ok here's the code. Not tidied. I want to input two cells as the arguments and be able to copy these through the spreadsheet with the references being updated. ie relative referencing. Thanks. public Function chkgen$(Optional code% ,Optional cost#) 'Parameters : Value/reference to plu number, and Va...
by dls123
Tue Dec 08, 2015 12:10 pm
Forum: Macros and UNO API
Topic: Macro cell referencing
Replies: 5
Views: 2669

Macro cell referencing

I'm new to this. I have a macro that I wanted to give two cell reference to that would then copy and change relative with the copy. At present they represent an absolute value. What's the best way to deal with this?

Thanks
by dls123
Tue Dec 08, 2015 11:19 am
Forum: Macros and UNO API
Topic: [Solved] Str() rounding
Replies: 2
Views: 2080

Re: Str() rounding

Sorted - Silly I missed that - Thank you
by dls123
Tue Dec 08, 2015 9:46 am
Forum: Macros and UNO API
Topic: [Solved] Str() rounding
Replies: 2
Views: 2080

[Solved] Str() rounding

Any ideas please. I have coded a macro to take two number cells from Calc operations are performed on this data for a barcode number with checksum etc. the number is converted to text to aid manipulation. Everything works fine except that the second Str() operation below rounds the cost to 147.00. i...