Hello everyone, As CorelDraw implements VBA functionalities, I asked myself if it is possible to pass some data from a Microsoft Access form or table to ...
af.balog@...
Mar 8, 2001 4:52 pm
92
In the same vein, could SIMPLE bar or pie charts be drawn in Corel using the excel data? Not sure if many people would use such a feature, but I thought it...
Clements, John
jclements@...
Mar 8, 2001 6:19 pm
93
... the ... thought ... Yes, theoretically it is possible and not too difficult, but I think it would be easier to create the chart in Excel, then copy it to...
Alex Vakulenko
alexv@...
Mar 8, 2001 6:56 pm
94
... Yes, it's possible. You just need to create a macro (either in Draw VBA or in Access VBA) that would go through your data table (using DAO or ADO whichever...
Alex Vakulenko
alexv@...
Mar 8, 2001 7:52 pm
95
Alex this example is great. This is exactly what I would love to see more of. Either in the from of documentation or a book. Shelby...
Shelby L Moore
shelbym@...
Mar 9, 2001 4:10 pm
96
Alex's example with Access is great. I would like to know if any of you have and example or experience of using Draw or Paint to return a picture via the web....
Shelby L Moore
shelbym@...
Mar 9, 2001 4:37 pm
97
Hi all, I'm new in Corel, but I'm programming for a long time. I'm using Delphi 3.0. For my project I need cooperation betwean Delphi programm and Corel Draw...
petrbartak@...
Mar 14, 2001 10:32 pm
98
Hi, Alex and all I am trying to make below 2 piece of code in VB and it always get me some error message: 1. Cannot assign value to a variable of...
tuxedo21@...
Mar 16, 2001 4:34 am
99
Hi, Perhaps change to : Dim objSaveStyle as NEW CorelDRAW.StructSaveAsOptions HTH, Jean-Marie Pierrard...
Jean-Marie Pierrard
jmpierrard@...
Mar 16, 2001 6:18 am
100
Hi, I was wondering if anyone had come across this issue. I can't seem to figure it out. I have a curve with 500 nodes. Using the Shape Tool, I can select a ...
rfox@...
Mar 16, 2001 12:11 pm
101
Hi, Jean Thank for the reply, actually I already add New into the code, and it seems still the same. Got any idea ? TIA! ... From: "Jean-Marie Pierrard"...
tuxedo21
tuxedo21@...
Mar 16, 2001 6:08 pm
102
Hi, ... As Jean-Marie noticed, you need to create the object first before you can access its properties. You can do it in one of the two ways: Dim objSaveStyle...
Alex Vakulenko
alexv@...
Mar 16, 2001 11:48 pm
103
Rick, Shape.Curve.Selection returns a NodeRange containing all the selected nodes in the curve. You can access individual nodes through NodeRange.Item property...
Alex Vakulenko
alexv@...
Mar 16, 2001 11:56 pm
104
Alex Actually, After insert New into the code, it still gives the same error message. I believe the object variable is missing in corel draw. I can make the...
tuxedo21
tuxedo21@...
Mar 17, 2001 1:45 am
105
Hi, ... error ... Oh, you must be using Visual Basic not VBA. There is an object registration problem in Draw 10 that causes some creatable objects such as ...
Alex Vakulenko
alexv@...
Mar 17, 2001 4:26 am
106
Dear Alex Thanks for the tip, but I got another problem. Because in my CDR, Objects may have different colors, if I pick one color as transparent, then once...
tuxedo21@...
Mar 18, 2001 11:33 pm
107
Hi Peter and all, I have sent this reply awhile ago but haven't seen it on the list... It must be stranded somewhere :-) So, I'm just resending the message. ...
Alex Vakulenko
alexv@...
Mar 19, 2001 2:21 pm
108
Dear Alex Thanks for the tip, but I got another problem. Because in my CDR, Objects may have different colors, if I pick one color as transparent, then once...
tuxedo21@...
Mar 20, 2001 7:50 pm
109
Hi all. Alex give me good idea, but unfortunately without effect. I change string from single string (1 byte characters) to Wide string (2 byte characters). ...
Petr Barták
petrbartak@...
Mar 20, 2001 9:39 pm
110
I've been automating CorelDRAW tasks with our MSAccess database at work, and I'm running into a stumbling block working with our business cards. Is it possible...
Richard A. Soderberg
yahoo.com@...
Mar 21, 2001 3:15 pm
111
Hi Petr, Under my old french versions of Corel (7 and 8), I have encountered similar problems with international characters. The solution I have found was to...
Jean-Marie Pierrard
jmpierrard@...
Mar 23, 2001 7:00 am
112
OK how does one make there own GMS file to distribute to another user? Thanks, Shelby L Moore...
Shelby L Moore
shelbym@...
Mar 23, 2001 8:29 pm
114
Hi Alex, Yes! That did it! Thank you very much! I have been using the online Corel VB help and the object browser but it seems to only explain about 25% of...
rfox@...
Mar 23, 2001 9:15 pm
115
Hi Shelby, Just create an empty file and give it .gms extension. Then copy the file to Draw\GMS folder and start CorelDRAW. You will see the new GMS file in...
Alex Vakulenko
alexv@...
Mar 23, 2001 9:24 pm
116
I have a form which lets a user enter a control number. If that number doesn't exist I Display a Msgbox saying say. When the message box appears I hide the...
Shelby L Moore
shelbym@...
Mar 23, 2001 11:43 pm
117
Hi All, Whenever I have multiple documents open and importing logos in a specific range, sometimes the logo starts importing in the middle of the image and not...
Craig Tucker
craigtucker@...
Mar 29, 2001 3:30 am
118
Could anyone show an example of CorelScript.EffectPageCurl usage in PAINT 10 (as well as any other of .Effect)? Say, after having had loaded some .bmp file, as...
nassiduous@...
Mar 30, 2001 12:09 am
119
Hi.. I would like to know how, if its possible, to launch CorelDraw7 from Start/Run and for it begin a new document and run a script..automatically. I see that...
Ian Vincent
vincent@...
Apr 3, 2001 12:05 am
120
Hi guys, Did you miss me? :-) I was pretty busy with a lot of stuff lately so I was not able to participate on the list. I hope to correct this... I will try...
Alex Vakulenko
alexv@...
Apr 3, 2001 5:25 pm
121
Hi, ... Definitely. What you can try to do is to analyze all colors used in your drawing by going though all objects and inspecting their fills and outlines, ...