Chris, I think I solved my problem with the help of your suggestion.
I was able to produce transparent images with ImageMagick.
I did not bother to compose all my images into one image.
I just do the usual report designing but using gif images with transparency defined
However, a plain call to...
I guess there is no way of doing the image composition on the fly.
I might as well do a "print form" (make the design in the form and print it using the techniques I have learned in this forum).
Tried tweaking the report by use of ReportListener but only text if affected by the fillAlpha...
I would like to use a photo image, a signature image, and a main background image in my report.
The main background image will be overlapped with both the photo image and the signature image.
For the photo image, it is alright to eclipse the main background image but for the signature image...
Many thanks Borislav.
Just tried it and its works without an error (unlike when using regsvr32 which is only for dll and ocx files which I found out just now - thanks to you).
What a relief, I thought I would distribute this COM server with the full VFP IDE just to register it!!!
I can not seem to make the regsvr32.exe to work in registering a VFP COM Server exe file (with a class that is declared OLEPUBLIC).
Is it not the right utility to use?
Can we do the registering programmatically?
What is the best approach?
Hi all,
Anybody here who can help me in developing a freehand drawing program?
The pen would be the mouse while the paper would be a small window with a white background.
I would like to capture the mouse coordinates, translate it into freehand lines, then save it to a bitmap file.
I am having...
Hi all,
Anybody here who can help me in developing a freehand drawing program?
The pen would be the mouse while the paper would be a small window with a with background.
I would like to capture the mouse coordinates, translate it into freehand lines, then save it to a bitmap file.
I am having...
Thanks Mike for the information.
What I like to know now is how do I generate a DBCS that I can convert to UNICODE.
I just like to produce UNICODE characters for assignment into a variable.
I do not intend to convert FROM UNICODE but to convert TO UNICODE.
But as you said, it may not be...
Hi everyone,
I stumbled into a Java Script program which I want to reprogram in VFP.
It had an array constant populated with some unicode characters.
I would like to know how I would do it in VFP.
I cant seem to figure out how to use the function strconv() for this purpose.
True, the...
Thanks for putting worth into my question.
However, I would not want my application to be maximized.
It is just a utility application.
It is called from another application (not coded in VFP) and made to appear as if it is part of that application.
I do not want users do anything to the...
Hi all,
Want to ask anybody who knows how to make a VFP form (AlwaysOnTop = .T.-True; ShowWindow = 2-As Top-Level Form; WindowType = 1-Modal) system modal.
My application type is Top-Level and _Screen.Visible = .F.-False.
What I want to do is when the form opens, I wont be able to do anything...
I anticipate someone will inform me that is so.
I will be posting another question with a relevant title but which is in relation to the problem I have posted before this (Thread184-741015) which is error 1440 (OLE exception error "name". OLE object may be corrupt.)
The reason for...
MikeLewis,
Thanks for the feedback, I appreciate it a lot.
Hope someone who had dealt with the Nokia PC connectivity suite version 2.1 and used VFP7 will come along and read this question.
If it is hopeless to do in VFP7 (I hope not), someone kindly inform me please (I have gone over this for...
MikeLewis,
Thanks for your prompt reply but I am afraid it didn't resolve my problem.
I have put the SYS(2333,1) on Load() method of my form and the SYS(2333,0)on the Unload() method.
It is the same error on the same line of the code.
BTW, I am developing the application on WinNT platform...
...I am using.
That is,
IDL:
[helpstring("method CreateShortMsg")]
HRESULT _stdcall CreateShortMsg([out, retval] IShortMessage** ppSMS);
VFP7:
CreateShortMsg(ppSMS as IShortMessage @) as VOID
Note that at line [], I used the syntax based on the type library of the COM...
I agree completely.
Its why I used "precisely" than "accurately". (I assumed accurately is stronger verb than precisely)
Thanks for the information.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.