I have discovered a reasonable workaround for BasicMaker multiline strings.
Sub Main
Dim lStr$
lStr$ = ""
lStr$ = lStr$ & "This is a long block of text that I want to fill "
lStr$ = lStr$ & "into a form field. I need to make sure I pay attention "
lStr$ = lStr$ & "to spacing and carriage return ...
Search found 10 matches
- Sat Apr 02, 2022 9:28 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Multiline strings
- Replies: 3
- Views: 36804
- Sat Apr 02, 2022 4:59 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Multiline strings
- Replies: 3
- Views: 36804
Re: Multiline strings
My apologies, but that doesn't answer my question. Here's an example of a multiline string:
"I am a string that contains carriage returns.
As you can see, I also contain more than one paragraph.
I also contain special characters like %, \, /, $ and @.
Everything from the first double quote to ...
"I am a string that contains carriage returns.
As you can see, I also contain more than one paragraph.
I also contain special characters like %, \, /, $ and @.
Everything from the first double quote to ...
- Sat Apr 02, 2022 3:44 pm
- Forum: TextMaker 2021 for Windows
- Topic: Multiline variable (string) - possible?
- Replies: 3
- Views: 14777
Re: Multiline variable (string) - possible?
Thank you for responding. Perhaps I was not clear about what I would like to achieve. I would like to store a multi-line string in a variable so it can be programmatically manipulated. Smart Text entries, as far as I can tell (and perhaps I'm wrong), are not variables that I could insert ...
- Sat Mar 26, 2022 6:34 pm
- Forum: TextMaker 2021 for Windows
- Topic: Multiline variable (string) - possible?
- Replies: 3
- Views: 14777
Multiline variable (string) - possible?
Is it possible to create a variable as a multiline string in TextMaker?
If so, how?
Thanks
If so, how?
Thanks
- Sat Mar 26, 2022 6:32 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Multiline strings
- Replies: 3
- Views: 36804
Multiline strings
How can I create a multiline string in BasicMaker?
Thanks in advance.
Thanks in advance.
- Fri Mar 25, 2022 8:58 pm
- Forum: TextMaker 2021 for Linux
- Topic: Deselect/unselect recipients in mail merge
- Replies: 3
- Views: 33823
Re: Deselect/unselect recipients in mail merge - SOLVED
It took me a while to find [Hamburger Menu] -> Select -> Deselect all records.
Problem solved!
Sorry I didn't dig around more.
Problem solved!
Sorry I didn't dig around more.
- Fri Mar 25, 2022 7:22 pm
- Forum: TextMaker 2021 for Linux
- Topic: Deselect/unselect recipients in mail merge
- Replies: 3
- Views: 33823
Re: Deselect/unselect recipients in mail merge
Following up again, I have been able to work around the fields issue in a couple of ways.
1) Open my .xlsx file in PlanMaker and export as .dbf. This method allows quite a bit of control.
2) Open my .xlsx file in PlanMaker and export as .pmdx. This works for me as well - all fields are correctly ...
1) Open my .xlsx file in PlanMaker and export as .dbf. This method allows quite a bit of control.
2) Open my .xlsx file in PlanMaker and export as .pmdx. This works for me as well - all fields are correctly ...
- Fri Mar 25, 2022 5:21 pm
- Forum: TextMaker 2021 for Linux
- Topic: Bug or unexpected behavior: Merge field names ignored.
- Replies: 0
- Views: 146309
Bug or unexpected behavior: Merge field names ignored.
I have purchased Softmaker Office (full version) and installed on both Windows and Linux. The Windows version respects field names for mail merge, the Linux version does not.
I purchased the full version with the belief that Mail Merge would function on Linux with my existing, voluminous data ...
I purchased the full version with the belief that Mail Merge would function on Linux with my existing, voluminous data ...
- Fri Mar 25, 2022 5:04 pm
- Forum: TextMaker 2021 for Linux
- Topic: Deselect/unselect recipients in mail merge
- Replies: 3
- Views: 33823
Re: Deselect/unselect recipients in mail merge
As a followup, I can work around this by simply choosing the record I want from "Print Merge".
However, attempting this brought up another problem.
For this experiment I'm using an Excel file (.xlsx) with the first row as headers. I'm using a .dotm template with about 65 merge fields.
TextMaker does ...
However, attempting this brought up another problem.
For this experiment I'm using an Excel file (.xlsx) with the first row as headers. I'm using a .dotm template with about 65 merge fields.
TextMaker does ...
- Fri Mar 25, 2022 4:38 pm
- Forum: TextMaker 2021 for Linux
- Topic: Deselect/unselect recipients in mail merge
- Replies: 3
- Views: 33823
Deselect/unselect recipients in mail merge
Hello, I generally do NOT use mail merge to populate more than one document at a time. However, the data I use consists of thousands of records. I ALWAYS want to use one and only one at a time. I have not yet found a shortcut to deselect/unselect all recipients, so I can choose only the one I want ...