Search found 122 matches: spreadsheet

Return to advanced search

Spreadsheet with Xbrowse

I 'd like to re- create a small Spreadsheet with xbrowse Many year ago on Dos I had a small SpreadSheet of Nantucket Corporation (1991 Clipper 5.01 - Release 1.29 ) I have the source code of it but the dos release used TBrowse class the dialog ...
by Silvio.Falconi
Tue Oct 21, 2014 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spreadsheet with Xbrowse
Replies: 5
Views: 1085

Re: Creating a spreadsheet using Open Office

Thanks Guys,

Just needed the keywords to search the forum.

David :)
by David Williams
Sat Sep 06, 2014 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a spreadsheet using Open Office
Replies: 3
Views: 827

Re: Creating a spreadsheet using Open Office

... data to the sheet. By the way, if MS Office is not installed and Open Office is detected, xbrowse automatically exports data to Open Office spreadsheet when we use oBrw:ToExcel()
by nageswaragunupudi
Sat Sep 06, 2014 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a spreadsheet using Open Office
Replies: 3
Views: 827

Re: Creating a spreadsheet using Open Office

TRY oExcel := GetActiveObject( "com.sun.star.ServiceManager" ) CATCH TRY oExcel := CreateObject( "com.sun.star.ServiceManager" ) CATCH VALERT ( "OpenOffice no install", , , "X",,.t.,,{"aceptar"}) return 0 END END oDesktop = oExcel:CreateInstance( &qu...
by Manuel Valdenebro
Fri Sep 05, 2014 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a spreadsheet using Open Office
Replies: 3
Views: 827

Creating a spreadsheet using Open Office

Hello,

Can anybody tell me what to use for the CreateObject when creating a spreadsheet in Open Office? I have a customer who does not use Microsoft Office.

oXL := CreateObject("Excel.Application???")

TIA
David
by David Williams
Fri Sep 05, 2014 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a spreadsheet using Open Office
Replies: 3
Views: 827

Re: OLE Excel

Hi Jeff

Thanks but I would rather not start playing around with clients terminal server and workstations registry settings.
They will just have to click on the icon to open the spreadsheet.

Cheers

Colin
by Colin Haig
Tue Apr 29, 2014 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 4
Views: 1055

Re: FWH, ole, Word and Excel

Antonio,

I indeed want to embed the spreadsheet into the Word doc.

Thanks.
by driessen
Sat Oct 12, 2013 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, ole, Word and Excel
Replies: 4
Views: 1061

Re: FWH, ole, Word and Excel

Michel,

Do you mean to embed the spreadsheet into the Word doc, or to export its data into Word ? thanks
by Antonio Linares
Fri Oct 11, 2013 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, ole, Word and Excel
Replies: 4
Views: 1061

Re: Empezando con ADO

... designed to share data between cross platforms that are designed to do so with an OLE DB provider. For example, you can use Ado to open an Excel spreadsheet and extract and share data between ( lets say ) Ms Access, or MsSql Server or for that matter any ADO compliant RDMS... or even opening ...
by Rick Lipkin
Fri Sep 20, 2013 12:59 pm
 
Forum: Off Topic / Otros temas
Topic: Empezando con ADO
Replies: 48
Views: 18228

Re: German and Italian translations help required

... foi possível estabelecer o formato","Kann das Format nicht festlegen","Non posso impostare il formato" },; { "No spreadsheet software installed",; "No hay software instalado para visualizar hojas de cálculo",; "Il n´y a pas de programme installé ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4267

Re: Office 2010 Access accdb files from ADO

... you should use SQL Server Express Edition). As a replacement for the Jet OLEDB Provider in server-side applications. As a general word processing, spreadsheet or database management system -To be used as a way to create files. (You can use Microsoft Office or Office automation to create the files ...
by Rick Lipkin
Wed Jul 03, 2013 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office 2010 Access accdb files from ADO
Replies: 5
Views: 2893

Re: Fivedroid on Qt

... apps. Cheap ? Yea ... $4 to $6. Helpful ? I'm not sure. The ones I saw you upload data to the company's server and it then saves it to an Excel spreadsheet! The other one exports data to a CSV and then you import that into the program of your choice. Most of the stuff is simple expense tracking ...
by TimStone
Tue Jun 11, 2013 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 38954

Rpreview to Excel

Has anyone developed an option to send a report to Excel ? We have the capability to create PDF's but now I have clients who want to play with spreadsheets. Several of my report routines do create an Excel spreadsheet as an alternative, so I have that under control. However, some people are asking ...
by TimStone
Mon Oct 15, 2012 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview to Excel
Replies: 1
Views: 487

Re: Metro style

... any company, many people have many different roles. You do not want or need the same screen doing AP as Email. You cannot expect to do the same spreadsheet on a desktop with a 23" monitor/mouse and a Windows phone with 7" screen/touch. So why would we need the same code to run on both ...
by Gale FORd
Fri Sep 28, 2012 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 19117

Re: OT: Is EXCEL a productivity killer?

... 2) Some people send the information to 3rd party vendors. For example, they want a listing of clients which is selected by our system, but the spreadsheet is then transferred to a company that handles a mailing. Tim
by TimStone
Thu Jun 21, 2012 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Is EXCEL a productivity killer?
Replies: 2
Views: 745
PreviousNext

Return to advanced search