Search found 1732 matches: pixel

Return to advanced search

Re: Mark field as required

... compiling This is from the sample Subscript0.prg @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER aData[ 1, 1 ] BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFocused, ...
by Marc Venken
Thu Jul 06, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1809

usando listbox

... ; FIELDSIZES 70,325, 80,100,100,100 ; FONT oFont1; size 690,350 PIXEL ; ON RIGHT CLICK ShowPop2( BROWSE_TAB3 , nRow, nCol ) on change ( car_mal(),ver_imag() ) VALID .T. WHEN .T. UPDATE COLOR CLR_WHITE,NRGB(255,128,64) ...
by Peter616
Tue Jul 04, 2023 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando listbox
Replies: 3
Views: 259

Re: Shell.Explorer.2 problem

... AL FIVEWIN MUNDIAL...", ; "AGUARDE UM MOMENTO POR FAVOR... ", 2.0 ) // DEFINE WINDOW oChildWnd FROM 0, 0 TO 600, 800 PIXEL TITLE cTitle DEFINE WINDOW oChildWnd FROM -1, -1 TO -1, -1 PIXEL oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" ) oActivex:Silent ...
by karinha
Mon Jun 26, 2023 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 771

Re: Errores rpreview

... .T. ) linea 1617 Error E0030 Syntax error: sintax error at ´@´ @ 8, 8 GROUP PROMPT FWString( "Printing range" ) SIZE 135, 72 PIXEL OF oDlg Estoy utilizando este fichero RMK #Borland makeHBDIR=c:\mar\fwh\xharbourBCDIR=c:\mar\fwh\bcc74FWDIR=c:\mar\fwh\fivewin#change these paths ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 470

Select one btnbmp into a scrollpanel

... cDesc := aElements[n][2] cImage := aElements[n][5] nProduct:= aElements[n][1] @ nRow,ncol BTNBMP aBtnEle[n] ; FILENAME cImage; SIZE 220, 55 PIXEL; FLAT RIGHT; FONT oFontSmall ; PROMPT cDesc ; OF oElements action Msginfo() aBtnEle[n]:ocursor:= oHand aBtnEle[n]:nClrBorder := { |obtn| (IIF(obtn:lMOver,CLR_BLUE,CLR_HGRAY)) ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 113

genblock

I have 9 button when I press a button return allway 9 nRow:=30 For n= 1 to 9 @ nRow,2 BTNBMP aBtnCalc[n] PROMPT ltrim(str(n+1)) FLAT SIZE 20,30 PIXEL of oDlg ; ACTION AddItems(oInvoice,aItems, GenBlock_(n) ,@nRowItems,fromdate,Todate) nRow+=32 NEXt fUNCTION GenBlock_(n) RETURN n and I Wish insert ...
by Silvio.Falconi
Mon Jun 12, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 264

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

Hello friends, Many of the FIVEWIN examples are still in DIALOG format without TRUEPIXEL, and if you want to use them as templates, some additional work is required. I have now created a prompt that automates the conversion process. This prompt is working well for ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 461

Re: Problem with xBrowse (Fixed)

... The problem is related with xBrowse. If you run your example without including the xBrowse instantiation @ oBar:nHeight, 0 XBROWSE oBrw SIZE 0,-30 PIXEL OF oDlg ; DATA SOURCE oRsHdr ; COLUMNS "HDR_FOL","HDR_FDM","HDR_REF",; "HDR_EOS",; "HDR_TOU",; ...
by Cgallegoa
Tue Jun 06, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2261

Re: lIncrFilter + MDI

... SHARED NEW ALIAS (cAlias) SET ORDER TO TAG FIRST GO TOP DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-12 DEFINE DIALOG oDlg SIZE 750,300 PIXEL FONT oFont ; TITLE "XBrowse Incremental Filters" aFlds := aHdrs := HB_ATokens( cList, ',' ) @ 30,10 XBROWSE oBrw SIZE -10,-10 PIXEL ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 388

lIncrFilter + MDI

... click NO RETORNA a oBrw @ 10, 10 COMBOBOX oBrw:cFilterFld ; ITEMS aHdrs ; ON CHANGE ( oBrw:Seek( "" ), oBrw:SetFocus() ) ; SIZE 50,400 PIXEL OF oDlg oDlg:oClient := oBrw oDlg:bPostEnd := {||oRs:Close(),oRs:=Nil} ACTIVATE DIALOG oDlg CENTER AS MDICHILD Fivewin 22.03, BCC 7.4
by cpheraclio
Fri Jun 02, 2023 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 388

Re: CLASS modification

... 1830 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3560 ) @ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ; FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ; VALID oBtnGetExchange:refresh() STYLE DTS_SHOWNONE
by Silvio.Falconi
Sun May 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1827

Re: calendar not run ( DBLCLICK)

ddatacambio:=CTOD(' ')

@ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ;
FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ;
ON CHANGE oBtnGetExchange:refresh() STYLE DTS_SHOWNONE
by Silvio.Falconi
Sat May 27, 2023 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1979

calendar not run ( DBLCLICK)

I use a get to select date @ nRow, 70 GET aGet[1] VAR ddatacambio SIZE 100,24 PIXEL OF oDlgSub; BITMAP "date.bmp" ACTION ( Selecdata(@ddatacambio, aGet[1]),aGet[1]:refresh()) the calendar run but when I double click it not run i.e. it doesn't close the ...
by Silvio.Falconi
Sat May 20, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1979

DEFINE DIALOG are so small ...

... for this Size but now on "Full-HD" 1920 x 1024 or more those DIALOG are so small ... :( --- i have nZoomX and nZoomY which work with PIXEL when "re-Size" a WINDOW it does work on "Original" Layout and "calculate new Pos / Size also for FONT but how about DIALOG ...
by Jimmy
Sat May 13, 2023 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE DIALOG are so small ...
Replies: 0
Views: 142

Re: lose focus on buttonbar

... is a flicker that denotes that there is something wrong to select a row I use a popup menu @ 85, 10 BTNBMP aBtnBrow ; FLAT SIZE 80, 20 OF oDlg PIXEL ; PROMPT "Select menu" ; NOROUND ; ACTION ::ShowPopUp( { |oBtn| MenuContextual(oBtn,oBrw,oDbf,oDlg) } ) When I click on xbrowse not ...
by Silvio.Falconi
Fri Apr 28, 2023 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1170
PreviousNext

Return to advanced search