First problem solved. You can't do an Edit$(1) = whatever after you have routed to the printer. Next problem, how do you get a Stylised text resource into the container? Robin wrote: > > snum = FN GetSTRcount(128) > > for x = 1 to snum > > gContainer = gContainer + "Help Topic Information For - " + > > STR#(128,x) + chr$(13) > > next x > > EDIT FIELD -1,"",(30,20)-(540,770),_statNoFramed,_leftJust > > edit$(1) = #gContainer > > > > How would I get Stylised text resources into the container? Martin