... Delete( lMsg ): Deletes the currently selected record.
SaveData( lRefresh ): Saves changes made during editing back to the data source.
ArrCellSet(), ArrCell(): Methods for direct manipulation of array data source cells.
Lock(), UnLock(): Methods for controlling data modification by locking ...
Search found 598 matches: cells
Searched query: cells
- Fri Jan 24, 2025 11:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
- Tue Dec 24, 2024 8:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open XLS without Excel
- Replies: 11
- Views: 1454
Re: Open XLS without Excel
... row 2 and only retrieve about 80 columns of data so I can upload to SQL. Is there a way to read data row by row like below?
cValue01 := oSheet:Cells( nCurrentXlsRow, 2 ):Value
cValue02 := oSheet:Cells( nCurrentXlsRow, 8 ):Value
cValue03 := oSheet:Cells( nCurrentXlsRow, 18 ):Value
cValue04 ...
cValue01 := oSheet:Cells( nCurrentXlsRow, 2 ):Value
cValue02 := oSheet:Cells( nCurrentXlsRow, 8 ):Value
cValue03 := oSheet:Cells( nCurrentXlsRow, 18 ):Value
cValue04 ...
- Tue Dec 24, 2024 4:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New: Read/Edit/Save XLSX files without Excel/ADO
- Replies: 2
- Views: 659
New: Read/Edit/Save XLSX files without Excel/ADO
... aStruct
DATA aData
ACCESS oData // aData in the form of TArrayData
METHODS:
METHOD ReadData()
METHOD ShowData()
METHOD Range( cRange )
METHOD Cells( nRow, [anCol] )
METHOD SaveAs( cSave )
METHOD Close()/End()
Notes:
1. Reads only values and data types of the cells but does not read other ...
DATA aData
ACCESS oData // aData in the form of TArrayData
METHODS:
METHOD ReadData()
METHOD ShowData()
METHOD Range( cRange )
METHOD Cells( nRow, [anCol] )
METHOD SaveAs( cSave )
METHOD Close()/End()
Notes:
1. Reads only values and data types of the cells but does not read other ...
- Tue Dec 10, 2024 7:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open XLS without Excel
- Replies: 11
- Views: 1454
Re: Open XLS without Excel
... row 2 and only retrieve about 80 columns of data so I can upload to SQL. Is there a way to read data row by row like below?
cValue01 := oSheet:Cells( nCurrentXlsRow, 2 ):Value
cValue02 := oSheet:Cells( nCurrentXlsRow, 8 ):Value
cValue03 := oSheet:Cells( nCurrentXlsRow, 18 ):Value
cValue04 ...
cValue01 := oSheet:Cells( nCurrentXlsRow, 2 ):Value
cValue02 := oSheet:Cells( nCurrentXlsRow, 8 ):Value
cValue03 := oSheet:Cells( nCurrentXlsRow, 18 ):Value
cValue04 ...
- Wed Oct 30, 2024 11:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ins from ClipBoard to Xbrowse
- Replies: 8
- Views: 1105
Re: Ins from ClipBoard to Xbrowse
... give the cell focus and then past. Don't enter the cell and try to paste.
I noticed that when you give focus to the top/left cell and paste, all cells and rows are pasted.
The array don't need all the rows, but the columns it does. Xbrowse appends automaticaly the folowing rows (Smart xBrowse Mr ...
I noticed that when you give focus to the top/left cell and paste, all cells and rows are pasted.
The array don't need all the rows, but the columns it does. Xbrowse appends automaticaly the folowing rows (Smart xBrowse Mr ...
- Tue Oct 29, 2024 1:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ins with tab on xbrowse
- Replies: 1
- Views: 385
Re: Ins with tab on xbrowse
insert numbers using the tab key,
TAB key is never used to insert (write) data.
If you mean navigating cells....
Arrow keys move the cursor to right or left.
If you want to use TAB key to move to next right cell for editing, the same way as in Excel, then use
oBrw:lTabLikeExcel := .t.
If you set ...
TAB key is never used to insert (write) data.
If you mean navigating cells....
Arrow keys move the cursor to right or left.
If you want to use TAB key to move to next right cell for editing, the same way as in Excel, then use
oBrw:lTabLikeExcel := .t.
If you set ...
- Tue Oct 29, 2024 12:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ins with tab on xbrowse
- Replies: 1
- Views: 385
Ins with tab on xbrowse
I have this xbrowse
![Image](https://i.postimg.cc/nVBRzgtX/ins.png)
I need to insert numbers using the tab key, but I saw that it doesn't work and I have to change cells with the mouse spending a lot of time
How can I use the tab key for quick data entry?
![Image](https://i.postimg.cc/nVBRzgtX/ins.png)
I need to insert numbers using the tab key, but I saw that it doesn't work and I have to change cells with the mouse spending a lot of time
How can I use the tab key for quick data entry?
- Fri Oct 25, 2024 1:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: a future proposal for Xbrowse
- Replies: 1
- Views: 478
a future proposal for Xbrowse
![Image](https://i.postimg.cc/Bn5rY7b8/VB-Xbrowse.gif)
in VB net there is a grid with which one can select all the cells and then by doing ctrl+C one can copy the content and transfer it to a notepad file, in Xbrowse this is not yet possible I hope that in the future we will have this very useful possibility
- Thu Aug 22, 2024 2:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ListBox Input Field Scrolling........
- Replies: 2
- Views: 1762
Re: ListBox Input Field Scrolling........
Dear Riaz,
> On key press {Enter].. fuction called ..To edit columns...
What function do you use to edit the cells ?
It could be modified to allow horizontal scrolling
> On key press {Enter].. fuction called ..To edit columns...
What function do you use to edit the cells ?
It could be modified to allow horizontal scrolling
- Mon Jun 03, 2024 3:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: EXCEL and interior color
- Replies: 6
- Views: 666
EXCEL and interior color
The question is very simply
I want to colorize the cells interior using a color present in theme colors dialog.
In this way the user can manipulate an excel workshet using the same color i an easiste way
oAs:Range( "A1:K1" ):Interior:Color:= RGB( 244, 176 , 132 )
in my opinion an expression like ...
I want to colorize the cells interior using a color present in theme colors dialog.
In this way the user can manipulate an excel workshet using the same color i an easiste way
oAs:Range( "A1:K1" ):Interior:Color:= RGB( 244, 176 , 132 )
in my opinion an expression like ...
- Mon Apr 22, 2024 4:33 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO
- Replies: 2
- Views: 446
Re: Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO
A mi me ha funcionado poniendo así:
vconcepto:=strtran(alltrim(oHoja:Cells( nrow, 5 ):Value),chr(10),CRLF)
Espero que le sirva a quien lo necesite.
Un saludo
vconcepto:=strtran(alltrim(oHoja:Cells( nrow, 5 ):Value),chr(10),CRLF)
Espero que le sirva a quien lo necesite.
Un saludo
- Mon Apr 22, 2024 2:45 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO
- Replies: 2
- Views: 446
Cambiar ALT+INTRO de Excel a Intro en campo memo.SOLUCIONADO
... y al pasarlo de la siguiente mamera a un campo memo en el fichero dbf lo hace obviando el intro (ALT+INTRO)
vconcepto:=alltrim(oHoja:Cells( nrow, 5 ):Value)
y queda así:
"RETIRADA DE PAVIMENTO. Demolición del pavimento, capa de nivelación e impermeabilización existentes. Incluye ...
vconcepto:=alltrim(oHoja:Cells( nrow, 5 ):Value)
y queda así:
"RETIRADA DE PAVIMENTO. Demolición del pavimento, capa de nivelación e impermeabilización existentes. Incluye ...
- Tue Mar 05, 2024 3:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: A picture on top of the text
- Replies: 5
- Views: 856
Re: A picture on top of the text
... I could use it like this :
https://www.maveco.be/fivewin/overlay.png
A selected small image that position as a layover in a cell in the top right or top left position in order to show that these cells need extra care.
This can be done with colors, but the png could also be like (DISCOUNT) image
https://www.maveco.be/fivewin/overlay.png
A selected small image that position as a layover in a cell in the top right or top left position in order to show that these cells need extra care.
This can be done with colors, but the png could also be like (DISCOUNT) image
- Thu Feb 22, 2024 4:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google Graph extra graphic ? (Navaro)
- Replies: 23
- Views: 5592
Re: Google Graph extra graphic ? (Navaro)
Dear Mark,
well done!
Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.
I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
well done!
Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.
I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
- Mon Jan 29, 2024 3:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Creating table with Trichedit
- Replies: 18
- Views: 3997
Re: Creating table with Trichedit
... on page
FONTNUMBER 1 ; // Use font #2 for the body rows
FONTSIZE 10 ; // Use 9 Pt. font for the body rows
CELLAPPEAR BOLD_OFF ; // Normal cells unbolded
CELLHALIGN LEFT ; // Text in normal cells aligned left
COLUMNS 9 ; // Table has n Columns
CELLWIDTHS {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0 ...
FONTNUMBER 1 ; // Use font #2 for the body rows
FONTSIZE 10 ; // Use 9 Pt. font for the body rows
CELLAPPEAR BOLD_OFF ; // Normal cells unbolded
CELLHALIGN LEFT ; // Text in normal cells aligned left
COLUMNS 9 ; // Table has n Columns
CELLWIDTHS {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0 ...