Welcome Guest Search | Active Topics | Sign In | Register

Insert variable field into Message Box text Options
Jason
Posted: Thursday, November 18, 2010 9:12:43 PM
Rank: Member
Groups: Member

Joined: 10/18/2010
Posts: 29
Hello All

Does anyone know if you can insert a variable into message box text information? Please see below:

MsgBox1.Show("Information", "File 1 has been uploaded into System!", Nothing, New EO.Web.MsgBoxButton("OK"))

What I would like to do is insert '" & [CurrentFileName1] & "' into the 'File 1 has been uploaded into System' message

Many thanks

Jason
eo_support
Posted: Friday, November 19, 2010 9:06:44 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You would just format the string before passing it to the Msgbox control. It would not have anything to do with the message box.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.