Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1958 w/ object assisted repo form + no printer
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014730
Message ID:
01014741
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform