Search found 2 matches
- Sun Sep 14, 2025 11:02 am
- Forum: TextMaker 2021 for Windows
- Topic: Output FieldData of a csv to a file.tmdx
- Replies: 0
- Views: 1375
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: 0
- Views: 454
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...