Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX with object
Message
De
25/06/2015 09:40:03
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
XFRX with object
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01621445
Message ID:
01621445
Vues:
114
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform