Od: "Giovanni Di Maria" <giovanni...@gmail.com>
Do: "Harbour Users" <harbou...@googlegroups.com>;
Wysłane: 9:57 Sobota 2015-12-19
Temat: [harbour-users] DBF in RAM
Hi All.
Excuse my question.
Is it possible to create and manage a DBF in MEMORY RAM?
The DBF does not exist on disk, but only on RAM.
Hi,
see HBMEMIO in contrib.
Regards,
Marek Horodyski
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Od: "Robert Cordaiy" <robert....@gmail.com>
Do: "harbou...@googlegroups.com" <harbou...@googlegroups.com>;
Wysłane: 1:35 Niedziela 2015-12-20
Temat: Re: [harbour-users] DBF in RAM
Can anyone help. I can read in a CSV file to Excel but am unable to find the method to save the CSV (text) file as a .xls.The SaveAs method doesn't seem to work.Rob.
oExcel:WorkBooks:Add()
oAS := oExcel:ActiveSheet()
oAS:Cells:Select()
oAS:Cells:EntireColumn:AutoFit
oAS:Rows( "1:1"):Font:Bold( .t.)
oAS:Cells( n + 1, 1):Value := "Wykonano dla miesiaca " + mc_ksieg
oAS:Range( "B2"):Select()
oExcel:ACTIVEWINDOW:FreezePanes( .t.)
oAs:SaveAs( 'FileName') // you need SAVEAS ...
Reagards,
Marek Horodyski
Od: "Giovanni Di Maria" <giovanni...@gmail.com>
Do: "Harbour Users" <harbou...@googlegroups.com>;
Wysłane: 21:12 Niedziela 2015-12-20
Temat: Re: [harbour-users] DBF in RAM
Thank you very much.!
Giovanni
Il giorno domenica 20 dicembre 2015 21:09:52 UTC+1, esgici ha scritto:Hi GiovanniAn alternative :From Harbour Changelog; 2009-02-16 17:44 (by Przemyslaw Czerpak)* harbour/source/rdd/dbcmd.c+ added .prg function to create temporary files:hb_dbCreateTemp( <cAlias>, <aStruct>, <cRDD>, ;<cCodePage>, <nConnection> ) -> <lSuccess>
Hi,
but here is created file. When you run demo from CD, best are HBMEMIO.
Regards,
Marek Horodyski