Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 27 MAR 2006 11:21:50AM dsig _at_ sigafoos.org wrote:

So recently i brought loaded an old screen .. many years old .. which had been built using a style sheet. Now i get a message saying the stylesheet is no longer available ..

It nicely asks me to select another window (pretty nice huh) but after selecting a window it will not open the form (not so pretty nice)

1) could one of the brainiacs please tell me where i can nuke this in the template so the window will come up in designer etc

2) is there a way for designer to actually use a form selected

3) is there a way for OI to be smart enough to default to something if the form is not there??

thanks


At 27 MAR 2006 01:23PM Warren Auyong wrote:

Did you try SRP's Form Fixer?


At 27 MAR 2006 01:53PM Sean FitzSimons wrote:

Dave,

The 3rd @FM of the first @RM section of the SYSREPOSWINS record contains the stylesheet used.

Sean


At 27 MAR 2006 02:03PM Sean FitzSimons wrote:

Sample Code

declare subroutine fsmsg

open 'SYSREPOSWINS' to f_oiwins else

 fsmsg()
 return 0

end

read oiWin from f_oiwins, 'TEST_721MY_STYLESHEET_USED' else fsmsg() return 0 end p1=Field(oiwin,@rm,1) p2=Field(oiwin,@rm,2) p3=Field(oiwin,@rm,3) p4=Field(oiwin,@rm,4) newP1=p1:@fm:p struct=newP1:@rm:p2:@rm:p3:@rm:p4 write struct to f_oiwins, 'TEST_721MY_STYLESHEET_USED' else

 fsmsg()
 return 0

end


At 27 MAR 2006 07:44PM dsig _at_ sigafoos.org wrote:

SF] The 3rd @FM of the first @RM section of the SYSREPOSWINS record contains the stylesheet used.

COOL .. i will work with this ..

i forgot to put in a problem report but will do no

thanks again

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/f8d64ba6c26565198525713e005465a0.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1