Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions Issue when trying to SaveWorkbookAs #30

Closed
eselje opened this issue Nov 24, 2019 · 2 comments
Closed

Permissions Issue when trying to SaveWorkbookAs #30

eselje opened this issue Nov 24, 2019 · 2 comments

Comments

@eselje
Copy link

eselje commented Nov 24, 2019

Not sure what's happening, but SaveWorkBookAs doesn't want to save. It returns .t. but no file appears. I'm sending it the full path name.

oXLSX = CREATEOBJECT("VFPWorkBookXSLX.VFPWorkBookXSLX")
iWorkbook = oxlsx.openxlsxworkbook(cActionPriceSheet)
IF lRename
 cActionPriceSheet = ADDBS(JUSTPATH(cActionPriceSheet))+"Action Price Sheet " +  ;
   TRANSFORM(DTOC(DATE(),1),'@R 9999-99-99')+".xlsx"
ENDIF 
iResult = oxlsx.saveworkbookas(iWorkBook,cActionPriceSheet)
@ggreen86
Copy link
Owner

ggreen86 commented Nov 27, 2019 via email

@ggreen86
Copy link
Owner

ggreen86 commented Oct 3, 2024

Closing issue. No reply received since my last response to try to determine if the issue can be identified.

@ggreen86 ggreen86 closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants