Normal Topic Prinying forms without pictures (Read 347 times)
Larry
Member
*
Offline


No personal text

Posts: 8
Joined: Jan 22nd, 2006
Prinying forms without pictures
Jan 26th, 2006 at 11:23pm
Print Post Print Post  
My application displays a picture with each record. I also print the form each time I update a record. But i do not want to print the picture. Is there a way to print the entire form without the picture being printed?
Thanks
Larry
  
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Prinying forms without pictures
Reply #1 - Jan 27th, 2006 at 12:36am
Print Post Print Post  
You could make it part of  Print Routine.
Add a button to:
a.  Make photo invisible.  ( Visibility(ImageElement,0) )
b.  Print form(s).  (MenuTreeSelectPrintForm ..don't have access to correct syntax right now)
c.  Turn visibility back on again.( Visibility(ImageElement,1) )

Could also make a loop to toggle Visibliity on/off for each record in the RecordSetResults. to handle more than one record.





  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged