Hi All,
I have two frames in my mail form. In the first frame i am loading my activeX control and in the second frame i have the fields.
If i want ot resize the frames as per my windows resolutions.
I am using the following fields in my main form But it is not resizing the window.
1.SCRHeight – "Adjust height of screen according to the resolution
Extracting value from HTTP_Cookie"
height:=@TextToNumber(@Left(@Right(@LowerCase(HTTP_Cookie);“scrheight=”);“&endht”));
curHeight:=@If(height <= 600;“385”;height <=768;“555”;height<=864;“650”;height<=960;“745”;height <=1024;“808”;height<=1050;“835”;“550”);
curHeight
2.SCRWidth
width:=@TextToNumber(@Left(@Right(@LowerCase(HTTP_Cookie);“scrwidth=”);“&scrheight=”));
curWidth:=@If(width <= 800;“530”;width <=1024;“735”;width<=1152;“840”;width <=1280;“920”;width<=1400;“1000”;“765”);
curWidth
Do i need to check anything else.
Help me in this regard.
Thanks in advance.
Kamal.