Search found 5 matches
- 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: 0
- Views: 10227
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. Hi...
- Fri Sep 19, 2025 2:23 am
- Forum: BasicMaker 2021 for Windows
- Topic: Read and Write a tmdx file With BasicMaker
- Replies: 1
- Views: 9705
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 ,color to ...
- 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: 15230
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 Previ...
- 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: 15230
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 P...
- Thu Sep 11, 2025 9:59 am
- Forum: BasicMaker 2021 for Windows
- Topic: Read and Write a tmdx file With BasicMaker
- Replies: 1
- Views: 9705
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 i...