Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX with object
Message
 
À
25/06/2015 09:40:03
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
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:
01621460
Vues:
107
This message has been marked as the solution to the initial question of the thread.
HI Metin,


It's object deadlink.

I don't call peview form in this manner...

Try add to Destroy() event before clearlink
this.oreport.XFRXPreviewer=.NULL.
this.oreport=.NULL.
...
MartinaJ

>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
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform