Search found 103 matches: presses

Return to advanced search

I'm not asking for the moon... Resolved!!

... only a zero to be displayed at the beginning but the user can type 12345 and the procedure must automatically convert to 123.45 and if the user presses another digit for example 7 this must change the last digit 123.47 and at the same time if the user presses 0.75 the procedure must leave 0.75 ...
by Silvio.Falconi
Wed Jan 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2276

Re: Problem with tget numeric

... un navegador y una matriz. Otto you could display only a zero on the right in the get and then if the user types a number for example 1 and then presses the decimal point the procedure must put up to two numbers after the decimal point and then move on to the other get type @ 70, 20 GET aGet[1] ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1445

Re: Inserting a string with CRLF into a single-line TGet.

... selecting Copy from the context And as a programmer you do not know what text the user will copy. And when the user wants to paste in the Get, he presses Ctrl-V or selects "Paste" from the right-click context menu. Then the TGet class calls: CallWindowProc( ::nOldProc, ::hWnd, WM_PASTE, ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 901

check on get

I would like to check if any get is modified during editing, if it is modified the procedure must ask the user to save or not when the user presses "Exit" I wanted to check if the gets have been modified I made #include"fivewin.ch"Function test()local aGet:=array(2)local ...
by Silvio.Falconi
Fri Nov 24, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3973

Fivewin controls similar to javascript elements

... Message Queue: Windows applications operate on a message-driven architecture. The operating system dispatches messages (like mouse clicks, key presses, etc.) to applications, which are then handled by the application's message loop. This is somewhat analogous to events in the JavaScript DOM, ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1132

Re: XBROWSE ERROR

So if you want to use Get, define Get properly. What XBrowse natively provides is incremental Seek/Filter. That means, as and when the user presses a key, the seek/filter is performed. Many users like this feature, But if you reject this feature and use a Get and ask the user to enter a seek ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 407

Re: genblock

... XXXX n umbrellas to the hotel. look this picture https://i.postimg.cc/t45XNtbr/ser.png to assign the umbrellas the operator presses one of the numerical buttons that are on the left and then selects a button that is inside the first scrollable panel on First Scroll Panel ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 256

Re: Fivewin and ADO

... is NIL (default ) or Evaluates to .T. Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) When the user presses Enter Key on a cell or double clicks on a cell, Inline Edit of the cell is automatically invoked. There is nothing the programmer needs to do ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3839

Re: Text paste event

... is executed, immediately after pressing the key and before actually pasting. Note: In case of EDIT control, bChange is executed when the user presses any key Eval( ::bChange, nKey, nFlags, Self )  If the return value is logical and false, then the key is rejected.
by nageswaragunupudi
Tue May 30, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text paste event
Replies: 7
Views: 311

create pdf

Hi all, I modified rpreview.prg because i want to show a print preview to the user. If the user decides that the preview is okay so he presses a button to save the printout as a pdf file. I use TPreview:oDevice:GenHaruPDF( cFile, .f. ) Everything works ok if I code oPrn:say( ... ) ...
by Detlef
Sat May 13, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 967

Xbrowse Menu with checkbox

... ,;    {.f., "Cadenza 9" ,{|| Cadenza(9,oCmb,oSay)} } ,;     } if the user presses a checkbox and the procedure performs the related operation (which I put inside a codeblock) in xbrowse you have to display only the first r ...
by Silvio.Falconi
Tue Nov 15, 2022 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 489

Re: Select data on a Xbrowse cell with mouse

... don't press ctrl and shift it doesn't and then takes the whole line instead I meant something else when the user passes over with the mouse and presses the right button, he highlights a cell if he drags the mouse, he highlights the other cell and so on after having highlighted the desired cells ...
by Silvio.Falconi
Thu Nov 03, 2022 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select data on a Xbrowse cell with mouse
Replies: 2
Views: 196

Re: set spinner on combobox

... the minimum number perhaps with a video I try to understand the problem https://i.postimg.cc/ZKGjXzV8/spinner.gif ie if the user presses the down arrow he cannot decrease the value the user can initially decrease or increase the value in the get by pressing the spinner buttons, ...
by Silvio.Falconi
Wed Nov 02, 2022 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set spinner on combobox
Replies: 7
Views: 457

New FTDN October/Octure (FWH 22.10)

... Eg: USE CUSTOMER VIA "DBFCDX" SET ORDER TO TAG LAST XBROWSER ALIAS() COLUMNS "FIRST","CITY" Now, if the user presses any alphanumeric key the records keep changing irrationally. -- Now, this behaviour can be toggled with the new data oBrw:lIncrSearch .t./.f. ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 871

Re: set spinner on combobox

... the value in the get must be 6 as the min value and 90 as the max here is a little test, obviously it changes the value of the get but if the user presses the spinner he could put the value 1 instead of three or six I wanted to block the minimum value #include "fivewin.ch"#include "constant.ch"Function ...
by Silvio.Falconi
Mon Oct 31, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set spinner on combobox
Replies: 7
Views: 457
Next

Return to advanced search