Search found 138 matches: orange

Return to advanced search

Re: GROUPBOX

Thank you very, very much for your ... now it is displaying as I wished...wonderful :-) may I check if I got TRANSPARENT right please ... is it overwriting the | <nClrBack> | The background color of the group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT CLR_ORANGE is omitt...
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Re: more GGUF Model

... for low hardware requirements. You can find most GGUFs at https://huggingface.co/ Recently an improved "brittlewis12/phi-2-orange-GGUF" is available which is better than "Microsoft/phi-2". We have recently published a repo at https://github.com/FiveTechSoft/tinyMedical ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 171

Re: De Excel a MySql

Code: Select all  Expand view
oRange:Parent:Parent:Close( .f. )


oRange:Parent --> oSheet
oRange:Worksheet --> oSheet
oSheet:Parent --> oWorkBook
by nageswaragunupudi
Wed Jul 19, 2023 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De Excel a MySql
Replies: 7
Views: 283

Re: Xbrowse : Tooltips timers

... some of the new stuff ))) I'm using a function because I need the value of the cell to be formatted in some kind. cell = Black,White,Green,Blue,Orange Tooltip needs to show 1. Black 2. White 3. Green 4. Blue ... Time will be there afther upgrade.
by Marc Venken
Mon Jun 12, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 236

Re: Fivewin and ADO

i wonder "how" GetExcelRange() will work as it "only" Return oRange, not Recorsd-Set :?: GetExcelRange() returns oRange object of oExcel This does not use ADO, but uses Excel OLE. Similar to Word OLE and PowerPoint OLE. Please study the subject ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3803

Re: Fivewin and ADO

... a CELL in *.XLSx even when "display" in XBROWSE --- i wonder "how" GetExcelRange() will work as it "only" Return oRange, not Recorsd-Set :?: what is   :nEditTypes := { 1,1,1 } i "normal" knew   :nEditTypes := EDIT_GET so what is Array mean :?: ...
by Jimmy
Fri Jun 09, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3803

Re: to Excel : using Array and "paste" it

Yes. Very well known. aArray := oRange:Value for reading and oRange:Value := aArray for assigning "should" work. And work perfectly with VB. When it comes to Harbour and xHarbour there are some issues. We need to be aware of the ...
by nageswaragunupudi
Sun Apr 23, 2023 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 3
Views: 273

Re: Сhange the color of a window fragment

An orange rectangle is drawn on the white window

https://cloud.mail.ru/public/kdYk/61wg63nfX
by Natter
Sat Dec 24, 2022 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Сhange the color of a window fragment
Replies: 4
Views: 378

Re: oPopUp in class btnbmp

... the btnbmp class. prg? (Now I modified the btnbmp.prg class to enlarge it) Maurizio Sorry Mauri, I not understood, are you talking about space see orange arrow? https://i.postimg.cc/4xw02BLR/JJ.png I think you must modify PaintPopupSection() method
by Silvio.Falconi
Sun Oct 16, 2022 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 776

Re: colorize xbrowse on specific col/row

...      oCol:bClrStd   := GenClrBlock( oCol, apos)      next  But I must modifiy the color on first column because I wish only the text orange ...:)
by Silvio.Falconi
Wed Jun 01, 2022 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 435

xbrowse multi select

... not only one how should i select multiple rows at the same time? how should i remove the checkbox from the first column? how can i have the color orange when i select a row ? @ 10, 465 XBROWSE  oLbxRuote OF oDlg ;      SIZE 105,300 PIXEL      oLbxRuote:SetArray(aRuote)  ...
by Silvio.Falconi
Sat Mar 26, 2022 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multi select
Replies: 3
Views: 405

Re: 3 state btnbmp

...  // Grátis/Livre   ? "Free?"RETURN NIL// END / FIN  No sorry.....I have many numbers Please see this test I made two states Orange and Blue I have two array one for numbers (alista) and one for numbers fix (afissi) I select and the procedure change the color in DARKORANGE2 ...
by Silvio.Falconi
Thu Mar 24, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 630

Re: Configurate xBrowser from dbf data issues

... coloring start from 373 - 387. For the demo I just made a Array with some data. If I call a function afther I made the getxbrowser, it works ok (Orange) oBrw[2] = getXBrowser("CUSTOMERS",oFld:aDialogs[2])oBrw[2]:First:bClrStd := { || If( oBrw[2]:state:value ...
by Marc Venken
Thu Feb 10, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 672

Re: Leer Excel grande a un array o DBF

...        oSheet := oExcel:Worksheets(1):cells         oWorkBook:workSheets(1):usedRange:Select  can be replaced by single line code: oRange := GetExcelRange( TrueName( cExelFile ) )  This code:          numRows    := oWorkBook:workSheets(1):usedRange:Rows:Count  ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 770

Re: FW_EXCELTODBF with tdatabase

Silvio.Falconi wrote:Now I resolve with

IF oImport:ExcelToDBF( oRange, nil, .t. )
lreturn :=.t.
ENDIF

But I not Know if it is correct!!


Correct.
by nageswaragunupudi
Sun Jan 30, 2022 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_EXCELTODBF with tdatabase
Replies: 4
Views: 335
Next

Return to advanced search

cron