Dear All ,
Good Day!
We are using Code39Wide-Regular Fonts in the crystal report for bar codes. While converting this report to the PDF format from Crystal viewer, we are getting the following error. It seems like this particular font cannot be embedded with PDF format.
Error - Failed to...
Hi,
What would be the better solution for the below requirement?
We are having a server, in which around 20+ databases are running with different versions of Progress(9 & 10) for 20 different customers. This server we are using for replicate the customer issues. Most of the time we are not using...
Hi ,
I have quick question to Guru Tom.
Is there any significance with this time 00:29:57.507+2300 because seems like this wait-for is resetting at midnight 12::(
because the clint was idle from evening 06:00clock. then it should kicked out by 06:30 but why this night 12:30 ?
give some...
Dear All,
Please help me if you have faced similar issues.
Please refer KB P3955 and P 15531.
In regedit I set 30min as timeout. For a particular client I need to overide this timeout. So I am using following code in the main block to make this client active. procedure p_DisplayBrowse has...
Dear All,
Kindly give some thoughts on this issue.
Now we are acessing the system via Remote client Setup. We login remotely to the server and acessing the application. I think here all the process taking palce in the Server itself.
I would like to process some work in the client side as...
Thank a lot for your reply.
Kindly review the following Link KB P15531.
http://progress.atgnow.com/esprogress/jsp/AnswerControls.jsp?directSolutionLink=1&tabs=true&docPropValue=p15531
We are setting ClientTimeOut in the Server. See the Log file
[2008/11/03@08:54:49.464-0800] P-3800...
Dear All ,
Kindly help me in disconnect an idle client , if he/she idle for more than a specified time.
1. I tried in the Server
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\101B\STARTUP , put a new string value and put the value as 5. Then start the client kept it for more than 5 min idle BUT...
Dear ALL,
Kindly HELP me TO EXPORT the data TO Excel. My CODE IS working fine WITH regular browser however it IS NOT working WITH Editable browsers.
I have the HANDLE OF a browser vBrwHandle AND a FIRST SELECTED ROW. THEN following CODE work fine WITH the EXPORT.
WHEN I USE an editable...
Virtual system Table. If you look into the data dictionary Set show hidden table menu on, then u can see a set of table created by Progress to store all the schema details. U can see the table names starts with _ . Eg. _index, _Table etc... You may not get the required info from a single table...
Let me know the version of Progress you are working. In 10.1B following code is working fine .
DEFINE VARIABLE i-lint AS CHARACTER EXTENT NO-UNDO.
EXTENT(i-lint) = 3.
ASSIGN
i-lint[1] = "a"
i-lint[2] = "b"
i-lint[3] = "c".
DISP i-lint[1] i-lint[2] i-lint[3].
Regards
Philip P Oommen
Hi,
I think i version 10 has a facility of dynamic array.
DEFINE VARIABLE i-lint AS INTEGER EXTENT NO-UNDO.
EXTENT(i-lint) = 3.
ASSIGN
i-lint[1] = 6
i-lint[2] = 7
i-lint[3] = 8.
DISP i-lint[1] i-lint[2] i-lint[3].
You can put this n value instead of that 3 I put. Hope this will...
Saravankumar,
Thanks for the posting.Could you please tell me why you need to define an temp-table with in an internal procedure.
Simple answer is Progress architecure is like that
If you follow the structural guidelines for a procedure file, you place all your internal procedures at the...
Discard the last posting. This is because you are creating a blank record even though the last line is blank. Put a Do transaction as shown below.
DEF TEMP-TABLE l-example
FIELD field1
FIELD field2...
INPUT FROM example.csv.
Do Transaction:
REPEAT:
CREATE l-example.
IMPORT...
Most probably This is because of a control character in the CSV input file at the end . U can see this, if you open that external file in any dos editor. Easy way to avoid this by skipping the loop if the input line is blank
Regards
Philip P Oommen
Hi.
We migrated from Progress 91E to OE10B. The code was working just
fine under 91E, but after switching to OE10B, we started getting the system error "-s exceeded. Raising STOP condition and attempting to write stack trace to file 'procore'. Consider increasing -s startup parameter.".
If...
As quick response please try the following
In Viewer1 create new internal procedure called test then write message "Hello" view as alert-box buttons ok.
In viewer2 put button and write PUBLISH "test".
Add a New smart-link between viewer1 to Viewer2 name should be test
Run the window and...
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.