Search found 1479 matches: procedure

Return to advanced search

Re: Another for Btnbmp

... al crear el borde, de lo contrario no se puede explicar in my Tbtnclr class when I press the button no internal black border is formed the procedure is probably wrong when creating the border otherwise it can't be explained
by Silvio.Falconi
Thu Mar 21, 2024 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 603

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 117

Re: To Nageswrao Del Objs on TscrollPanel

... the procedure  on Init load all buttons with   aImages:= LoadLinks( cIniUser, cSection )and set the btnbmp on panel scroll  as you can see on this picture ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Add a new taskPanel on Explorerbar ( on line)

... an array aData and if the 4th paramter is false it not create the taskPanel the final use when click the link "Create Second Panel" the procedure must destroy all panels and recreate all to destroy Panel I tried with destroy(9 and end() method but it seem not Know these commands and ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 148

Re: Create a Panel width a text

... ok (thanks) but my problem is another Initially the message is made up of two lines, when the message is modified in the ShareBoard() function the procedure must calculate the right height and resize the panel (oPanel2) and in turn oPaneltext where the text of the message is located. Finally the ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2920

Re: leggere test,hrb

Dear Silvio, > Can I load a Hrb file (or more) where I insert some procedure or functions, from a fwh prg without use Harbour.exe ? yes > Can you make a test here to compile ? Please review hrb.prg and hrbext.prg in Harbour/tests folder Antonio, can ...
by Silvio.Falconi
Fri Feb 16, 2024 10:01 am
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 785

Re: REDEFINE BUTTON with custom font

Dear Ruth, I don't know this procedure.

Regards, saludos.
by karinha
Thu Feb 01, 2024 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 605

Re: MariaDb SetFilter no realiza Filtrado

Static Procedure BuscarLab local cPer:= Space( 30 ) local cWhere,oWait,mWhere If MsgGet("Buscador de Labores","Ingrese Nombres :",@cPer ) WaitOn("Espere un momento por favor....",@oWait ) If cPer ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 136

MariaDb SetFilter Error no definida: SOLUCIONADO

... oQry := aServer:RowSet( cMsg ) y necesito filtrar los datos por la columna detalle de la tabla labores_maquina con el Alias c en este procedure Static Procedure BuscarLab local cPer:= Space( 30 ) local cWhere,oWait,mWhere If MsgGet("Buscador de Labores","Ingrese Nombres ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 136

Re: Error BASE/1089 Argument error: ABS

... C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.3996_none_d954cb49e10154 Variables in use ================ Procedure Type Value ========================== ABS Param 1: P 0x70B90000 Local 1: U Local 2: U WININET TINTERNET:NEW Local 1: O Class: TINTERNET Local ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 389

Re: Creating table with Trichedit

... * If Empty(oTemp4:Nome) oTemp4:skip() Loop Endif ....................... c1:="Cartella n."+ Trim(oTemp4:codice) c2:=alltrim(oTemp4:nome) procedure to Create atable from oTemp4 ........................ then call CreateRtf(aTable,c1,c2,oFile) c1:="" c2:="" aTable := ...
by Silvio.Falconi
Thu Jan 25, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1310

procedimiento almacenado no recibe un parametro

... el procedimiento reciba bien el parámetro "campo" y lo sustituya por el que es que necesito utilizar "c.denominazione"? CREATE PROCEDURE   &cDB.pr_facturados_f( IN campo VARCHAR(256), cwhere VARCHAR( 256 ) )   SELECT   ...   c.denominazione as c9,  ...
by goosfancito
Thu Jan 25, 2024 6:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: procedimiento almacenado no recibe un parametro
Replies: 4
Views: 173

Re: encrypt DBF using ADS Local

... leer sus registros encryptar nuevamente?, .Adt´s. Pues me lanza un error cuando lo hago de la siguiente manera : getConexion.Execute("EXECUTE PROCEDURE sp_DecryptTable('Tabla.Adt','12345678');", out iFilasAfectadas, -1); getConexion.Execute("EXECUTE PROCEDURE sp_EncryptTable('Tabla.Adt','12345678');", ...
by Joan
Mon Jan 22, 2024 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt DBF using ADS Local
Replies: 7
Views: 5088

Re: I'm not asking for the moon...

... fields numeric to use cesar test this test create a demo dbf to try ( please not change the structure of dbf I must use it) there is only modify procedure #include "Fivewin.ch"#include "xbrowse.ch"  REQUEST DBFCDXFunction main()local     nWd  := GetSysMetrics(0) ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1853

Re: Problem with tget numeric

... solutions? I only need a series of numeric gets: at the beginning only a zero must be displayed on the right, if the user types 12345 the procedure must convert to 123.45, if the user types a further numerical figure for example 7 this the last digit must change to 123.47 and if the record ...
by Silvio.Falconi
Wed Jan 17, 2024 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1221
Next

Return to advanced search