hi everyone... is there a way that i dont have to specify the c:\ for my pictures? Because i always change the path everytime i create an exe file for another computer... then i i need to edit, i need to change it again to original path for the pictures to appear.... thanks in advanced....
DEFINE CLASS StudentRec AS Form
showwindow = 2
*Picture = "C:\Program Files\SCMS Info Wave\Img\background3.jpg"
*_screen.controlbox = .f.
DataSession = 2
Height = 650
Width =1095
minbutton = .t.
BorderStyle=2
Maxbutton =.f.
Autocenter = .t.
Alwaysontop = .f.
Caption = "SCMS Students Account Record 2021!"
ADD OBJECT image11 AS image WITH ;
Picture = "C:\Program Files\SCMS Info Wave\Img\banner.png", ;
Stretch = 2, ;
Height = 178, ;
Left = 1, ;
Top = 1, ;
borderstyle = 0,;
Width = 746, ;
Name = "Image11",;
visible = .t.
ADD OBJECT image10 AS image WITH ;
Picture = "C:\Program Files\SCMS Info Wave\Img\banner side.gif",;
Stretch = 2, ;
Height = 620, ;
Left = 750, ;
Top = 1, ;
borderstyle = 0,;
Width = 340, ;
Name = "Image10",;
visible = .t.
DEFINE CLASS StudentRec AS Form
showwindow = 2
*Picture = "C:\Program Files\SCMS Info Wave\Img\background3.jpg"
*_screen.controlbox = .f.
DataSession = 2
Height = 650
Width =1095
minbutton = .t.
BorderStyle=2
Maxbutton =.f.
Autocenter = .t.
Alwaysontop = .f.
Caption = "SCMS Students Account Record 2021!"
ADD OBJECT image11 AS image WITH ;
Picture = "C:\Program Files\SCMS Info Wave\Img\banner.png", ;
Stretch = 2, ;
Height = 178, ;
Left = 1, ;
Top = 1, ;
borderstyle = 0,;
Width = 746, ;
Name = "Image11",;
visible = .t.
ADD OBJECT image10 AS image WITH ;
Picture = "C:\Program Files\SCMS Info Wave\Img\banner side.gif",;
Stretch = 2, ;
Height = 620, ;
Left = 750, ;
Top = 1, ;
borderstyle = 0,;
Width = 340, ;
Name = "Image10",;
visible = .t.