professionals
Programmer
* Is there anybody could help to improve this screen I wanted to display, I had this picture where my screen is 600X800 but, the image is smaller than the resolutions, I put stretch but it won't work. source below.
Is their any Idea how? Thank's anyway in advance.
- Josie -
NODEFAULT
WITH _Screen
.AddProperty("Stretch"
.Lockscreen = .t.
.Themes = .t.
.WindowState = 2
.AutoCenter = .t.
.MDIForm = .t.
.Closable = .t.
.Controlbox = .t.
.BorderStyle = 3
.TitleBar = 1
.ScrollBars = 1
.ColorSource = 4
.ShowTips = .t.
.ScrollBars = 3
.TitleBar = 1
.FontName = "Tahoma"
.FontSize = 12
.caption = "Billing and Collections" + version(3) +"-"+ID()
.picture = SYS(2003)+"/graphics/backg-rb.jpg"
.Stretch = 2
.icon = SYS(2003)+"/icon&cursor/starBC.ico"
.Lockscreen = .f.
ENDWITH
RAISEEVENT( _SCREEN, "Activate" )
SET SYSMENU AUTOMATIC
Is their any Idea how? Thank's anyway in advance.
- Josie -
NODEFAULT
WITH _Screen
.AddProperty("Stretch"
.Lockscreen = .t.
.Themes = .t.
.WindowState = 2
.AutoCenter = .t.
.MDIForm = .t.
.Closable = .t.
.Controlbox = .t.
.BorderStyle = 3
.TitleBar = 1
.ScrollBars = 1
.ColorSource = 4
.ShowTips = .t.
.ScrollBars = 3
.TitleBar = 1
.FontName = "Tahoma"
.FontSize = 12
.caption = "Billing and Collections" + version(3) +"-"+ID()
.picture = SYS(2003)+"/graphics/backg-rb.jpg"
.Stretch = 2
.icon = SYS(2003)+"/icon&cursor/starBC.ico"
.Lockscreen = .f.
ENDWITH
RAISEEVENT( _SCREEN, "Activate" )
SET SYSMENU AUTOMATIC