@ Justin,
Thanks, I have it working now.
Your help was much appreciated.
Cheers
Leo
Search found 164 matches
- Wed Feb 03, 2021 5:29 am
- Forum: Coding Questions
- Topic: How do I insert an Image into Word with ComatePlus
- Replies: 2
- Views: 1480
- Tue Feb 02, 2021 6:40 am
- Forum: Coding Questions
- Topic: How do I insert an Image into Word with ComatePlus
- Replies: 2
- Views: 1480
How do I insert an Image into Word with ComatePlus
Hi,
I am trying to insert an Image into a Word document that I have created with ComatePlus.
I can get the image in via Copy and Paste but I can not locate the Image in the right spot.
I have also tried insert the image from a file , that also works but I can only put it at the top of the Doc ...
I am trying to insert an Image into a Word document that I have created with ComatePlus.
I can get the image in via Copy and Paste but I can not locate the Image in the right spot.
I have also tried insert the image from a file , that also works but I can only put it at the top of the Doc ...
- Tue Nov 26, 2019 6:10 am
- Forum: Coding Questions
- Topic: Need help with Zebra printer
- Replies: 7
- Views: 3093
Re: Need help with Zebra printer
Hi Colboy,
Thanks for the reply, I have changed the printer prefs as you suggested. An old program I wrote now seems to communicate with the printer. It was written with PB Version 5.4 (32 Bit) with PRINT_LIB.
Can not seem to get PB Version 5.7 to talk to the printer, but will keep trying.
Thank ...
Thanks for the reply, I have changed the printer prefs as you suggested. An old program I wrote now seems to communicate with the printer. It was written with PB Version 5.4 (32 Bit) with PRINT_LIB.
Can not seem to get PB Version 5.7 to talk to the printer, but will keep trying.
Thank ...
- Thu Nov 21, 2019 8:49 am
- Forum: Coding Questions
- Topic: Need help with Zebra printer
- Replies: 7
- Views: 3093
Re: Need help with Zebra printer
@ Marc56us
Hi,
I have a laptop and there is no serial device listed in the Control Panel Device Manager.
From what I understand the serial open command only works with the COM device not USB.
Cheers
Leo
Hi,
I have a laptop and there is no serial device listed in the Control Panel Device Manager.
From what I understand the serial open command only works with the COM device not USB.
Cheers
Leo
- Thu Nov 21, 2019 6:04 am
- Forum: Coding Questions
- Topic: Need help with Zebra printer
- Replies: 7
- Views: 3093
Need help with Zebra printer
Hi All,
I am trying to write a small program that prints out barcode labels on a Zebra GK420t thermal printer.
It uses their ZPL II code to send instructions to the printer.
it uses ^XA to start and XZ to end transmission
Here is some code I found but I do not know how to translate it in to ...
I am trying to write a small program that prints out barcode labels on a Zebra GK420t thermal printer.
It uses their ZPL II code to send instructions to the printer.
it uses ^XA to start and XZ to end transmission
Here is some code I found but I do not know how to translate it in to ...
- Tue Feb 12, 2019 5:03 am
- Forum: Coding Questions
- Topic: how to add Table Header on each page with comate plus
- Replies: 0
- Views: 1373
how to add Table Header on each page with comate plus
Hi,
I am trying to add table header to each page in word with Comate Plus, I can not seem to get it to work.
Does anyone have an example of how its done.
From what I can tell, I need to set HeadingFormat to true and RepeatOnEveryPage = true but I can not get the syntax right.
oRange = oDoc ...
I am trying to add table header to each page in word with Comate Plus, I can not seem to get it to work.
Does anyone have an example of how its done.
From what I can tell, I need to set HeadingFormat to true and RepeatOnEveryPage = true but I can not get the syntax right.
oRange = oDoc ...
- Thu Aug 24, 2017 4:29 am
- Forum: Announcement
- Topic: PurePDF Version 2.0
- Replies: 473
- Views: 281593
Re: PurePDF Version 2.0
Hi all,
I am trying to get PurePDF (PurePDF225_PB52X86) working with PB5-43LTS (Windows - x86), has anyone been able to get it working.
I get the following error Invalid name: same as a command (from library "puePDF").
This is the procedure it first falls at
Procedure.l pdf_AcceptPageBreak ...
I am trying to get PurePDF (PurePDF225_PB52X86) working with PB5-43LTS (Windows - x86), has anyone been able to get it working.
I get the following error Invalid name: same as a command (from library "puePDF").
This is the procedure it first falls at
Procedure.l pdf_AcceptPageBreak ...
- Tue May 16, 2017 7:31 am
- Forum: Coding Questions
- Topic: How do I fade between two Images
- Replies: 4
- Views: 2152
How do I fade between two Images
HI all,
I was trying to do a little compare image program and I wanted to fade between two images
But I just can not find a good example in the forum.
Does anyone have an example of how to fade between two images
Cheers
Leo
I was trying to do a little compare image program and I wanted to fade between two images
But I just can not find a good example in the forum.
Does anyone have an example of how to fade between two images
Cheers
Leo
- Fri May 05, 2017 3:32 am
- Forum: Announcement
- Topic: COMatePLUS version 1.2
- Replies: 339
- Views: 230771
Re: COMatePLUS version 1.2
Printing Excel worksheet,
I have not used Comate (programmed) for a while.
I can not seem to print an Excel spreadsheet
I thought it was ExcelObject\Invoke("Print()")
but that does work, can someone refresh my memery on how to do it.
Thanks
Leo
I have not used Comate (programmed) for a while.
I can not seem to print an Excel spreadsheet
I thought it was ExcelObject\Invoke("Print()")
but that does work, can someone refresh my memery on how to do it.
Thanks
Leo
- Thu Nov 26, 2015 8:33 am
- Forum: Coding Questions
- Topic: How do I print to USB Zebra printer
- Replies: 2
- Views: 1097
How do I print to USB Zebra printer
Hi all,
I have a Zebra TLP 2844 printer connected to a Windows 7 machine via usb.
Does anybody know how to print to it via the USB port
Here is and example of the Code it uses
N
A50,0,0,1,1,1,N,"Example 1"
A50,50,0,2,1,1,N,"Example 2"
A50,100,0,3,1,1,N,"Example 3"
A50,150,0,4,1,1,N,"Example 4 ...
I have a Zebra TLP 2844 printer connected to a Windows 7 machine via usb.
Does anybody know how to print to it via the USB port
Here is and example of the Code it uses
N
A50,0,0,1,1,1,N,"Example 1"
A50,50,0,2,1,1,N,"Example 2"
A50,100,0,3,1,1,N,"Example 3"
A50,150,0,4,1,1,N,"Example 4 ...
- Wed Jul 22, 2015 4:24 am
- Forum: Coding Questions
- Topic: Insert text file into Word doc with COMatePLUS?
- Replies: 2
- Views: 2584
Re: Insert text file into Word doc with COMatePLUS?
Hi,
Sorry to drag up an old post but I am trying to do the same ( insert one word Doc into an other ) but I am stuck.
It uses srod Comate Plus.
I have tried to impliment the changes that spikey listed for the code above, but it still does not work.
I still get the following error
"One or more ...
Sorry to drag up an old post but I am trying to do the same ( insert one word Doc into an other ) but I am stuck.
It uses srod Comate Plus.
I have tried to impliment the changes that spikey listed for the code above, but it still does not work.
I still get the following error
"One or more ...
- Wed May 27, 2015 6:31 am
- Forum: Announcement
- Topic: COMatePLUS version 1.2
- Replies: 339
- Views: 230771
Re: COMatePLUS version 1.2
Hi All,
Just like to know if anyone has been able to check the Outlook sent box to see if an email has been sent using Comate plus.
I have a written an application that sets up an auto populated Outlook Email and allows the user to add any further text to the email before sending.
If they decide ...
Just like to know if anyone has been able to check the Outlook sent box to see if an email has been sent using Comate plus.
I have a written an application that sets up an auto populated Outlook Email and allows the user to add any further text to the email before sending.
If they decide ...
- Fri Dec 05, 2014 2:28 am
- Forum: General Discussion
- Topic: Menu coloring using SetMenuInfo_ () not working with 64 Bit?
- Replies: 5
- Views: 4795
Re: Menu coloring using SetMenuInfo_ () not working with 64
Hi guys
How could this be done with popup menus ?
Leo
How could this be done with popup menus ?
Leo
- Fri Nov 21, 2014 12:19 am
- Forum: Coding Questions
- Topic: How do I set vertical text in word
- Replies: 3
- Views: 3027
Re: How do I set vertical text in word
@ Kiffi
Are you out there Kiffi,
Help!
This ones got me stumped, and I need it to finish a project.
Thanks in advance
Leo
Are you out there Kiffi,
Help!
This ones got me stumped, and I need it to finish a project.
Thanks in advance
Leo
- Fri Nov 14, 2014 3:17 pm
- Forum: Coding Questions
- Topic: How do I set vertical text in word
- Replies: 3
- Views: 3027
Re: How do I set vertical text in word
Hi all,
I am still no further with vertical text. I have tried lots of combinations but no luck.
in this code are a few of the things that I have tried.
Test.doc is just a blank document.
Global Program$ = "Word - Vertical Table Text "
If CreateMutex_(0,1,Program$) = 0 Or GetLastError_() <> 0 ...
I am still no further with vertical text. I have tried lots of combinations but no luck.
in this code are a few of the things that I have tried.
Test.doc is just a blank document.
Global Program$ = "Word - Vertical Table Text "
If CreateMutex_(0,1,Program$) = 0 Or GetLastError_() <> 0 ...