Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clip excel graph in form.oleboundcontrol
Message
From
03/06/2008 03:27:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Clip excel graph in form.oleboundcontrol
Miscellaneous
Thread ID:
01321213
Message ID:
01321213
Views:
83
Hi,
in my old VFP6 application this code works fine number years, form with oleboundcontrol, which display excel graph, code:

.oleboundcontrol1.controlsource=""
lcF=ogProgram.TempRoot+"\Temp_vzorkyDj.xls"
delete file (lcF)
olesheet=CreateObject("excel.application")
olesheet.workbooks.open(ogProgram.TempRoot+"\vzorkyDj.xls")
*** fill the sheet
olesheet.activeworkbook.saveas(lcF)
olesheet.application.quit
release olesheet
olesheet=.null.
create cursor bla (bla g)
append blank
append general bla from (lcF)
.oleboundcontrol1.controlsource="bla.bla"

oleboundcontrol1.width=990, stretch=0, but I can see only about 600,
same is in modify memo bla.bla,
saved file (lcF) is OK,

I can't find mistake: is it in Excel, VFP, display driver ...?
Thank you in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform