Search found 103 matches: presses

Return to advanced search

Problem with @K picture clause

All, I have a problem when using "@K" picture clause. If I have several controls on a window or dialog and the user tabs or presses enter to move through the controls the get text is correctly deleted if they user types a character in a get. However, if the user clicks on a control using ...
by Randal
Thu Oct 25, 2007 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with @K picture clause
Replies: 4
Views: 1048

Press Enter in a Memo Field

How can I use Enter (to get a new line) in a memo field?

When I press Enter, it presses my (DEFAULT) "OK" button. (Which is fine, but can I use Shift-Enter or something to get a new line? How?)

Thanks in advance.
by Ollie
Wed Jul 11, 2007 1:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Press Enter in a Memo Field
Replies: 3
Views: 957

... ), .F. ) ) When the Window (a child) is closed (with the 'X' or with win_dbmain:END() ) there are no problems. When the user presses ESC - it seems to close the Dlg_DBMAIN first, which then ENDs the Win_DBMAIN. This works as long as no data is changed, otherwise an error occurs. ...
by Ollie
Tue Jun 26, 2007 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar dissapears
Replies: 13
Views: 3116

Modal. I'm busy building a line edit of custom controls on top of a browse with each control in a modal dialog. When the user presses up/down/tab/enter, etc in the control in the single control dialog, I need to catch it. That's why I made GoNextCtrl/GoPrevCtrl return a logical indicating ...
by AlexSchaft
Tue Jun 12, 2007 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some modifications to tget/tcontrol/twindow
Replies: 4
Views: 1521

DblClick or Enter

Code: Select all  Expand view
      REDEFINE COLUMN BROWSE oListBox ID 40 OF oDlg_Search UPDATE ON DblClick somefunc()


When the user Double Clicks on a row somefunc() executes.
I want to execute somefunc() when the users presses ENTER (also)

How do I do it?
by Ollie
Thu Jun 07, 2007 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DblClick or Enter
Replies: 1
Views: 630

Question about closing dialogs

... code below to be '0' if the user makes a choice on the radio button and then decides to close the window with the 'X'. It does it when the user presses Cancel, but not when the window is closed with 'X'. DEFINE DIALOG oDlg OF Win_main TITLE "Move Record" SIZE 300, 150 @ 1, 1 SAY 'Move ...
by Ollie
Thu Apr 19, 2007 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about closing dialogs
Replies: 3
Views: 778

Re: Combobox Problem

When the user presses a character to move to the item within a COMBOBOX, it does not work. I updated to version 7.01. Yes, confirm! for solve, replace the method KeyChar with this: //----------------------------------------------------------------------------// ...
by Ugo
Sun Mar 04, 2007 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Problem
Replies: 5
Views: 1750

Combobox Problem

Hello,

When the user presses a character to move to the item within a COMBOBOX, it does not work. I updated to version 7.01.
by cdmmaui
Wed Feb 21, 2007 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Problem
Replies: 5
Views: 1750

Don't want ENTER to push button

I have a dialog with a bunch of GETS, I want the user to press Enter through the fields as he enters them.

When I press enter, it presses the 'Save' button. How can I make it not do that, forcing the user to Click "Save" when he is ready.
by Ollie
Tue Jan 09, 2007 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Don't want ENTER to push button
Replies: 11
Views: 2469

Thanks Taavi, I'll give it a try. Antonio - how can I be sure that the databases are closed no matter how the user closes the screen. E.g. If he presses the 'close' button, I check that the data is saved and that the tables are closed. If he presses the Child 'X' to close or the Application 'X' ...
by Ollie
Fri Jan 05, 2007 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Closing Windows neatly
Replies: 6
Views: 1606

... I can find a working sample that will demonstrate the principles involved in editing DBF records. e.g. Set getobjects to readonly When the user presses the "EDIT" button, set the getobjects to !readonly, lock the record, let the user edit and press "SAVE", commit, set getobjects to readonly ...
by Ollie
Tue Jan 02, 2007 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REFRESH PAINT?
Replies: 7
Views: 1872

Menu Command, Shortcut Keys, and Resources

Just discovered something interesting. The shortcut key underline or prompt on a menu item is only displayed if the user presses the Alt key i.e. the current menu item is highlighted and the letter that you have defined using '&' as the shortcut key is underlined. If you just use ...
by dpaterso
Sun Feb 12, 2006 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu Command, Shortcut Keys, and Resources
Replies: 2
Views: 723

Array Browsing using TwBrowse (Standard)

... box with add and remove buttons. One listbox working on table and other working on an array (containing selected items). The problem is when user presses Remove button, I delete an element from array using ADEL. As a result the last element of array becomes NIL and TwBrowse gives error. Is there ...
by Milan Mehta
Fri Nov 18, 2005 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array Browsing using TwBrowse (Standard)
Replies: 2
Views: 1253
Previous

Return to advanced search