I use VMP's loader which works great.  Here is the solution:

Tracy's approach worked.  I check for an empty file path and then throw 
up my desktop form.  Then run the loader after destroying the form.

IF EMPTY(FilePath)
        DO FORM AskUserForPath
        READ EVENTS
ENDIF

Do myloader

In the DESTROY or UNLOAD of the form, put CLEAR EVENTS

Thanks Tracy and all.


Jeff

Jeff Johnson
[email protected]
SanDC, Inc.
623-582-0323
Fax 623-869-0675



Ken Kixmoeller/fh wrote:
> On Apr 28, 2009, at 12:48 PM, Jeff Johnson wrote:
> 
>> Pretty evil, huh?  Unless you have a suggestion.
> 
> Doesn't Michael have his loader object posted on Ed's downloads page?  
> Why reinvent???
> 
> Ken
> 

_______________________________________________
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.

Reply via email to