Search found 54 matches: excell

Return to advanced search

Re: Excell to xbrowse ?

Thank you Mr. Rao.

It works.
by Horizon
Mon Nov 20, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Re: Excell to xbrowse ?

Image


Code: Select all  Expand view
XBROWSER Array( 1, 10 ) SETUP ( oBrw:nEditTypes := 1, oBrw:lCanPaste := .t. )
by nageswaragunupudi
Mon Nov 20, 2023 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Re: Excell to xbrowse ?

The highlighted fragment is ":Selection". Basically so
Code: Select all  Expand view
dim:=oExc:Sheets(1):Selection:Range:value
by Natter
Mon Nov 20, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Re: Excell to xbrowse ?

If I understood the question correctly dim:=oExc:Sheets(1):Range("A1:H100"):value Then insert the dim array into the xBrowse Thank you very much for your reply, Natter. I guess I didn't explain my problem. I have a file opened in Microsoft Excel and I marked some of it and...
by Horizon
Mon Nov 20, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Re: Excell to xbrowse ?

If I understood the question correctly
Code: Select all  Expand view
dim:=oExc:Sheets(1):Range("A1:H100"):value


Then insert the dim array into the xBrowse
by Natter
Mon Nov 20, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Excell to xbrowse ?

Hi,

Is it possible to copy selected area from excel to xbrowse? If yes, any example?

Thanks.
by Horizon
Mon Nov 20, 2023 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Exportar a Excel desde preview

Desde un preview como este https://i.ibb.co/JtJ10yb/Preview1.png Exporto a Excell (Tengo Excel 2019 instalado) y me abre este documento de Excel https://i.ibb.co/nPgmpwW/Excel1.png Como veis el numero de obra y la obra no lo incluye y ...
by jvtecheto
Wed May 12, 2021 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a Excel desde preview
Replies: 2
Views: 401

Re: Excel from Preview

... me an error The second option is complicated to implement by a single report since it has several set Relations . Note that if I don't press the Excell button I have no problem when I return to xbrowse Regards Jose.
by jvtecheto
Tue Jun 16, 2020 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel from Preview
Replies: 12
Views: 2370

Re: Excel from Preview

... re-entrant. Depends on how you program. Please try to make a small program and post here please. Yes mr. Rao but the movie demostrades When opens excell the xbrowse is Empty and if we not click excell button when exit preview it returns without problem. Jose Enviado desde mi POCOPHONE F1 mediante ...
by jvtecheto
Mon Jun 15, 2020 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel from Preview
Replies: 12
Views: 2370

Re: Excel from Preview

... in a different way than is provided, he can substitute his own buttonbar globally with TReport():bButtonBar Hi Mr. Rao Using option 2 it shows excell button and opens excell 2019 but when i return the xbrowse is totally empty look at small video for demostrate it behaovior https://i.ibb.co/gSbqTq6/Excell-Button.gif ...
by jvtecheto
Mon Jun 15, 2020 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel from Preview
Replies: 12
Views: 2370

Re: Select an open excel-sheet

What I want to do is: - Press a button in my programm ok ! The program wait till I select the sheet of the excellbook that I want to use (because more than 1 excell-books can be open) Make it in programm shown buttons labeled with sheet names. After selecting the sheet I want ...
by hmpaquito
Wed Oct 17, 2018 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select an open excel-sheet
Replies: 13
Views: 3189

Re: Select an open excel-sheet

... Maybe my question was not really clear. What I want to do is: - Press a button in my programm - The program wait till I select the sheet of the excellbook that I want to use (because more than 1 excell-books can be open) - After selecting the sheet I want to use, the program use that sheet, ...
by Marc Vanzegbroeck
Wed Oct 17, 2018 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select an open excel-sheet
Replies: 13
Views: 3189

Re: Select an open excel-sheet

... edit and save an excel-sheet. But is it possible to select a sheet that is already open? I want to press a button, and than select the excell-sheet (in case if more than 1 sheet is open) that the program have to modify/use. Thanks Intenta asi... oHoja := oExcel:ActiveSheet() // SINO ...
by joseluisysturiz
Tue Oct 16, 2018 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select an open excel-sheet
Replies: 13
Views: 3189

Select an open excel-sheet

Hi,

I know how to create,open, edit and save an excel-sheet.
But is it possible to select a sheet that is already open?
I want to press a button, and than select the excell-sheet (in case if more than 1 sheet is open) that the program have to modify/use.

Thanks
by Marc Vanzegbroeck
Tue Oct 16, 2018 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select an open excel-sheet
Replies: 13
Views: 3189

question xBrowse

Hello Mr. Rao,

I would like to know if xBrowse could work like Excell when editing a Cell and clicking with mouse out of it resulting in saving the data, not loosing it like nowadays.

Thank you.
by MOISES
Sun May 03, 2015 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question xBrowse
Replies: 2
Views: 506
Next

Return to advanced search