My concept , I want to put a small picture fill in main vfp screen. I done with _screen.picture = [somepic], then want to addin image class or say a lot of text in main screen.
someone, show me how to add image class in _screen, please
You can add any object to the screen using _Screen.AddObject("MyObject","MyClass". You can then set the properties of the new object with _Screen.MyObject.whatever. You'll need to set _Screen.MyObject.Visible = .T. before you can see it though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.