---Linda Alvord wrote: > I replace "isipicture" with "isigraph" and my form looks oK > > Then I used a command like this in J406 to place a picture on a form: > > wd 'set board c:\j406\willie\00coverL.bmp' > > But this will not work: > > wd 'set board c:\jsoftware\j602\willie\00coverL.bmp' > > I never solved the problem in J502.
I haven't got the answer for you but looking at the info for the wd 'set' command on <http://www.jsoftware.com/help/user/wd_commands.htm> implies that it isn't used for isigraphics controls. The following extract from the page <http://www.jsoftware.com/help/user/child_classes.htm> has some clues: ======================= isigraph An isigraph control is a window that can display graphics. First create an isigraph control, then use graphics commands to create and display the graphics. All graphics commands start with g. Graphics are displayed only when the gshow command is given. Graphics commands apply to the currently selected isigraph control. The graphics window has coordinates running from (0,0) in the bottom left hand corner to (1000,1000) at the top right. See the demos, Studio|Demos|isigraph. ========================= Hope that helps. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
