LaunchFile.i program

Troy,

How was your thanksgiving weekend? Mine was pretty cool. My sister's
fiance moved in with me over the weekend, so it wasn't 100% vacation, but I
was able to get alot done.


I think all that's left to do is define the variable.

{vbp\LaunchFile.i}
DEF VAR File-Name AS CHAR.
ASSIGN File-Name = "C:\" + Part.PartNum + ".xls".
RUN LaunchFile (File-Name).

Let me know if that works,

Thaddeus

-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Thursday, November 28, 2002 12:00 AM
To: Thad Jacobs
Cc: Thaddeus Jacobs
Subject: LaunchFile.i program


Hi Thad,
Hoping you're having a great thanksgiving.

I've been fiddling with your LaunchFile.i program for use in a VBForm,
rather than from a Vantage menu.
By adding the {vbp\LaunchFile.i} to my progress procedure I can call a
filename like "C:\sample.xls" with no problem. Is there a way for the
LaunchFile.i program to handle a variable name instead of a literal file
name?

What I'd like to do is something like:

ASSIGN File-Name = "C:\" + Part.PartNum + ".xls".
RUN LaunchFile (File-Name).


Do you have any ideas?

Troy Funte
Liberty Electronics




[Non-text portions of this message have been removed]