4GL code to create an info message box

I got it to work.  There needs to be a space between the "i' and the  "&" symbol. Thanks for your help.

Thanks,
Â
Dustin Biniek




________________________________
From: "Dines, Tim" <tdines@...>
To: vantage@yahoogroups.com
Sent: Tue, April 20, 2010 12:08:21 PM
Subject: RE: [Vantage] 4GL code to create an info message box

Â
{lib/PublishInfoMsg .i &InfoMsg = "'Message.'" }

You will have to define what the message variable is equal to before you
get a message. In your example, test = "This is a test.".

Tim Dines

Information Technology

Steel Parts Manufacturing, Inc.

801 Berryman Pike

Tipton, IN 46072

Direct: 765-675-5201

Cell: 765-437-1402

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf
Of melissa hietala
Sent: Tuesday, April 20, 2010 12:53 PM
To: vantage@yahoogroups .com
Subject: [Vantage] 4GL code to create an info message box

Can someone please give me the correct code to launch an info message
box in 4GL code? I had thought it was the following:

{lib/PublishInfoMsg .i&InfoMsg = "Test.'"}.

but this errors out on me saying: "lib\PublishInfo Msg.iInfoMsg" was
not found. Could not understand line 7.

Any ideas?

Thanks,

Dustin Biniek

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

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







[Non-text portions of this message have been removed]
Can someone please give me the correct code to launch an info message box in 4GL code? I had thought it was the following:

{lib/PublishInfoMsg.i&InfoMsg = "Test.'"}.

but this errors out on me saying: "lib\PublishInfo Msg.iInfoMsg" was not found. Could not understand line 7.

Any ideas?

Thanks,
Â
Dustin Biniek




[Non-text portions of this message have been removed]
I had the same problem yesterday . I checked the location of the file and is in the server/lib so I dont understand why this won't work in a BPM.

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> Can someone please give me the correct code to launch an info message box in 4GL code? I had thought it was the following:
>
> {lib/PublishInfoMsg.i&InfoMsg = "Test.'"}.
>
> but this errors out on me saying: "lib\PublishInfo Msg.iInfoMsg" was not found. Could not understand line 7.
>
> Any ideas?
>
> Thanks,
> Â
> Dustin Biniek
>
>
>
>
> [Non-text portions of this message have been removed]
>
{lib/PublishInfoMsg.i &InfoMsg = "'Message.'"}



You will have to define what the message variable is equal to before you
get a message. In your example, test = "This is a test.".





Tim Dines

Information Technology

Steel Parts Manufacturing, Inc.

801 Berryman Pike

Tipton, IN 46072

Direct: 765-675-5201

Cell: 765-437-1402



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of melissa hietala
Sent: Tuesday, April 20, 2010 12:53 PM
To: vantage@yahoogroups.com
Subject: [Vantage] 4GL code to create an info message box





Can someone please give me the correct code to launch an info message
box in 4GL code? I had thought it was the following:

{lib/PublishInfoMsg.i&InfoMsg = "Test.'"}.

but this errors out on me saying: "lib\PublishInfo Msg.iInfoMsg" was
not found. Could not understand line 7.

Any ideas?

Thanks,

Dustin Biniek

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





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

If you want to display text, you have to put it inside singles quotes and then inside double quotes: "'Test.'"

To display the contents of a field, just use double quotes.


HTH,

Nigel.

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> Can someone please give me the correct code to launch an info message box in 4GL code? I had thought it was the following:
>
> {lib/PublishInfoMsg.i&InfoMsg = "Test.'"}.
>
> but this errors out on me saying: "lib\PublishInfo Msg.iInfoMsg" was not found. Could not understand line 7.
>
> Any ideas?
>
> Thanks,
> Â
> Dustin Biniek
>
>
>
>
> [Non-text portions of this message have been removed]
>