Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1958 w/ object assisted repo form + no printer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01014730
Message ID:
01014741
Vues:
29
This looks like what they are asking for:
loListener = CREATEOBJECT('oListener')
Report Form budget.frx Object loListener
lc=FiletoStr(loListener.targetfilename)
RETURN

DEFINE CLASS oListener AS HtmlListener OF (HOME()+"FFC\_reportListener.vcx")
  ListenerType = 5  && Not Sure if this is needed
  OutputType   = 5  && Not Sure if this is needed.
  quietmode    = .t.
  PROCEDURE GetPageHeight()
    RETURN 960*11
  ENDPROC
  PROCEDURE GetPageWidth()
    RETURN 960*8.5
  ENDPROC
ENDDEFINE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform