Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, Hi, From a FEX procedur

Status
Not open for further replies.

rummage

MIS
Apr 8, 2003
33
0
0
US
Hi,

Hi,

From a FEX procedure, I am calling a HTML form as follows

-HTMLFORM TESTREPO.HTM

When I was in the desktop, it was working fine. When I am trying to put the code
in the server, the HTML is not displayed properly. What is wrong with the above
Focus code?

Should I have to change the code when I put it in the server?



Thanks
Thambaiya
 
Try the syntax without the .htm:

-HTMLFORM TESTREPO

This file also has to be with the edapath for reporting server to find it. Is the html page not found or not displaying correctly?
 
Hi
simple answer the html file is not accesable by the fex file , you dont want to give a extension in thr , and see to it its in path , easy way to knw if its including or not is , just click on the putput page and view the source , it would not have the html code if its not included .
If its MRE environment you have to do

-MRNOEDIT -INCLUDE TESTREPO AND THE TESTREPO SHLD BE IN PATH.
 
Hi,

Thanks for those answers. Still, my problem is not resolved.

The code
-MRNOEDIT -INCLUDE app/TESTREPO.htm

gives me the following error:

(FOC227) THE FOCEXEC PROCEDURE CANNOT BE FOUND: APP/testrepo.htm

When I try

-HTMLFORM TESTREPO

The HTML form comes up. But the controls are not displayed properly. Many controls are missing. Only some controls are diplayed and some junk texts are also seen. What can be done for this?

Thanks
Thambaiya




 
it shld be -MRNOEDIT -INCLUDE TESTREPO
try this.

for second case-
see if the html have the html formbegin and html form end .
 
When I try
-MRNOEDIT -INCLUDE TESTREPO


It gives me the following error.

(FOC227) THE FOCEXEC PROCEDURE CANNOT BE FOUND: TESTREPOFOCEXEC *


for second case-
see if the html have the html formbegin and html form end .

----It is a HTML form with Javascript on it. When I run the HTML form directly, it works. But when I run it from the FEX procedure with the following code

-HTMLFORM TESTREPO

most of the controls in the HTML page is missing.

Thanks
Thambaiya


 
ok here you go , just send me a sample code for this , and what i want you to do is when you view the source of this code what is it showing , and if its java script also you need
html formbegin
javascipt code
html formend

iam using javascript code inside the fex file .
anyway mail me hereafter to
ganesh.siddhamalli@crowncastle.com
 
He fixed it by getting all the html lines to 80 characters , that was the one creating problems.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top