Search found 37 matches: emp

Return to advanced search

Re: Testing Harbour -gc3 flag

Already wrote it: C:\UPX\UPX.EXE --lzma PLENOINDW.EXE Con PECOMPACT.exe C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC PLENOINDW.EXE 18/11/2023 11:54 5.701.632 PLENOINDW.exe Con UPX: C:\UPX\UPX.EXE --lzma PLENOINDW.EXE 8/11/2023 11:59 5.617.152 PLENOINDW.EXE Enrico: UPX.exe ...
by karinha
Sat Nov 18, 2023 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4342

Re: 1st FWH + [x]Harbour 2017 international conference

... TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== RecNo RecCount BOF EOF 1 1 .F. .F. Indexes in use TagName Relations in use Classes in use: =============== ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265725

Re: Xbrowse : oBrw:ToArray (How to do it)

... TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== RecNo RecCount BOF EOF 1 1 .F. .F. Indexes in use TagName Relations in use Classes in use: =============== ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957

Busqueda al interior de un Archivo INI

Estimados estoy parado en una tontera y no he podido avanzar en mi Sistema. Necesito efectuar una busqueda dentro del archivo de configuración INI de mi sistema, para cual quiero saber si puedo buscar si una determinada Section del archivo INI existe o no, de este modo evito un error en la ejecución...
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: 448

Re: Error 1064 xBrowse MySQL (solved)

... I was closing the connection to the database when closing the Query () object at the end of xBrowse. ... ... cSql := "select pac.id as 'ID',emp.nom_emp as 'Empresa',"+; "pac.tit_pac as 'Destino',substr(pac.des_pac,1,50) as 'Detalhes' "+; "from tb_pac as pac,tb_emp as ...
by ip_ram
Thu Aug 09, 2018 3:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 1064 xBrowse MySQL
Replies: 8
Views: 1314

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... multi-dim array for inserting multiple rows in one operation. The values can be constants or variables or expressions, Examples: oCn:Insert( "emp", "name, age, dob", { cName, nAge, dDateofBirth } ) oCn:Insert( "emp", "name,photo", { "John", MemoRead( ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28427

Re: Abrir combobox con tecla Enter

Crsitobal: Efectué el cambio el Método KeyChar en la misma Clase TDbCombo, con el código que me enviaste, respaldando obviamente la librería FiveHx.lib antes de recomplilar la librería, pero no se ve ningún efecto en el sistema y no funciona como debiera, es decir al presionar Enter sobre el DBcombo...
by checo176
Mon Apr 07, 2014 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir combobox con tecla Enter
Replies: 7
Views: 756

Writing c:\temp in MySQL

Hi, I have a strange problem. If I write "c:\temp" to a character field, an want to read it again, I get "c: [TAB] emp" So it delete the "\t" and replace it with a tab. If I want to write "c:\marc" , the result ...
by Marc Vanzegbroeck
Sat Feb 23, 2013 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writing c:\temp in MySQL
Replies: 1
Views: 455

Re: Client Server options

... would normally result in a live cursor. To do this, use the {static} escape sequence after the SELECT keyword. For example: SELECT {static} * FROM emp WHERE hire_date < '1990-01-14' Without the escape sequence, Advantage would create a live cursor for that query. With {static} specified, though, ...
by reinaldocrespo
Mon May 28, 2012 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25023

Re: Poner BMP en Ventana principal

Perdo, ya lo cambie oWin:bPainted := {|hDC| ABmpTiled(hDC,oWin,oBmp)} // Este lo quite y lo puse al ACTIVATE WINDOW oWin Maximized ON INIT PoneUsua() ON PAINT ABmpTiled(hDC,oWin,oBmp) VALID Cerrar() y lo hace correctamente Yo solo tengo 2 logos por 2 empresas y los selecciono asi : IF lCorona DEFINE...
by JavierVital
Thu Feb 02, 2012 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Poner BMP en Ventana principal (RESUELTO)
Replies: 9
Views: 2125

Re: Poner BMP en Ventana principal

Pedro yo lo tengo asi : DEFINE BitMap oBmp RESOURCE "LOGO_EMP" DEFINE WINDOW oWin Title "Sistema Empresarial" Icon "AAsesores" NOICONIZE //Menu MenuG() oWin:bPainted := {|hDC| ABmpTiled(hDC,oWin,oBmp)} FUNCTION ABmpTiled( hDC, oWnd, oBmp ) local nWidth := oWnd:nWidth(),...
by JavierVital
Wed Feb 01, 2012 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Poner BMP en Ventana principal (RESUELTO)
Replies: 9
Views: 2125

Actualización de recordset

Compañeros, tengo dos tablas: legajo y sub_emp y una consulta "select legajo.id_legajo, sub_emp.descrip from legajo, sub_emp Where ......", es decir una consulta en dos tablas. Si deseo actualizar el campo id_legajo con otro valor genera un error. Infiero que por ser una consulta compuesta...
by horacio
Thu Sep 30, 2010 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualización de recordset
Replies: 0
Views: 266

Re: Solicito un ejemplo de Tprinter

Amigo prueba asi:
oPrn:CmSay( nRow, 15, TRANSFORM(emp->cuotaapo,"999,999.99"), oFontC,,,,0)

Saludos
by jbrita
Mon Mar 29, 2010 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito un ejemplo de Tprinter
Replies: 10
Views: 2574

Problemas con VALID EN EL GET

... DE LOS GET, ES LA SIGUIENTE: func PROALBANCO() local oBCO, WOK:= .F., QOK:= 0, oGET1, oGET2, oGET3,oGET4,oGET5,oBTO1, oBTO2, oBTO3, oBTO5 LOCAL QEMPRE,QBANCO,WNBCO15,WNBCO30 STORE 0 TO QEMPRE,QBANCO STORE SPACE(3) TO WBANCO STORE SPACE(4) TO WEMPRE WNBCO15=SPACE(15); WNBCO30=SPACE(30) KR=FABD("R","EMP","BANCOS","BANCO","S000TXX"); ...
by Antonio G.
Sat Sep 12, 2009 5:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con VALID EN EL GET
Replies: 1
Views: 365

James:

I forgot, this is the right sintaxis.

Code: Select all  Expand view
oRsEmp:Fields("EMP_PDI"):Value


Where the "EMP_PDI" text is the field name of the EMPRESAS table in the oRsEmp Record set.

I hope this can help you.

Regards
by Armando
Wed Nov 26, 2008 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Access recordset
Replies: 8
Views: 1414
Next

Return to advanced search