Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX with object
Message
From
25/06/2015 09:40:03
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
XFRX with object
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01621445
Message ID:
01621445
Views:
113
Hi All,

I used before I know but when I try at this time XFRX with objects, my report preview form hangs up.

My report create code:
		Set REPORTBEHAVIOR 90
		LOCAL loObj, loSession
*---------- xfrx ayarla -------------
		Set Classlib To (Home()+"FFC\_reportlistener.vcx") Additive
		loObj = Evaluate([xfrx("XFRX#LISTENER")])

		loObj.setEmbeddingType(3) &&---- PDF dosyası sadece kullanılan fontları yükle
		loUpdate = Createobject("updatelistener")
		loUpdate.thermFormCaption = "Rapor oluşturuluyor ..."
		loObj.successor = loUpdate

		loObj.targetType = "XFF"

		Report Form liste Object loObj  

do form preview with loObj
forms init section:
lpara xfilename
With This.xfcont
		Set REPORTBEHAVIOR 90
		.Reset
		.iTool = 0 && do not show the toolbar
		.setlanguage("TR")
		xfilename.XFRXPreviewer = This.xfcont  && send the container object reference
		xfilename.previewReport(xfilename.oxfDocument)
		this.oreport=xfilename
forms destroy:
this.xfcont.clearlink 
What's the problem? I can remove form just with Program->cancel
Next
Reply
Map
View

Click here to load this message in the networking platform