Search found 8 matches
- Mon Nov 03, 2025 10:04 pm
- Forum: BasicMaker 2021 for Windows
- Topic: How enter a numeric or text on a table in tm from BasicM.
- Replies: 2
- Views: 22885
Re: How enter a numeric or text on a table in tm from BasicM.
Thanks, ... Yes we must make change in the file.pmdx before transfer !
- Mon Nov 03, 2025 9:59 pm
- Forum: BasicMaker 2021 for Windows
- Topic: How to create pmdx File en BasicMaker end save Automate on Disk
- Replies: 2
- Views: 29993
Re: How to create pmdx File en BasicMaker end save Automate on Disk
Thank you, Somme time I spend, much time to find the court way to thinks!
Thanks again...
Thanks again...
- Tue Oct 21, 2025 12:51 am
- Forum: BasicMaker 2021 for Windows
- Topic: How enter a numeric or text on a table in tm from BasicM.
- Replies: 2
- Views: 22885
How enter a numeric or text on a table in tm from BasicM.
Hello, some one can help with this:
I have a File abc.tmdx in where I past a table that I creat in PlanMaker. All OK.
In my Pgm.bas I do:
Dim tm as Object : Dim Table1 as Object : Set tm = CreateObject("TextMaker.Application") : tm.Application.RecentFiles.Add FName$
tm.Documents.Open FName$
Set ...
I have a File abc.tmdx in where I past a table that I creat in PlanMaker. All OK.
In my Pgm.bas I do:
Dim tm as Object : Dim Table1 as Object : Set tm = CreateObject("TextMaker.Application") : tm.Application.RecentFiles.Add FName$
tm.Documents.Open FName$
Set ...
- Wed Oct 15, 2025 10:35 pm
- Forum: BasicMaker 2021 for Windows
- Topic: How to create pmdx File en BasicMaker end save Automate on Disk
- Replies: 2
- Views: 29993
How to create pmdx File en BasicMaker end save Automate on Disk
Hello, if someone can Help...
so far I can write on a sheet a Data and in final on Close the PlanMaker shaw up quest about if I want to save the untitled 1 file and what Name I want to give... Buy the way This is not a Automation; I go in PlanMaker and I can in 1 minut creat a file and seve them ...
so far I can write on a sheet a Data and in final on Close the PlanMaker shaw up quest about if I want to save the untitled 1 file and what Name I want to give... Buy the way This is not a Automation; I go in PlanMaker and I can in 1 minut creat a file and seve them ...
- Fri Sep 19, 2025 2:23 am
- Forum: BasicMaker 2021 for Windows
- Topic: Read and Write a tmdx file With BasicMaker
- Replies: 1
- Views: 12046
Re: Read and Write a tmdx file With BasicMaker
I think that is more difficult to update a textMaker file,
that the solution find in the forum POST:
TextMaker 2021 for Windows Topic: Output FieldData of a csv to a file.tmdx
Anyway Here the solution that I don't have is to Open the right file,
and to quest the characteristic of the text ...
that the solution find in the forum POST:
TextMaker 2021 for Windows Topic: Output FieldData of a csv to a file.tmdx
Anyway Here the solution that I don't have is to Open the right file,
and to quest the characteristic of the text ...
- Fri Sep 19, 2025 1:56 am
- Forum: TextMaker NX and 2024 for Windows
- Topic: Output FieldData of a csv to a file.tmdx
- Replies: 3
- Views: 19939
Re: Output FieldData of a csv to a file.tmdx
Tank you very much for the link of Mail Merge that resolve the problem!
In the Manual bm2024manual_en.pdf I don't find the Mail Merge.
I us TextMaker Professional 2024 (rev S1228.0906) 64bit and my ribbon is not set correctly I think, anyway I have all I need under Tools, Insert and File/Print ...
In the Manual bm2024manual_en.pdf I don't find the Mail Merge.
I us TextMaker Professional 2024 (rev S1228.0906) 64bit and my ribbon is not set correctly I think, anyway I have all I need under Tools, Insert and File/Print ...
- Sun Sep 14, 2025 11:02 am
- Forum: TextMaker NX and 2024 for Windows
- Topic: Output FieldData of a csv to a file.tmdx
- Replies: 3
- Views: 19939
Output FieldData of a csv to a file.tmdx
Hello,
I have a file.tmdx where I introduce some filds {total} , {purcent}..
I have the file.csv with this filds...
In the SoftMaker editor I set DataBase the file.csv
And in the editor File -- Properties I try to set:
On the View : Shade filds - No, Show merge records Yes (1)
----
Now When I do a ...
I have a file.tmdx where I introduce some filds {total} , {purcent}..
I have the file.csv with this filds...
In the SoftMaker editor I set DataBase the file.csv
And in the editor File -- Properties I try to set:
On the View : Shade filds - No, Show merge records Yes (1)
----
Now When I do a ...
- Thu Sep 11, 2025 9:59 am
- Forum: BasicMaker 2021 for Windows
- Topic: Read and Write a tmdx file With BasicMaker
- Replies: 1
- Views: 12046
Read and Write a tmdx file With BasicMaker
' ===I work with BasicMaker====STEP 1
' I open direct a TEST.tmdx file that I pre set in TextMaker.
' The file have different Font.size and different color in text
FName = "c:\TEST.tmdx"
FNum = FreeFile
Open FName For INPUT As #FNum
'...............
Dim LineData$(34)
'...............
' I input the ...
' I open direct a TEST.tmdx file that I pre set in TextMaker.
' The file have different Font.size and different color in text
FName = "c:\TEST.tmdx"
FNum = FreeFile
Open FName For INPUT As #FNum
'...............
Dim LineData$(34)
'...............
' I input the ...