Home » Developer & Programmer » Forms » *** Tabular form (Counting rows) ****
*** Tabular form (Counting rows) **** [message #78309] Tue, 12 February 2002 19:11 Go to next message
Robin
Messages: 73
Registered: October 2001
Member
Dear experts,
Suppose a tebular form has 3 row and a button(button in another block), I want to go in 2nd row of tabular form by clicking the button.
Actually, since all row of tabular from having same name, hence I cannot go_to desired row( 1st, 4th or 5th row) in runtime. Another problem I cantnot know how much rows a user used in runtime ( U know row of a tabular form could be increased dynamically in runtime).
Pls help me.

Thanks
Robin
Re: *** Tabular form (Counting rows) **** [message #78314 is a reply to message #78309] Wed, 13 February 2002 02:11 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
when_button_pressed trigger
--------------------------
go_block(desired_block');
go_record(2);
Previous Topic: Set Cursor Item Position
Next Topic: Can The source code be seen on FMX and REP code
Goto Forum:
  


Current Time: Fri Mar 29 09:30:10 CDT 2024