randall2nd
Programmer
I am new to PB,using PB 7.0 Build 5031, connecting to a sybase db.
I am getting a return code of -1 when i try to use the SaveAsType EXCEL5!
datawindow1.SaveAs("C:\db\mydb.xls",EXCEL5!,True)
It works just fine when I use:
datawindow1.SaveAs("C:\db\mydb.xls",EXCEL!,True)
But this creates an excel file with a version of 2.1, that it is too low for what i need.
Does the SaveAsType EXCEL5! not work?
Any help appreciated. Randall2nd
I am getting a return code of -1 when i try to use the SaveAsType EXCEL5!
datawindow1.SaveAs("C:\db\mydb.xls",EXCEL5!,True)
It works just fine when I use:
datawindow1.SaveAs("C:\db\mydb.xls",EXCEL!,True)
But this creates an excel file with a version of 2.1, that it is too low for what i need.
Does the SaveAsType EXCEL5! not work?
Any help appreciated. Randall2nd