Search found 70 matches: resname

Return to advanced search

load png from rpreview

... ) it run but the image is compress so is not compatible with png STATIC FUNCTION FWBitmap2( cResname ) LOCAL oBitmap DEFINE BITMAP oBitmap RESNAME cResname IF HB_IsObject( oBitmap ) RETURN oBitmap:hBitmap ENDIF RETURN 0
by Silvio.Falconi
Wed Nov 15, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 398

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... JOIN tab_mar AS c ON a.mar_art = c.cod_mar ORDER BY nom_art ") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BG" TITLE "TABLA DE PRODUCTOS" Redefine BtnGet oCampo Var cCampo Id 1002 Of oDlg Resource "BTO_ZOOM" Font ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... JOIN tab_mar AS c ON a.mar_art = c.cod_mar ORDER BY nom_art ") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BG" TITLE "TABLA DE PRODUCTOS" Redefine BtnGet oCampo Var cCampo Id 1002 Of oDlg Resource "BTO_ZOOM" Font ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

WHY...No exported method: END (Error)

... "No exported method: END" What and how is this an error and how to fix this.....?? My source is as follows: DEFINE DIALOG oGrns RESNAME "M_222" REDEFINE BITMAP ID 9999 OF oGrns RESNAME "16_FBS" TRANSPARENT REDEFINE LISTBOX (Listbox controls Here) REDEFINE ...
by RiazKhan
Sun May 17, 2020 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WHY...No exported method: END (Error)
Replies: 3
Views: 460

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

... in3_art, in4_art FROM tab_art ORDER BY cod_art,nom_art") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW_3BG" TITLE "Stock Inventario General" //COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) Redefine BtnBmp oBoton3 Id 103 Resource ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 811

error ORDBAGNAME, con mysql tdolphin y xbrowse

... cod_mar, nom_mar FROM ext_mar ORDER BY cod_mar") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BC" TITLE "TABLA MARCA EQUIPOS" //COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) oBrw:=TxBrowse():New(oDlg) oBrw:nMarqueeStyle ...
by kpidata
Fri Aug 24, 2018 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 750

error en xbrowse mysql, tdolphin

... nom_insumo, val_insumo FROM tab_insumo ORDER BY cod_insumo") Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BC" TITLE "MAESTRO DE INSUMOS DE PRODUCTOS/ARTICULOS" COLOR Rgb( 255, 0, 0 ), Rgb(185,230,255) Redefine BtnGet oCampo ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 793

Re: TMenuItem():New changed

... CHECKED, MARK> ] ; [ <enable: ENABLED, DISABLED> ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 953

error en xbrowse o FWH ???

... Set order to 1 exit Else ESTADO_DBF() RETURN Nil Endif Enddo Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BC" TITLE "Tabla/Archivos Familia o Linea de Productos.. " TRANSPARENT COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) oBrw:=TxBrowse():New(oDlg) ...
by kpidata
Wed May 10, 2017 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse o FWH ???
Replies: 1
Views: 1028

error al trabajar con Xbrowse

... Set order to 2 exit Else ESTADO_DBF() RETURN Nil Endif Enddo Define Font oFont2 Name "Tahoma" Size 0,-11 Bold DEFINE DIALOG oDlg ResName "BROW6BC" TITLE "Tabla/Archivos Familia o Linea de Productos.. " TRANSPARENT COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) oBrw:=TxBrowse():New(oDlg) ...
by kpidata
Mon May 08, 2017 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al trabajar con Xbrowse
Replies: 3
Views: 879

Re: Bold on Menuitem

... CHECKED, MARK> ] ; [ <enable: ENABLED, DISABLED> ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ...
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 478

Re: PROBLEM ON BTNBMP

... ; 2007 ; GRADIENT bClrGrad_2010 ; COLOR 0, ; ; // !!!!! PIXEL #xcommand @ <nRow>, <nCol> BTNBMP [<oBtn>] ; [ <resource: NAME, RESNAME, RESOURCE> <cResName1> ; [,<cResName2>[,<cResName3>[,<cResName4>] ] ] ] ; [ <file: FILE, FILENAME, DISK, BITMAP> ...
by ukoenig
Mon Feb 08, 2016 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEM ON BTNBMP
Replies: 3
Views: 788

Re: Fivewin SlotMachine

... titleimg support png file reosurces ? http://www.eoeo.it/wp-content/uploads/2016/01/paytable.jpg @ nRowCard, 2 TITLEIMG OF oTitle3 RESNAME "hotdog" SIZE 100, 70 REFLEX TRANSPARENT ANIMA I not see any image I must insert aline type AAA X200 where AAA are 3 Hotdogs resurces ...
by Silvio.Falconi
Wed Jan 20, 2016 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 15806

Re: REPORT class - Group Totals Only??

... ...> ] ; [ PEN <oPen, ...> ] ; [ <lSum:SUMMARY> ] ; [ <file: FILE, FILENAME, DISK> <cRptFile> ] ; [ <resource: NAME, RESNAME, RESOURCE> <cResName> ] ; [ <toPrint: TO PRINTER> ] ; [ <toScreen: PREVIEW> ] ; [ TO FILE <(toFile)> ] ; [ TO DEVICE ...
by cnavarro
Sun Aug 30, 2015 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REPORT class - Group Totals Only??
Replies: 2
Views: 473

Re: RESIZE Objects when resize Window or Dialog (ANTONIO ?)

... needed in program ... just in make file change include path to \FWH\INCLUDE1 example: #xcommand DEFINE DIALOG <oDlg> ; [ <resource: NAME, RESNAME, RESOURCE> <cResName> ] ; [ TITLE <cTitle> ] ; [ FROM <nTop>, <nLeft> TO <nBottom>, <nRight> ] ; [ SIZE ...
by avista
Thu Sep 04, 2014 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RESIZE Objects when resize Window or Dialog (ANTONIO ?)
Replies: 35
Views: 8183
Next

Return to advanced search

cron