Search found 276 matches: navigate

Return to advanced search

... nKey == K_ENTER ,( oWnd:oVScroll():SetPos( nPos:=nPos+1),f_code()) ,)} Comment the oGetLine and delete oGet:oJump := oWnd than you can navigate down with the Enter-key. On click shows the record . Saluti Otto
by Otto
Fri Dec 23, 2005 7:31 pm
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8245

Sorry but with your sample I can't use the arrow keys to navigate the browser at all. I can't even keep the focus off the get.

EMG
by Enrico Maria Giordano
Fri Dec 23, 2005 7:04 pm
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8245

Antonio,

I put a small example on:

www.atzwanger.com/invoice/invoiceWithGet.zip

If you comment
// @ 1 , 1 GET oGet VAR cTest OF oWnd SIZE 75,17

keys work - up/down/left/right do not work.

With the getfield I only can use the mouse to navigate.
Regards
Otto
by Otto
Fri Dec 23, 2005 5:58 pm
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8245

Enrico, thank you for your help. But I don’t need focus on the get-field. What I would like is to navigate the browser with the keys. At the moment I only can use the mouse. If you have time please see the screen capture. If I enter something into the address I can’t pass ...
by Otto
Fri Dec 23, 2005 4:48 pm
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8245

Folder

In this little sample is impossible to navigate in all objects of dialog using keyboard. Only with mouse is possible to change folder. #include "fivewin.ch" function Main() LOCAL oDlg, oFld LOCAL aTit := {"Anagrafica" , "Laboratorio", "Fatture" ...
by MarcoBoschi
Mon Dec 05, 2005 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder
Replies: 5
Views: 1456

ADO

... := 'Select * from MyTable' // or other valid sql. Once you have filled your recordset with data you can utilize the following methods to navigate, (much more information on the Web) Google search for 'ADO RecordSet' oRs:MoveFirst() // DbGoTop() oRs:MoveNext() // DbSkip() oRs:MoveLast() ...
by byron.hopp
Sun Nov 06, 2005 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado & MDB
Replies: 3
Views: 2013
Previous

Return to advanced search