Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX with object
Message
De
26/06/2015 03:06:24
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:
01621475
Vues:
82
Thank You Martina,

You're hero... :)


>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform