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 ...
92
Clements, John
jclements@...
Mar 8, 2001 6:19 pm
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...
93
Alex Vakulenko
alexv@...
Mar 8, 2001 6:56 pm
... 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...
94
Alex Vakulenko
alexv@...
Mar 8, 2001 7:52 pm
... 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...
95
Shelby L Moore
shelbym@...
Mar 9, 2001 4:10 pm
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...
96
Shelby L Moore
shelbym@...
Mar 9, 2001 4:37 pm
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....
97
petrbartak@...
Mar 14, 2001 10:32 pm
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...
98
tuxedo21@...
Mar 16, 2001 4:34 am
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...
99
Jean-Marie Pierrard
jmpierrard@...
Mar 16, 2001 6:18 am
Hi, Perhaps change to : Dim objSaveStyle as NEW CorelDRAW.StructSaveAsOptions HTH, Jean-Marie Pierrard...
100
rfox@...
Mar 16, 2001 12:11 pm
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 ...
101
tuxedo21
tuxedo21@...
Mar 16, 2001 6:08 pm
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"...
102
Alex Vakulenko
alexv@...
Mar 16, 2001 11:48 pm
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...
103
Alex Vakulenko
alexv@...
Mar 16, 2001 11:56 pm
Rick, Shape.Curve.Selection returns a NodeRange containing all the selected nodes in the curve. You can access individual nodes through NodeRange.Item property...
104
tuxedo21
tuxedo21@...
Mar 17, 2001 1:45 am
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...
105
Alex Vakulenko
alexv@...
Mar 17, 2001 4:26 am
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 ...
106
tuxedo21@...
Mar 18, 2001 11:33 pm
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...
107
Alex Vakulenko
alexv@...
Mar 19, 2001 2:21 pm
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. ...
108
tuxedo21@...
Mar 20, 2001 7:50 pm
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...
109
Petr Barták
petrbartak@...
Mar 20, 2001 9:39 pm
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). ...
110
Richard A. Soderberg
yahoo.com@...
Mar 21, 2001 3:15 pm
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...
111
Jean-Marie Pierrard
jmpierrard@...
Mar 23, 2001 7:00 am
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...
112
Shelby L Moore
shelbym@...
Mar 23, 2001 8:29 pm
OK how does one make there own GMS file to distribute to another user? Thanks, Shelby L Moore...
114
rfox@...
Mar 23, 2001 9:15 pm
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...
115
Alex Vakulenko
alexv@...
Mar 23, 2001 9:24 pm
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...
116
Shelby L Moore
shelbym@...
Mar 23, 2001 11:43 pm
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...
117
Craig Tucker
craigtucker@...
Mar 29, 2001 3:30 am
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...
118
nassiduous@...
Mar 30, 2001 12:09 am
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...
119
Ian Vincent
vincent@...
Apr 3, 2001 12:05 am
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...
120
Alex Vakulenko
alexv@...
Apr 3, 2001 5:25 pm
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...
121
Alex Vakulenko
alexv@...
Apr 3, 2001 5:32 pm
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, ...