Home » Developer & Programmer » Forms » Moving to the next row in tabular form (Forms 6i)
Moving to the next row in tabular form [message #405871] Sat, 30 May 2009 15:10 Go to next message
sindikalac
Messages: 52
Registered: November 2008
Location: Europe
Member
Hello people!

Here is the situation.

I created a tabular form based on a data block which consists of three columns say, A, B and C.

I placed 5 rows on the form, and I am trying to move from the first row to the second one with TAB. When I first click the tab (on the first row), I move from A, to B, and from B, to C item, now I am trying to move from C to A of the second rown. I guess I explained it clearly.

I tried with POST-TEXT trigger on C item, and tried a lot of other triggers, but it won't work.

Do you have any suggestions?

Thanks!
Re: Moving to the next row in tabular form [message #405889 is a reply to message #405871] Sun, 31 May 2009 02:17 Go to previous messageGo to next message
klat
Messages: 87
Registered: May 2009
Location: Mumbai
Member

Change Block's Navigation Style property to Change Record

OR

write
in key-next-item trigger

next_record;
Re: Moving to the next row in tabular form [message #405913 is a reply to message #405889] Sun, 31 May 2009 13:05 Go to previous messageGo to next message
sindikalac
Messages: 52
Registered: November 2008
Location: Europe
Member
First, thanks for your answer.

But, in those cases, I have to write something in the first row, before moving to the next. I was trying to move without writing anything from one row to another, just clicking the tab.

Re: Moving to the next row in tabular form [message #405916 is a reply to message #405913] Sun, 31 May 2009 13:47 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
But why?
What do you want to achieve from that?
Do you want to insert nulls in all the columns? For me it is not making any sense.

By
Vamsi
Re: Moving to the next row in tabular form [message #406169 is a reply to message #405913] Tue, 02 June 2009 11:10 Go to previous message
klat
Messages: 87
Registered: May 2009
Location: Mumbai
Member

sindikalac wrote on Sun, 31 May 2009 23:35

But, in those cases, I have to write something in the first row, before moving to the next. I was trying to move without writing anything from one row to another, just clicking the tab.




may I know why you want to do it..??
Previous Topic: Login page problem
Next Topic: Form coding or not getting effect?
Goto Forum:
  


Current Time: Fri Sep 20 12:27:44 CDT 2024