Page 1 of 3

"SET NAVIGATION EXTENDED" in HMG.4

Posted: Fri Dec 23, 2011 12:56 pm
by Rossine
Hello,

Exists command "SET NAVIGATION EXTENDED" in hmg.4 ? Or other way to use it ?

Regards,

Rossine.

"SET NAVIGATION EXTENDED" in HMG.4

Posted: Fri Dec 23, 2011 1:10 pm
by Pablo César
I´ve checked in HMG.CH and instructions is in blank:

#translate SET NAVIGATION EXTENDED => ;

Probably there is not a equivalent yet. Try this:

#xtranslate SET NAVIGATION EXTENDED => _HMG_ExtendedNavigation := .T.

In HMG 3 for _HMG_ExtendedNavigation was _HMG_SYSDATA [ 255 ] but in HMG4 seems there is not referance of it.

Re: "SET NAVIGATION EXTENDED" in HMG.4

Posted: Fri Dec 23, 2011 4:43 pm
by Rossine
Hello Luigi,

Would be complicated to implement this in hmg.4 ?

Pablo many thank´s for your answer.

Best regards,

Rossine.

Re: "SET NAVIGATION EXTENDED" in HMG.4

Posted: Fri Dec 23, 2011 10:13 pm
by mrduck
Rossine wrote: Would be complicated to implement this in hmg.4 ?
I don't even know what
SET NAVIGATION EXTENDED
is for....

what change when this command is called ?

"SET NAVIGATION EXTENDED" in HMG.4

Posted: Fri Dec 23, 2011 10:43 pm
by Pablo César
Caro Signore Francesco,

I believe this allows to navigate thru fields when pressed "Enter" in Grids, Textbox, Combobox (I believe in all kind of controls). There is also "SET CELLNAVIGATIONMODE EXCEL" and "SET CELLNAVIGATIONMODE STANDARD" which alternate also for the kind of navigation like it is in Excell way (from up to down in grids / browses).
Clipper users are very acostumed to use Enter instead "TAB" key. But this command never does not disable the tab navigation even been in extend or standard.

Re: "SET NAVIGATION EXTENDED" in HMG.4

Posted: Sat Dec 24, 2011 8:13 am
by mrduck
Pablo César wrote: I believe this allows to navigate thru fields when pressed "Enter" in Grids, Textbox, Combobox (I believe in all kind of controls).
I think that this is standard way in hmg4...

"SET NAVIGATION EXTENDED" in HMG.4

Posted: Sat Dec 24, 2011 1:19 pm
by Pablo César
Not Mr. Francesco, this is not working in HMG4 at all. The command "SET NAVIGATION EXTENDED" should allows to navigate thru fields when pressed "Enter". Please check in C:\hmg.3.0.40\samples\TEXTBOX.2 example you will see behavior of "SET NAVIGATION EXTENDED" and when "SET NAVIGATION STANDARD" becomes normal taking off effects of "Enter" for the navigation.

Diferent behavior happens "SET CELLNAVIGATIONMODE EXCEL" when "Enter" is pressed in Grids or browses it navigates going down. See C:\hmg.3.0.40\samples\GRID.39 you will note diference when is settled with "SET CELLNAVIGATIONMODE STANDARD".

Re: "SET NAVIGATION EXTENDED" in HMG.4

Posted: Sat Dec 24, 2011 1:23 pm
by mrduck
You are right !

I'm sure it was implemented in the past, probably the last changes to textbox changed the code...

I will try to add it back

Pablo César wrote:Not Mr. Francesco, this is not working in HMG4 at all. The command "SET NAVIGATION EXTENDED" should allows to navigate thru fields when pressed "Enter". Please check in C:\hmg.3.0.40\samples\TEXTBOX.2 example you will see behavior of "SET NAVIGATION EXTENDED" and when "SET NAVIGATION STANDARD" becomes normal taking off effects of "Enter" for the navigation.

Diferent behavior happens "SET CELLNAVIGATIONMODE EXCEL" when "Enter" is pressed in Grids or browses it navigates going down. See C:\hmg.3.0.40\samples\GRID.39 you will note diference when is settled with "SET CELLNAVIGATIONMODE STANDARD".

"SET NAVIGATION EXTENDED" in HMG.4

Posted: Sat Dec 24, 2011 1:30 pm
by Pablo César
Wow so quick your return ! Take your time Mr. your good intentions in this days is really a Christmas gift ! Thank to you and all people that colaborate for expanding HMG4. Really thank you.

Re: "SET NAVIGATION EXTENDED" in HMG.4

Posted: Sat Dec 24, 2011 2:05 pm
by Rossine
Hello Francesco,

It would be possible to navigate between fields with "ENTER / Up Arrow / Down arrow" when "set navigation extended" it is set ?

Except browses, combobox, etc ...

Thanks and happy holidays,

Rossine.