Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

script form

Former Member
0 Kudos

Hi,

I am getting total data of my form in two pages.

i need to put that one in one page only how.

Edited by: Santhosh on Jan 14, 2008 12:14 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use

PROTECT

.........

Put your data here.

ENDPROTECT command.

3 REPLIES 3

Former Member
0 Kudos

Use

PROTECT

.........

Put your data here.

ENDPROTECT command.

0 Kudos

Hi,

acctually first i need to display vendor details

bellow to that i need to display cheque details.

in 1 page only

please give me solution

Edited by: Santhosh on Jan 14, 2008 12:22 PM

0 Kudos

Create a window for the vendor details.

Put your cheque details in the main window and write all your data in PROTECT and ENDPROTECT command