Search found 3633 matches: action

Return to advanced search

Re: Lentitud al abrir una dbf en red

... CHR(nKey) ) .OR. ISDIGIT( CHR(nKey) ) ; .OR. nKey = 32, UPPER(CHR(nKey)), "" ) ), ; oLbx:refresh() ) // REDEFINE BUTTON ID 170 OF oDlg ACTION EditPaci( oLbx, oPaci, @tUser, .t. ), oDlg:Update() REDEFINE SBUTTON oBtn ID 170 OF oDlg ACTION EditPaci( oLbx, oPaci, @tUser, .t. ), oDlg:Update() ...
by ACC69
Thu Jul 06, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1574

Lentitud al abrir una dbf en red

... CHR(nKey) ) .OR. ISDIGIT( CHR(nKey) ) ; .OR. nKey = 32, UPPER(CHR(nKey)), "" ) ), ; oLbx:refresh() ) // REDEFINE BUTTON ID 170 OF oDlg ACTION EditPaci( oLbx, oPaci, @tUser, .t. ), oDlg:Update() REDEFINE SBUTTON oBtn ID 170 OF oDlg ACTION EditPaci( oLbx, oPaci, @tUser, .t. ), oDlg:Update() ...
by lgolexyn
Thu Jul 06, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1574

Select one btnbmp into a scrollpanel

... 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)) } aBtnEle[n]:bClrGrad = { | lInvert ...
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: 105

Re: genblock

... Scroll Panel If I select one button it return allways 04 on source on a for next cicle I create the buttons into scrollpanel and the assign an action for each button aBtnEle[n]:bAction :={ || (Elemento:= nProduct ,msginfo(nProduct))} nProduct id the code of an array nProduct:= aElements[n][1] ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: genblock

Because ACTION clause generates an "internal" codeblock, so run ok: nRow:=30For n= 1 to 9   #Define PARAMS1_ oDlg, aBtnCalc, nRow, n, oInvoice, aItems, @nRowItems, fromdate, Todate   #Define PARAMS2_ oDlg, aBtnCalc, ...
by paquitohm
Mon Jun 12, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

genblock

... 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 on GenBlock_(n) ...
by Silvio.Falconi
Mon Jun 12, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: lIncrFilter + MDI

... "DBFCDX" ) DEFINE WINDOW oWnd MDI DEFINE BUTTONBAR oBar OF oWnd SIZE 45,45 2007 DEFINE BUTTON OF oBar PROMPT "TEST" CENTER ACTION Test() oWnd:oWndClient:bPainted := {||oWnd:oWndClient:DrawImage( "c:\fwh\bitmaps\logo.bmp", "BR" )} ACTIVATE WINDOW oWnd ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 371

Re: CLASS modification

... line"  OF oDlgSub;              SIZE 120, 24 PIXEL FLAT GDIPLUS ;              BITMAP "BTN_INTERNET"    LEFT NOROUND ;              ACTION   .....return nil  STATIC FUNCTION DoSwitch( oBtnGetExchange  )   oBtnGetExchange:Refresh()RETURN .T. >i do "see" ...
by Silvio.Falconi
Wed May 31, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... that BTMBMP "seems disable" :?: when "refresh" it does only "re-paint" but not "enable" it or EVAL() ACTION of BTNBMP --- i have ask why DTPICKER and GET have "same" Position @ nRow, 70 as you need a String, not Date, you can use DTOC() to ...
by Jimmy
Tue May 30, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... is send METHOD Notify(...)     ...      case nCode == DTN_CLOSEUP           ::lClosed = .T. Datepicker have VALID where can can place a ACTION into ::bValid Codeblock   if bValid != nil      ::bValid    = { || If( ::lClosed, Eval( bValid, Self ), .F. ) }   endif ...
by Silvio.Falconi
Fri May 26, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... is send METHOD Notify(...)     ...      case nCode == DTN_CLOSEUP           ::lClosed = .T. Datepicker have VALID where can can place a ACTION into ::bValid Codeblock   if bValid != nil      ::bValid    = { || If( ::lClosed, Eval( bValid, Self ), .F. ) }   endif
by Jimmy
Fri May 26, 2023 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: RTF Spell Checker

... the top of the edit box. In showing a client how to use this feature they found the need to mouse to the top to activate the bar, then perform an action, was very annoying. It is not common for a bar to disappear ( though it is an option, I know nobody who uses that ability in a word processing ...
by cnavarro
Wed May 24, 2023 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: CLASS modification

... slow on the uptake. Read carefully what I write to you I have an old application that I've been using for many years at school where I have a get (action) control that opens a calendar (Tcalendar class) in a dialog (popup) and the user selects the date. Now it happened that I had to modify some ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: RTF Spell Checker

... the top of the edit box. In showing a client how to use this feature they found the need to mouse to the top to activate the bar, then perform an action, was very annoying. It is not common for a bar to disappear ( though it is an option, I know nobody who uses that ability in a word processing ...
by TimStone
Tue May 23, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

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 dialog and it doesn't ...
by Silvio.Falconi
Sat May 20, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919
PreviousNext

Return to advanced search