If i understand you. Sounds like a splash screen to me Creat a table called Dummy or something like that. The table only need to have 1 cell. Put something like your version number in it
Create a your form. Put your column on the form In your form create a var something like this vLogo = ['Tiz.bmp'] (must be a BMP) Place the var on your form Right click the var and and goto field settings Then add an eep to the "On Entry To" --SplashScreen.RMD PAUSE FOR 2 CLOSEWINDOW QUIT TO RunSomething.RMD -------------------------- If you don't want to click Call the form from and RMD file BRO USING SplashScreen Your code Add this to table setting "On row entry" PAUSE FOR 2 CLOSEWINDOW RETURN For more information you can call or email me On 21 Nov 2003 at 10:50, Classy Closset Boutique - IT Dept. wrote: > R:Base Newsgroup, > > I already have an application created and running. > > The application was created using the Application Express utility in R:Base v6.5++ for Windows. > > I am wanting the application to display a custom form, that contains a picture that functions as a clickable image, when the application starts. I know that this form needs to be called from the Startup portion of the application code. > > Could someone please provide me with some instruction on how to create a Custom Form that does not have any menus, headers, or footers associated with it? > > Also, I need for the displayed form to not fill the entire screen. Only the portion of screen below the application menu. > > Thanks in advance for your assistance. > > > Oleta Smith > Classy Closet Boutiques > [EMAIL PROTECTED] > Victor Timmons Tiz's Door Sales, Inc 425-258-2391

