Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX - Saving to TIFF drops Logo
Message
From
18/03/2006 09:11:27
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01105389
Message ID:
01105534
Views:
24
Hi Martin,

I am using the latest version (11.3) downloaded from their web site yesterday.

I also sent an email to their suppport yesterday, but I guess it must have been after working hours so I don't expect any response until Monday. Was hoping someone here has seen this before or can verify the problem for me.

Thanks.

>Hello Frank,
>
>You don't write which XFRX version you have.
>Try download demo of XFXR 11.3 and try it.
>
>MartinJ
>PS: I send notify about this problem to Martin Haluza
>
>>Hi,
>>
>>I am evaluating using XFRX for creating some TIFF images. The Report has a .BMP on it for the company logo. This works fine if creating an XLS or a PDF file.
>>
>>Has anybody come across this before and know what I should do?
>>
>>Here's my code:
>>
>>
>>loSession = EVALUATE("xfrx('XFRX#INIT')")
>>lnRetval = losession.SetParams(,,,,,,"XFF")
>>If lnRetVal = 0
>>	loSession.ProcessReport(THIS.icFRXFileName)
>>	local loXFF
>>	*
>>	* the finalize method returns a XFRX#DRAW object reference,
>>	* which will be used to save the pictures
>>	*
>>	loXFF = loSession.finalize()
>>	loXFF.savePicture(m.lcOutputFile, ;
>>		"tiff",1,loXFF.pagecount,24)
>>ENDIF
>>
>>
>>Thanks,
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform