I have a SQL that inserts values into a Paradox table.
The SQL executes without any problems if the date value is not empty. However, the SQL would not execute properly if the date value is empty.
How can I get around this error?
Thanks
For example:
sDataDate : String;
sAcctNo : String...
I have a DBEdit field bounded to a numeric field of a table.
The field's DisplayFormat property is defined as #,###,##0.00.
When I entered 12346.78, the number on the form would become 123,456.78. So far, so good.
However, when I change the value from 123,456.78 to say 123,000.00, I get this...
I have a field for e-mail addresses on Pdox 9. Everytime I click on the field the e-mail program pops up as though I want to send an e-mail message. It's a pain.
How can I turn it off?
Thanks
Joe
I would like to convert an Excel spreadsheet to csv.
...
Dim objExcel As Excel.Application
Set objExcel = New Excel.Application
objExcel.Workbooks.Open "C:\1.xls"
objExcel.ActiveWorkbook.SaveAs "C:\1.csv", xlCSV
objExcel.Quit
Set objExcel = Nothing
...
This does not seem...
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.