Search found 7541 matches: local

Return to advanced search

xbrowse excessive lines

... ntipo =2 https://i.postimg.cc/TPfd9Yyw/secondo.png when I set ntipo1 I declare local aTabella := array(101, 11) when I set ntipo2 I declare local aTabella := array(10, 11) I tried to set local aTabella :={} for all types https://i.postimg.cc/SRr3mkSZ/v.gif ...
by Silvio.Falconi
Fri Nov 22, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse excessive lines
Replies: 2
Views: 111

Re: Compilar con hmbk2 es complicado, pero...

... https://harbour.github.io/ Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'C:\Users\Usuario\AppData\Local\Temp\hbmk_7a3w7x.dir\test.c'... Done. hbmk2[test]: Error: Running C/C++ compiler. -1 bcc64.exe -c -q -Ic:\bcc7764\INCLUDE\windows\crtl -Ic:\bcc7764\INCLUDE\windows\sdk ...
by asesormix
Tue Nov 19, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3771

Re: España: Normativa sancionadora sistemas informáticos

... ))) Me da el resultado del ejemplo de la AEAT 3C464DAF61ACB827C65FDA19F352A4E3BDC2C640E9E9FC4CC058073F38F12F60 Si utilizo variables LOCAL aCampo := { "IDEmisorFactura", ; "NumSerieFactura", ; "FechaExpedicionFactura", ; "TipoFactura", ; "CuotaTotal", ...
by Julio Cepeda
Fri Nov 15, 2024 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 332
Views: 54780

Re: Save dialog to Jpg

Now I correct with this [img] Function SalvaDialog(nType,oDlg) local cFileJpg1:= "TopTen_Lotto_Ritardatari.jpg" local cFileJpg2:= "TopTen_Lotto_Frequenti.jpg" local oRect:= oDlg:GetCliRect() If nType=1 oDlg:SaveAsImage( cFileJpg1, { ...
by Silvio.Falconi
Fri Nov 15, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 145

Re: Save dialog to Jpg

... "Salva", "save_48.bmp", {|| SalvaDialog(nType,oDlg) }, {||.t.}, .f., "" ) Function SalvaDialog(nType,oDlg) local cFileJpg1:= "TopTen_Lotto_Ritardatari.jpg" local cFileJpg2:= "TopTen_Lotto_Frequenti.jpg" If nType=1 oDlg:SaveAsImage( cFileJpg1, ...
by Silvio.Falconi
Fri Nov 15, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 145

Re: xbrowse(autosort) + tdolphin - erro

... Param 1: O Class: ERROR TDOLPHINSRV:CHECKERROR Param 1: O Class: TDOLPHINSRV Param 2: N 1052 Param 3: L .F. Param 4: C "" Local 1: C "" Local 2: O Class: ERROR TDOLPHINSRV:SQLQUERY Local 1: N 1052 Local 2: U Local 3: L .F. TDOLPHINQRY:LOADQUERY Param 1: C "SELECT ...
by MGA
Thu Nov 14, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 198

Re: cloud or not cloud

... del manejo de los datos, que con dbf serían tarea del programador. Igualmente Mysql y MariaDB pueden usarse sin ningun problema en entornos locales. Y el caso aquí es poner o no los datos en "la nube". Creo que aquí se expusieron muchas perspectivas válidas, como la de Tim, la ...
by cmsoft
Thu Nov 14, 2024 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: xbrowse(autosort) + tdolphin - erro

... ORDER BY, there is no error. #include "FiveWin.ch" #include "xBrowse.ch" #include "tdolphin.ch" function Main() LOCAL oForm, oServer, oQry, oBrw CONNECT oServer HOST 'localhost' ; USER 'root' ; PASSWORD 'miclave' ; PORT 3306 ; FLAGS 0; DATABASE 'test' oQry := ...
by MGA
Thu Nov 14, 2024 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 198

Re: cloud or not cloud

... seen it. Speed is of great importance. Again, their broadband systems are not sufficient to give them the performance they need, but running on a local network makes it entirely possible. I have built an autoupdating system that works quickly and if we ever found a bug, the repair can be done, ...
by TimStone
Wed Nov 13, 2024 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: Un raro problema

Karinha:

Gracias por la sugerencia, así lo he resuelto, pero mi duda es por qué en mi PC funciona de
una forma y en la red local de mi cliente no funciona igual?

Saludos
by Armando
Tue Nov 12, 2024 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un raro problema (SOLUCIONADO)
Replies: 9
Views: 285

Un raro problema (SOLUCIONADO)

...   ENDIF              MsgInfo("AQUÍ VOY")............  Este código funciona de 100 en mi PC de desarrollo pero en la red local de mi cliente no llega al MsgInfo() aunque se utiliza la tecla RETURN para salir del GET, tal parece que la tecla RETURN la "confunde" ...
by Armando
Tue Nov 12, 2024 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un raro problema (SOLUCIONADO)
Replies: 9
Views: 285

Re: Open a network folder

How will HTML VIEW() help me in this case ? The computer is on the local network, but not in the domain.
I need to open a network folder on another computer. I tried to do this through cmdkey and through net use. It hasn't worked out yet
by Natter
Tue Nov 12, 2024 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a network folder
Replies: 10
Views: 416

Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ

... Technologies, Inc. Fatal: Unable to open file 'C0W32.OBJ' hbmk2[compiler]: Error: Running linker. 2 ilink32.exe @C:\Users\Albeiro\AppData\Local\Temp\6brk2h.lnk e:\Proyectos\Software\Optica>copy opticabcc.exe e:\Sistemas\optica\opticabcc.exe El sistema no puede encontrar el archivo especificado. ...
by albeiroval
Mon Nov 11, 2024 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ
Replies: 3
Views: 169

Funciones MySql desde codigo FiveWin (SOLUCIONADO)

... NAVICAT, funciona perfecto. Si ejecuto ese script desde el editor de Querys de NAVICAT, también funciona. En ambos casos, con servidor remoto y local, se crea la función y puedo llamarla y ejecutarla desde mi código fivewin sin problema. El detalle es, que no quiero tener que hacerlo "a ...
by JoseAlvarez
Sun Nov 03, 2024 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones MySql desde codigo FiveWin (SOLUCIONADO)
Replies: 1
Views: 155

Re: Preview of the invoice in advance

... HTML. There is an event handler, window.onload , to automatically call sendData when the HTML document is fully loaded. The data is sent via the local web browser to the endpoint using fetch. In the HTML, we also have an interval that queries the endpoint check_response.php, and as soon as the ...
by Otto
Thu Oct 31, 2024 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700
Next

Return to advanced search