Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logo Screens
Message
From
01/07/1999 15:25:47
 
 
To
01/07/1999 15:14:50
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00236501
Message ID:
00236647
Views:
9
This is getting a little beyond my depth, but maybe you could try adding Textbox or Label object(s) to _SCREEN, and then modifying their properties (value, position, etc.) appropriately. I've never tried this, don't even know if it's possible.

>Yes but I want to display some information like the Current Accounting Month so that the user will know if they can edit last months data or not.
>
>>Have you considered making an image and using it as wallpaper for the main screen? Some sample code:
>>
>>* Add a Wallpaper object to the Screen if not already present:
>>IF NOT PEMSTATUS(_Screen, "imgWallPaper", 5)
>> _SCREEN.AddObject("imgWallPaper","IMAGE")
>>
>>ENDIF
>>
>>* Set the Picture property of the imgWallpaper object:
>>_SCREEN.imgWallPaper.Picture = [your file name here]
>>
>>* Size & position it:
>>_SCREEN.imgWallPaper.Top = 0
>>_SCREEN.imgWallPaper.Left = 0
>>_SCREEN.imgWallPaper.Height = SYSMETRIC(2) - 87
>>_SCREEN.imgWallPaper.Width = SYSMETRIC(1)
>>
>>_SCREEN.imgWallPaper.Visible = .T.
>>_SCREEN.imgWallPaper.Stretch = 1
>>
>>
>>>Does anyone have an example of how to use a logo screen either as a class or a form. I am trying to display information to the user and would like to do it on a form that stays up all the time.
>>>
>>>Thanks
>>>
>>>Jeff Whitaker
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform