Re: printing listbox v 15.4hf2

2017-05-17 Thread Spencer Hinsdale via 4D_Tech

I think someone recently posted a link to 4d today:
http://www.4dtoday.com

there is a generic list box print routine on the home page

however, since the host is in Australia it appears the site is actually 4D 
TOMORROW  :)

> On May 17, 2017, at 9:56 AM, Timothy Penner via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> Hi Chuck,
> 
> There is an example in the docs:
> http://doc.4d.com/4Dv15/4D/15/LISTBOX-GET-PRINT-INFORMATION.301-2007323.en.html
> 

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: printing listbox v 15.4hf2

2017-05-17 Thread Timothy Penner via 4D_Tech
Hi Chuck,

There is an example in the docs:
http://doc.4d.com/4Dv15/4D/15/LISTBOX-GET-PRINT-INFORMATION.301-2007323.en.html

OPEN PRINTING JOB
 FORM LOAD("SalesForm")
 $Over:=False
 Repeat
$Total:=Print object(*;"mylistbox")
LISTBOX GET PRINT INFORMATION(*;"mylistbox";Listbox printing is over;$Over)
PAGE BREAK
 Until($Over)
 CLOSE PRINTING JOB

Hope that helps,

-Tim



**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

printing listbox v 15.4hf2

2017-05-17 Thread Chuck Miller via 4D_Tech
Hi All, 

I thought there was a tech note on printing list boxes. I need to create and 
print a hierarchical list box. Specifically a Bill of Material as part of a 
larger page. Is this possible as part of a printed page. and if so where might 
I find example to speed me on my way

Regards

Chuck

 Chuck Miller Voice: (617) 739-0306
 Informed Solutions, Inc. Fax: (617) 232-1064   
 mailto:cjmillerinformed-solutions.com 
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D and Sybase connectivity
  http://www.informed-solutions.com  

This message and any attached documents contain information which may be 
confidential, subject to privilege or exempt from disclosure under applicable 
law.  These materials are intended only for the use of the intended recipient. 
If you are not the intended recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, copying, storage, 
modification or the taking of any action in reliance upon this transmission is 
strictly prohibited.  Delivery of this message to any person other than the 
intended recipient shall not compromise or waive such confidentiality, 
privilege or exemption from disclosure as to this communication. 

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**