VB Commands RUNPROG

try:

/* udtest.p */
{vbp/vb.i}
MESSAGE "This is a message"
VIEW-AS ALERT-BOX.

-----Original Message-----
From: beury@... [mailto:beury@...]
Sent: Tuesday, December 04, 2001 7:38 PM
To: vantage@yahoogroups.com
Subject: [Vantage] VB Commands RUNPROG


Does anyone know if the VB Command RUNPROG actually works. The
Vantage help states that RUNPROG "Runs a program written in the
Progress 4GL". I have written the following 4GL test program:

/* udtest.p */
MESSAGE "This is a message"
VIEW-AS ALERT-BOX.

This program runs fine when added to the Vantage menu using Menu
Structure Maintenance but I cannot get it to run from a VB Form
Button using RUNPROG. Am I missing something here or is the Vantage
help file incorrect?

All I am trying to do is get the system date into a VB Form. Anyone
have this trick in their bag? Any help would be appreciated!!






Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Does anyone know if the VB Command RUNPROG actually works. The
Vantage help states that RUNPROG "Runs a program written in the
Progress 4GL". I have written the following 4GL test program:

/* udtest.p */
MESSAGE "This is a message"
VIEW-AS ALERT-BOX.

This program runs fine when added to the Vantage menu using Menu
Structure Maintenance but I cannot get it to run from a VB Form
Button using RUNPROG. Am I missing something here or is the Vantage
help file incorrect?

All I am trying to do is get the system date into a VB Form. Anyone
have this trick in their bag? Any help would be appreciated!!