Search results

  1. P

    Progress 64-bit 10.2B

    Hi, My OS is win7 64-bit. Now I trying to install the Progress 10.2B 64-bit in that PC. When I looked into the License codes, I could not fnd the OE Studio License for win-64. Is it available in 10.2B win-64 section? If not please tell me what product to be installed to compile and...
  2. P

    How this code will work for temp table

    Hi, Can any one help me in correcting the following code, to work with the bracketed data . Now it is working for all the purchaseOrder records and its poline. (Entire records details getting loaded into the XML) THis code will work with sports2000 DB. What I need the output should only for...
  3. P

    How to populate a temp-table Dynamically

    Hi, Please tell me how can I populate the temp-table from a Dataset. I have set of datasets each has more than one Temp table schema and data (Each time temp table structure varies ). What I would like to do is after a procedure run , I should be able to write code For each temp-XXXXX ...
  4. P

    XML Data read in Progress

    Hi, We have a requirement. Please help me to do that. When a user selects the XML Data source file, I want to show the Table Names in One browser and in that browser if he selects table name I should be able to see the field details in another browser. Is it possible? I tried with read-xml...
  5. P

    How to bring the web page on the top of Progress window - WIN7 & Prog10.1C

    Hi, We are using following code for calling a web page from our application. With WIN7 OS, users are facing an issue with the below code. Web page is opening beside the parent progress window. Please suggest a way to bring the web page on the top of Progress window. DEFINE VARIABLE...
  6. P

    ODBC Data Source Drivers are Not Listed

    We did a Full installation. Our Concern is anyhing to do with OS-64 and Progrss-32 bit conflict? Philip
  7. P

    ODBC Data Source Drivers are Not Listed

    Hi, Below is our Environment Operating System: Windows 2008 R2 Terminal Server, 64-bit OpenEdge 10.1C (32-bit) + Service Pack 4 1. Client Networking 2. Workgroup Database 3. App Server Enterprise When I goto, Control Panel ! System and Security ! Adminstrative Tools ! Drivers I could...
  8. P

    DB Folder has many files M***

    Hi, One of our customer's DB Folder , we saw many files M***. They had a bunch of numbers and/or letters after the name and the file didn’t have an extension on it. (examples: M00B81772 or M09581772). Is there any reason why this files are created? Is it because of Progress? Any quick...
  9. P

    Export the Browser data to Excel

    Hi Sonnu, PLEASE AVOID USING LOCAL LANGUAGE IN PUBLIC. YOU CAN POST PRIVATE MESSAGES. ITS PURELY TECHNICAL. PHILIP
  10. P

    Export the Browser data to Excel

    Thanks for your reply. However this :BUFFER-VALUE will not work for calculated fields in a browser with multi select rows to export into excel. All other scnarios export works fine but not with fetch-selected rows. If it work for you , multi selct browse - calculated fields , kindly help...
  11. P

    Export the Browser data to Excel

    Hi, I am facing the problem while exporting calculated field data from a multi select browser to Excel. My problem is in the code IF VALID-HANDLE(hField) , when there is a calculated field in the browser , valid-handle become false. (IF VALID-HANDLE(hField) THEN hField:BUFFER-VALUE ELSE...
  12. P

    How to Run 10.1B & 10.1C Progress Explorer Tools in a Win XP Envronment

    Hi We have two versions of Progress in a PC. 10.1B(SP03) & 10.1C(SP04). We would like to run the Progress Explorer tool for both the versions. We are getting an error Unable to Connect to Admin Server.Ensure Admin Server is running(8326). On Windows, we changed Adminserver port and...
  13. P

    Is there any way to disable the unique index of a Temp Table - LIKE Defined

    Hi, I would like to know is there any way to disable the unique index in a Temp Table? I have table with lot of fields, I defined a temp table LIKE above database table. My issue is, I want to overide the unique index validation from the DB while populating the temp-this temp-table. Is it...
  14. P

    Progress License Update - 10.2B

    Hi, We are facing a problem while updating the License. When we Press License update, Dialog box appears and says D:\DLC102B\setup.exe (and other 2 DLLs ) and ask us to stop this process. If I say Next it come out from the install shield. How can we install the Licenses? Kindly advise...
  15. P

    CTRL_SHUTDOWN_EVENT console event received. (9438)

    Hi, What could causing the CTRL_SHUTDOWN_EVENT . What activates that? Seems like it might be a reboot without shutting down the databases. The message says: CTRL_SHUTDOWN_EVENT console event received. (9438). Is it an SQL client causinf this issue? Please throw some light...
  16. P

    Is it possible for a .NET Open Client to check if an AppServer is still running

    Hi, This Solution Worked!! Thank you so much. Solution of the Year:lol: Philip P Oommen
  17. P

    Is it possible for a .NET Open Client to check if an AppServer is still running

    Hi, Reference in KB P130121 I am trying to get the code working to check the connection to AppServer. Since the call to the appserver procedure doesn’t return until more than 5 minutes has passed. I think the users will panic before that thinking their device has locked up and reboot. Is there a...
  18. P

    What is the difference between Stateless and state-free

    Hi , Any one can tell the exact difference betwen Stateless and State-free AppServer Connections. My understanding about stateless is the following:- Each client request to the AppServer can be assigned to a different Application Server process Context is maintained between requests, but because...
  19. P

    Where to set the Stack Size parameter for Appserver

    Hi, We are getting error 5635 only when we are running a program which is AppServer connected. Progress version 10.2A is used with .NET interface. Kindly tell where are the areas I have to lookinto. Is there any place where I have to increase the -s parameter? TIA Philip
  20. P

    Crystal Report Help Needed

    Dear All , Good Day! Note:- If I am posting this to a Wrong Place kindly forgive.But I really need of a solution. 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...
Back
Top