Search found 257 matches: bound

Return to advanced search

Re: HTML code in a TPanel class

... to do with it. Until now, I only used WEBVIEW in a separate WINDOW. Just yesterday, I looked at the TWebView source code and saw that it can be bound to all windows controls. Here is a test with 3 SAYs. By the way, all the pages you see in the SAYs are mod harbour pages! Best regards, Otto Questions ...
by Silvio.Falconi
Mon Jan 22, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 815

Re: HTML code in a TPanel class

... to do with it. Until now, I only used WEBVIEW in a separate WINDOW. Just yesterday, I looked at the TWebView source code and saw that it can be bound to all windows controls. Here is a test with 3 SAYs. By the way, all the pages you see in the SAYs are mod harbour pages! Best regards, Otto https://mybergland.com/fwforum/ww3.gif
by Otto
Sun Jan 21, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 815

Re: WebView2 Essentials: Guides, Tips & Resources

... Binds a native function to a JavaScript function in the web view. Center(): Centers the web view window. Unbind(cName): Unbinds a previously bound JavaScript function. Return(cRequest, nBindResult, cFromPrgToJS): Handles the return value from a bound function. SetTitle(cTitle): Sets the title ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Desactivar Botones en xBrowse

... version: 6.2, Build 9200 Time from start: 0 hours 0 mins 15 secs Error occurred at: 15/08/2023, 19:23:29 Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A { ... } length: 2 [ 2] = N 5 Stack Calls =========== Called from: => (b)EVAL( 26 ) Called from: .\source\function\XBROWSER.PRG ...
by JoseAlvarez
Tue Aug 15, 2023 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desactivar Botones en xBrowse
Replies: 16
Views: 705

Help with complex JSON

... I am trying process the vessel calls in the ReadDataNew function below. When trying to process the data JSON at the end of this message, I get a BOUND error. I hoping someone can shread some light on the best way to process this data. Thank you in advance for your assistance! //----------------------------------------------------------------------------- ...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1159

Re: move the bitmap of the xbrowse sort

Please try oBrw:SetSortBmp( { "SOR_TUP","SOR_TDW" } )  Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A {} length: 0 [ 2] = N 1 Stack Calls =========== Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTBMPANDTEXT( ...
by Silvio.Falconi
Sun Mar 19, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move the bitmap of the xbrowse sort
Replies: 2
Views: 245

Re: delete identical records

...    Endcase     nNum := ntemp     return nNum  crash on line 41 Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A {{0,0,0},{1,89,1},{2,3,86},{3,1,87},{4,1,86},{4,4,83},{5,1,85},{5,4,82},{6,1,84},{6,4,81},{6,7 ... } length: ...
by Silvio.Falconi
Tue Nov 01, 2022 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: delete identical records
Replies: 6
Views: 350

Columnas Xbrowse (Solucionado)

... Windows version: 6.2, Build 9200 Time from start: 0 hours 0 mins 9 secs Error occurred at: 24/08/22, 23:37:58 Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A { ... } length: 44 [ 2] = N 45 Stack Calls =========== Called from: c:\compilan\fivedit\prg\Articulo.prg => ...
by JoseLuis
Wed Aug 24, 2022 9:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Columnas Xbrowse (Solucionado)
Replies: 3
Views: 344

Busqueda al interior de un Archivo INI

... 6.2, Build 9200    Time from start: 0 hours 0 mins 10 secs    Error occurred at: 12/05/2022, 20:45:48    Error description: Error BASE/1132  Bound error: array access    Args:      [   1] = H   { "MAIN" => {=>}, "mysql" => { "host" => "dolphintest.sitasoft.net", ...
by checo176
Fri May 13, 2022 12:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda al interior de un Archivo INI
Replies: 3
Views: 433

Problema con REQUERY

... update de la base de datos "tbcarpetas". cuando ejecuta la linea "requery" tira este error: Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A {3,2,"ÑLAKSJDAÑKLSJD "," "," ... } length: 17 [ 2] = N 18 que estoy haciendo mal? ...
by goosfancito
Thu Apr 07, 2022 9:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con REQUERY
Replies: 4
Views: 331

Re: CHARICON lista de codigos validos - para Cristobal ??

... i <= len(aCamposName) -1 * i++ * REDEFINE GET aCamposName[i,1] ID aCamposName[i,2] OF oDlg MESSAGE aCamposName[i,3] UPDATE //Error BASE/1132 Bound error: array access * Falla: Mustra el .RC pero No muestra la información de los campos en el Formulario *Enddo */ i:=0 do while i <= len(aCamposName) ...
by fridgar
Wed Dec 15, 2021 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1362

Re: Xbrowse, Mysql y Tdolphin.. error de orden..

... tambien funciona bie con esta instruccion *REDEFINE GET &a ID IDGet OF oDlg UPDATE // funciona bie */ *Probando con la array //Error BASE/1132 Bound error: array access * COMO DEBERIA DE QUEDAR EL REDEFINE GET *REDEFINE GET aCamposName[i,1] ID aCamposName[i,2] PICTURE aCamposName[i,3].... OF ...
by fridgar
Thu Dec 09, 2021 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 800

Testing Mod-harbour and Mercury

... exactly same value. 2.As I have some functions that work with arrays, Mercury informs me about error displaying my code and message: Description Bound error Operation array access Subsytem BASE Is it possible to have line number where error occurs ? That function have many lines of code, it is ...
by dakosimo
Wed Aug 05, 2020 4:54 pm
 
Forum: mod_harbour
Topic: Testing Mod-harbour and Mercury
Replies: 2
Views: 575

Re: Mod Harbour

... line: 98 called from: ../../../apache.prg, MAIN, line: 43 oltre a questo se provo l'esempio della carella GENESIS (index.prg) ottengo: Error: Bound error operation: array access [ 1] = H {""=>""} [ 2] = C genesis called from: ../../../apache.prg, (b)MAIN, line: 32 called ...
by damianodec
Mon Jan 27, 2020 8:32 am
 
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 7135

Re: New FTDN December 2019 (FWH 19.12)

... ha mejorado el pintado de los botones transparentes. - Corrección: EDIT_GET_LISTBOX: El texto correspondiente a un elemento en blanco en aEditListBound no se muestra. Corregido. viewtopic.php?f=3&t=37965 - Nueva DATA nLbxAt en el objeto columna. Tiene únicamente significado cuando nEditType ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 2997
Next

Return to advanced search