Search found 91 matches: proc

Return to advanced search

Re: Necesito ayuda con este xbrowse

sysctrl2 wrote:Al correr la app no puede crear el procedimiento guardado, a que se debe este error?
MARIAdb instalado

Column count of mysql.proc is wrong. Expected 21,
found 16.
The table is probably corrupted


Fijate los permisos del usuario.
by goosfancito
Wed Jan 24, 2024 4:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ayuda con este xbrowse
Replies: 4
Views: 265

Re: Necesito ayuda con este xbrowse

Al correr la app no puede crear el procedimiento guardado, a que se debe este error?
MARIAdb instalado

Column count of mysql.proc is wrong. Expected 21,
found 16.
The table is probably corrupted
by sysctrl2
Tue Jan 23, 2024 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ayuda con este xbrowse
Replies: 4
Views: 265

Re: Harbour warnings

... done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a last resort. I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Harbour warnings

... done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a last resort. I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Colorized cell of xbrowse

...  SIZE -10,-80 PIXEL NOBORDER      oBrw:SetArray(aData,,,.F.)      SetupBrowserRit(oBrw)  proc SetupBrowserTip(oBrw) proc SetupBrowserTip(oBrw)   ADD COLUMN TO oBrw HEADER "Combinazione" DATA {|v,oCol| oCol:oBrw:aArrayData[oCol:oBrw:nArrayAt,1] ...
by Silvio.Falconi
Mon Mar 07, 2022 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1277

Re: Procedimientos Almacenados (Store Procedure) Error

carlos vargas wrote:Verifica permisos de ejecucion, y que el procedure pertenesca al usuario que esta logeado al server


I too thought it might have to do with execution permissions, but oCn:Execute( "CALL proc" ) is working. If the problem is with permissions, I think this also should not work
by nageswaragunupudi
Sun Feb 13, 2022 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimientos Almacenados (Store Procedure) Error
Replies: 8
Views: 1124

Re: Excel se queda abierto en el administrador de tareas

Português: Usando Winexec("CMD /C tasklist > C:\proc.txt") você terá uma lista de todos os processos sendo executados no momento. Pelo seu sistema, você pode ler este TXT salvando numa array, exibir em tela todos os processos e criar um ...
by karinha
Wed Dec 22, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excel se queda abierto en el administrador de tareas
Replies: 5
Views: 695

Re: Harbour 3.2 MSVC 2019 de 64bist y 32bits

... es construir (compilar) los .c a partir de los .prg, obiamente un poco mas rapido ya que no cargaria el subsistema de 32bit (ntvm) en pc con SO y PROC de 64 bits. salu2 carlos vargas Hola, aun sigue disponible este link para descargarlos?
by Compuin
Wed Dec 01, 2021 1:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.2 MSVC 2019 de 64bist y 32bits
Replies: 6
Views: 750

Re: Harbour 3.2 MSVC 2019 de 64bist y 32bits

... es construir (compilar) los .c a partir de los .prg, obiamente un poco mas rapido ya que no cargaria el subsistema de 32bit (ntvm) en pc con SO y PROC de 64 bits. salu2 carlos vargas
by carlos vargas
Tue Oct 19, 2021 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.2 MSVC 2019 de 64bist y 32bits
Replies: 6
Views: 750

Re: Iniciando con mod_harbour

... Revisé si el mod es el que tu tienes y la libharbour.dll, si cambio el mod y la dll por lo que viene en tu pack, el error cambia a: Proc. file C:/xampp/htdocs/go/index.prg Error (1) Unknown or unregistered symbol Operation HB_COMPILEFROMBUF Subsystem BASE/6101 Trace ReplaceBlocks ...
by EBM
Fri Oct 08, 2021 7:26 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3768

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

Hi Mr. Rao, ? oCn:cServerInfo 10.4.12-MariaDB ? oCn:IsMariaDB .F. :shock: ? oCn:in_transaction 1728 Cannot load from mysql.proc. The table is probably corrupted. METHOD Connect(cDatabase) CLASS TMyDatabase_SQLLOCAL oCn    IF EMPTY(cDatabase)        MsgAlert("Database ...
by Horizon
Tue Apr 07, 2020 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4458

Re: Compilar código Harbour con gcc en 64 BITS

... more undefined references to `__GSHandlerCheck' follow C:\harbour64\lib/hbvm.lib(proc.obj):(.text$mn+0x4a): undefined reference to `__security_check_cookie' C:\harbour64\lib/hbvm.lib(proc.obj):(.text$mn+0x47): undefined reference ...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2006

Re: Using Hash in Harbour with bcc7

... This code can be compiled and executed by both compilers:       #ifndef __XHARBOUR__          #include "xhb.ch"       #endif       proc main()          local hVal := {=>}          hVal["ABC"] := 100          hVal:QWE := 200          hVal:ZXC := 300          hVal:QWE ...
by Maurizio
Thu Dec 17, 2015 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Hash in Harbour with bcc7
Replies: 9
Views: 1604

Re: ADO RDD xHarbour

James, Its really very simple. I port apps like this: 1) Add adordd.prg to the actual project. 2) Then code in at the initial proc or function : RddRegister("ADORDD",1) RddSetDefault("ADORDD") IF RDDSETDEFAULT() == "ADORDD"    ...
by AHF
Thu Oct 29, 2015 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446441

Re: How to fill web page ??

Hi Vilian, I'm using oAct:=TActiveX():New(oWndEdt,"Shell.Explorer.2") To navigate at this page, but don´t have sucess in select a item :( The source code of the radio item in page is: <tr><td class="box">    <input type="radio" name="grupo_radio"...
by Carlos Mora
Sat Aug 22, 2015 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill web page ??
Replies: 4
Views: 1067
Next

Return to advanced search