Hi,
I am trying to read a text file. The textfile has a delimiter character '|'.
I created the .MAS file like the following
FILE=FLATFILE2, SUFFIX=DFIX, REMARK='First Flat File',
DATASET='c:\FlatFileData.txt'
SEGNAME=ROOT_SEG, SEGTYPE=S1, $
FIELD=ColumnName1, ALIAS=ColumnName1...
Hi,
I am opening a HTML form from WebFocus FEX procedure. When I open the HTML, I want to disable the close (X symbol) option at the right most corner of the form? How do I do that?
Thanks
Thambaiya
Hi,
I have this question:
I am trying to create a unique ID for the session. For that I am concatenating UserID + Date + Time.
For time, I use HHMMSS(A8).
My code is like the following:
-SET &AJB = GETUSER(A8) || &YMD || HHMMSS(A8);
The problem is that HHMMSS results in a value that...
Thanks Eva and PeterG5 for the responses. I used the file method of getting the sessionID. It worked.
I have this question:
I am trying to create a unique ID for the session. For that I am concatenating UserID + Date + Time.
For time, I use HHMMSS(A8).
My code is like the following:
-SET...
Hi ,
The following is my code of the first FEX procedure
-SET &TODAY=&YMD;
-SET &AJB = GETUSER(A8);
-TYPE USER &AJB
-TYPE &DATE
-SET &SESSIONID = &AJB || &TODAY || 'AAAAAAAAAAAAAAAAAAAAAAA'
SQL SQLMSS
EX GOA01_SQL.dbo.spgoa_WF_Report_Fill_temp_0421 ,
'&SESSIONID',
'&D1','&D2' ,0, 1...
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...
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...
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...
Hi,
I am trying to delete a row from a SQL Server table. It does not work.
My code is the following.
-* CALL THE SQL PROCEDURE TO TRUNCATE THE TABLES
SQL SQLMSS
DELETE from DPCIOfInterest
WHERE SESSIONGUID = '123456789AAAAAAAAAAAAAAAAAAAAAAAAAAA';
END
-HTMLFORM BEGIN
<HTML>
<BODY>...
Hi Eva,
This is my situation. I will include the code also.
I have a HTML form that is used for accessing the reporting information from WebFocus.
After I have seen the reports, I click a button called 'Clean Up and Close' on the HTML form. When I click the button, it is supposed to execute a...
Hi,
I want to convey one of my last issues clearly.
From the HTML form, I am executing a FEX procedure. The FEX procedure execution is the last thing I want to do. So, I want to include the code in the FEX procedure to close the calling HTML form. How do I close the calling HTML form from the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.