>>Is this possible without installing Foxpro onto the customer's computer?<<
As you have read the MODIFY LABEL works at runtime. If you want to understand how the Label Wizard works, you can look at the source code. This will tell you exactly where the label definitions are stored. I see them in a label registration table and I see them in the Windows registry. Just not sure which VFP uses internally. The XSource (source for all the wizards and builders) was released on VFPX and is open source. It is also distributable now. You have to unzip the XSource.ZIP file to see the source for the wizards. The source is located here: C:\Program Files\Microsoft Visual FoxPro 9\Tools\xsource\xsource.ZIP Report Wizard (also the Label wizard with "LABEL" as a parameter source is normally located here: C:\Program Files\Microsoft Visual FoxPro 9\Tools\xsource\VFPSource\Wizards\wzreport VFPX project: http://vfpx.codeplex.com/releases/view/10970 Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

