Search found 730 matches: resolve

Return to advanced search

To nages : modify of a xbrowse

... when I modify 4th column and the string is "45" i can insert only 2 space how I can resolve ? I made WITH OBJECT oBrwFilter      :bPastEof     := { ||  AddRow( oBrwFilter ) }      :bKeyDown  := { |nKey| If( ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 126

Re: len an array

... empty) How set alines ? because then I must set another two array from alines oImage:=array(len(aLines)+1) aImages:=array(len(aLines)+1) how I can resolve ?
by Silvio.Falconi
Wed May 08, 2024 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: len an array
Replies: 5
Views: 152

IA y Harbour Conceptos básicos

... musicales y al revisar la caché de mi navegador, observo que me ha bajado un archivo binario de 428,422,300 bytes /Xenova/musicgen-small/resolve/main/onnx/decoder_model_merged_quantized.onnx Y otros tantos ficheros de más de 100 mb tambien en formato ONNX Saltan mis dudas... Qué diferencia ...
by Joaquim Ferrer
Sat Apr 13, 2024 10:57 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 328

Compiling error Antonio Nages resolved

... test.c: [1]:iLink32.Exe -Gn -aa -Tpe -s -v @test.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link How I resolve ?
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 239

ADS with 64bit FWH Apps

... is not a FWH issue. My clients using the ADS software, prior to 12.0, simply run the 32 bit build of my application. However, it would be nice to resolve this issue. Thanks for any insight you might have. Tim
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2345

xbrowse SelectRow method

If I made to select all record on xbrowse

oBrw:SelectRow( 4 )

and the I wish deselect only one record

If I made oBrw:SelectRow( 0 ) it deselect all

how resolve ?
by Silvio.Falconi
Sat Mar 30, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 708

Re: records on xbrowse

... ....:CreateFromCode() ENDlArrows:= IIF( oBrw:nDataRows<oBrw:nLen,.t.,.f.)  but it not run because I have 0 and -4 how I can resolve it ?
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1720

Re: Compiling with new harbour_bcc770_32_20240309

... %C_LIB_INSTALL%\PSDK\rasapi32.lib=40,.T.,0,0, %HB_LIB_INSTALL%\png.lib=41,.T.,0,0, %C_LIB_INSTALL%\PSDK\shell32.lib=42,.T.,0,0, How I can resolve this ?
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3463

Re: Compiling with new harbour_bcc770_32_20240309

Antonio,
I not resolve ask allways uuid.lib
I must return on oldest configuration
Oldest harbour/fwh/bcc7.30
by Silvio.Falconi
Tue Mar 19, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3463

Compiling with new harbour_bcc770_32_20240309

... -Gn -aa -Tpe -s -v @xbrwin7.bclTurbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.Error: Unresolved external '___get_std_stream' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|HARBOURError: Unable to perform link  How I can resolve it ?
by Silvio.Falconi
Mon Mar 18, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3463

Hide/show search system on a dialog - Resolved

...     oSearch:SetCheck(lSearch)   ACTIVATE POPUP oMenu OF oParent AT  oBrw:nTop+nRow, oBrw:nLeft+nCol   RETURN (NIL)  how I can resolve it ?
by Silvio.Falconi
Mon Mar 18, 2024 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1217

Re: To Nageswrao Del Objs on TscrollPanel

... https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products 3 and 4, product number 5 must be positioned after product 2 How I can resolve it ?
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 708

To Nageswrao Del Objs on TscrollPanel

... the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except product number 1 and del item on adata and refresh the oBrw how I can resolve ? I Tried with ( but run bad) FOR i := 1 TO LEN(oBrw:aCols) oCol := oBrw:aCols[ i ] oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) } NEXT ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 708

Steps to integrate AI

... contract with OpenAI. However, what we don't know is how to integrate this technology into our application, teach it certain things we need it to resolve, and ultimately implement a transparent process for the user where we make a request and receive the most accurate response, similar to what ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 644

Re: phpBB to LLM

... encountering issues with installing PyTorch using pip install torch, it could be due to several reasons. Here are a few steps you can take to resolve the issue: Check Python Version: Ensure that you are using a compatible version of Python. PyTorch may have specific requirements for the Python ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4741
Next

Return to advanced search

cron