Create a OLE object

Post Reply
Gimy
Posts: 1
Joined: Tue Sep 09, 2025 12:27 am

Create a OLE object

Post by Gimy »

'===I work with BasicMaker====
Dim tm As Object
'...............
Open FName For Output As #FNum
'...............
'Creat the file,var,... string...
'Rezult:
userData12 = "LOSS .....: " & fmtNr1
Print #FNum, userData12
tm.Application.Documents.Item("c:\TEST.tmdx").Close
'--------------------------------
OUTPUT in TEST.tmdx is like this:
LOSS .....: : 011636.26
'------------------------

NOW:
'===I work with BasicMaker====
I Whant to creat a OLE Object on the TEST.tmdx file
LOSS 011636.26 EURO

Name of the Ole Element:dataLose
With the CARACTERISTIC:
position Left 50
position Right 250
position top 600
position bottom 700
background Black
font color Red
font size 22
in var.: LOSS fmtNr1 EURO
'---------------------------
THE OUTPUT on TEST.tmdx must be with the size and color modified: LOSS 011636.26 EURO

What I want in summary IS: in a file.tmdx where all is in Font.size = 10.3 have a Line Font.size = 22 eventual in a color different
bm2024manual_en.pdf I find is very lack of example!
Post Reply

Return to “BasicMaker 2021 for Windows”