cancel
Showing results for 
Search instead for 
Did you mean: 

print issue

Former Member
0 Kudos

hi all experts,

i want to print layout for once per every document number. after printing once the layout will b automatically locked for further printing.plz suggest me how to do it.

thanks.

Edited by: riya ghosh on Sep 29, 2008 11:16 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

if u want to restrict for future means once u printed u can't print in future .

then create z-table , form ur print program write update z-table pass document no. to it.

so next time check in z-table if entry id there for document no.

if yes then " Do not print.

else

// go ahead.

Regards

Sachin

Former Member
0 Kudos

hello,

i want to print once but want to check print preview as many times as i want. can i do this using this code?

Former Member
0 Kudos

Hi Riya..

while Write_Form Loop your output header table for each Document number.

In this you can print particula document number Items.

Regards,

sg

Former Member
0 Kudos

hello,thanks for ur reply but i m doing it with smartforms.can u answer me how to do it in smartforms?

thanks in advance.

Former Member
0 Kudos

Hi Riya..

Ok fine .. So in your driver program You will call Smart form rite..

So loop output_table.

call function Smart form

endloop.

In smartform Form Interface pass header 'Document number' and in tables declare Item table and pass it...

Then smart form will be called as many times Document Number..

Regards,

sg