添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
想出家的回锅肉  ·  Python Psycopg - ...·  1 月前    · 
踏实的汉堡包  ·  Scenic Route - Chalk ...·  2 月前    · 
干练的硬币  ·  Free YouTube Download ...·  3 月前    · 
单身的跑步鞋  ·  接收 API Gateway ...·  4 月前    · 
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
With all the options we have anymore I still find myself relying on the good old school method of FoxPro and Excel Automation. For quick and excellent results it cannot be beat!
I have run into one I am having trouble with as the output from excel needs to print using custom page scaling. So I am asking if there is any way I can programmatically set that to say 80% before I present the output to the user? The user pushes a button and the data is collected and pushed to excel. Once formatted I just loExcel.visible=.t. and the user does whatever they need to do with the file. Some need to print the output, some email, and some just save it. It is a long report and if they do not remember to set the print option to scale "all columns on the page" they just end up with unusable scrap paper. I would like to set that option for them before they are presented with the output file. The customer wanted inexpensive so I did not provide a bunch of output options nor will I now. But I hate to see so much paper go to waste and am willing to eat some on this option, so simple, down, and dirty is what I am looking for.
Steve Bowman
Independent Technology, Inc.
CA, USA
Note other stuff to format the excel sheet here loXls.Application.PrintCommunication = .f. loXls.ActiveSheet.PageSetup.FitToPagesWide = 1 loXls.Application.PrintCommunication = .t. loXls.Visible = .t. Steve Bowman
Independent Technology, Inc.
CA, USA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies. Accept Learn more…