Search found 3 matches

by OrlandoS
Mon Mar 22, 2021 12:40 am
Forum: Macros and UNO API
Topic: [Solved] Creating Form without UserForm in Calc Basic
Replies: 4
Views: 5849

Re: Creating Form without UserForm in Calc Basic

I found the solution. The problem was in three lines
of three codes in the attached spreadsheet. Thanks!
by OrlandoS
Sun Mar 14, 2021 10:22 pm
Forum: Macros and UNO API
Topic: [Solved] Creating Form without UserForm in Calc Basic
Replies: 4
Views: 5849

Re: Creating Form without UserForm in Calc Basic

Hi, Villeroy!
I only know the "Dialog" in Basic-Calc that reminds me of the "UserForm" in VBA-Excel.

Hi, Zizi64!
I posted the custom function code "Bt_Ok ()" in the previous attachment.
by OrlandoS
Sun Mar 14, 2021 2:08 am
Forum: Macros and UNO API
Topic: [Solved] Creating Form without UserForm in Calc Basic
Replies: 4
Views: 5849

[Solved] Creating Form without UserForm in Calc Basic

Hello, Everyone! Why doesn't the following code work on the attached template sheet? template sheet.ods Sub ReadNSaveDialog1 () cxtx_TextField1 = oDialog1.GetControl("cxtx_TextField1") cxcb_ComboBox1 = oDialog1.GetControl("cxcb_ComboBox1") cpdt_cpdt_DateField1 = oDialog1.GetCont...