Home » Developer & Programmer » Forms » Tab Canvas
Tab Canvas [message #257969] Thu, 09 August 2007 12:45 Go to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Hi,

I have a tab canvas ,again on tab canvas i have a sub tab canvas.

I have a main tab canvas with two tabs Address and Phone.
Again in Address tab i have another tab canvas with three tabs
current,mailing and previous.
when the cursor is on address tab when i press ctrl+tab it navigates to current tab,mailing tab and previous tab after that its not going to phone tab.So i wrote key-nextblock trigger for previos tab as go_block('Phone') but it is not going.

Please let me know wat should i add.

Thanks
Srinivas

Re: Tab Canvas [message #258030 is a reply to message #257969] Thu, 09 August 2007 19:07 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
The focus of the form has to be in an item that is NOT on the tab which is going to be hidden. Typically it is easier to move the focus to an item on the new tab canvas to force that tab to appear.

David
Re: Tab Canvas [message #258095 is a reply to message #257969] Fri, 10 August 2007 03:20 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Either there is a code that is resending you focus to you current block.

This is simple navigation issue. I have also tried this in my offical project and it is working fine.

I think you should check your code and try to check where you care trying to navigate programmatically.
Re: Tab Canvas [message #258098 is a reply to message #258095] Fri, 10 August 2007 03:36 Go to previous messageGo to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Yeah its simple but i have removed all the code and again tried ctrl+tab it stops in sub tab page and not moving to the next main tab.
Are you having a sub tab canvas on a main tab canvas in your official project.
Re: Tab Canvas [message #258099 is a reply to message #258098] Fri, 10 August 2007 03:51 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
NO... NO... NO...! Dont use Ctrl+Tab. Tab or Ctrl+Tab is used for item level navigation. For Block level navigation we have to use Ctrl+Page Up or Ctrl+Page Down.
Re: Tab Canvas [message #258191 is a reply to message #257969] Fri, 10 August 2007 09:40 Go to previous messageGo to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Sorry i think you are little confused with my question.
Tab is enough for item level navigation.

We use ctrl+tab to navigate between tab pages.
Re: Tab Canvas [message #258308 is a reply to message #258191] Fri, 10 August 2007 23:47 Go to previous message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
No I m not confused with you question. And yes tab is enough to take you to the next block or tab if and only if you have send the block property to next block instead of next record.

I will suggest that you should check your code. I think there is some code or property which you have set, which is stopping your navigation to go to the next Tab canvas.

Regards,
Azam Khan
Previous Topic: Error Message limit on forms
Next Topic: resize FRAME at runtime
Goto Forum:
  


Current Time: Sun Feb 09 19:46:11 CST 2025