Search results

  1. P

    Question Name Server And Appserver Port Should Same?

    Hi, While I was debug some issues with webservice , I found that once I changed the Name Server port as same as that of the appserver broker port (and started the appserver) then the wbeservice responses appears fine. Till that time I got any responses from the respective webservice. Is it...
  2. P

    Question How To Pass An Xml To Web Service

    Hi, I am getting an xml file from a 3rd Party software. I want that to pass that XML into a Web Service Program. How can I do that. LongChar as input we tried, however it is not accepting. Please give a solution. TIA -Philip-
  3. P

    Question Incremental Data Export Logic

    Hi , Can you please suggest a Logic/Design to Export the data to another software in an incremental manner when a scheduler Runs. Ex:- In Item Master , if 2 records got changed after the last upload then next time only those 2 records to upload . 1.This is a new integration Project 2.We are...
  4. P

    Question Procedure With Parameter

    DEFINE TEMP-TABLE pass-table FIELD pass_contact AS CHARACTER FORMAT "X(20)" FIELD pass_country AS CHARACTER FORMAT "X(20)" FIELD pass_balance AS DECIMAL FIELD pass_discount AS INTEGER . DEFINE VARIABLE ip-order AS CHARACTER NO-UNDO. DEFINE VARIABLE ip-amt AS DECIMAL NO-UNDO. DO: FOR...
  5. P

    Question How To Bracket The Data In Webservice Procedure

    Thanks much for this valuable reply. -Philip-
  6. P

    Question How To Bracket The Data In Webservice Procedure

    Hi, I have to develop webservice to bring the Sales order data. 1.Customers can fetch the data. 2.Customer Admin can fetch data 3.Sales rep can fetch data Data will be same always however when customer logins he can see only his sales order data, if customer admin logins he can view all...
  7. P

    Question Drupal Integration On Progress Applications

    Hi, If any body integrated Drupal with any Progress Application ? If so share some technical info . -Philip-
  8. P

    Question Dynamic Label For Grid - Kendo Ui

    Hi, I am trying to show some data in Kendo grid from Progress DB. Item NO Description Order Qty (Prev Month1 ) Order Qty (Prev Month2 ) Order Qty (PrevMonth3 ) ----------- ----------------- ------------------------------ -------------------------------...
  9. P

    Question Qlikview Connectivity With Progress Db

    Hi, Can you please tell some details about the connectivity with Progress DB Qlikview. 1. ODBC connection is fast ? 2. Can I export the required data to JSON /XML using web services and make use of it in qlikview ? Will JSON/XML work with qlikview (Option 2)? If yes will that better than...
  10. P

    Question Can A Content Of Pdf File Can Be Read

    Hi, Is there any way to read the content of a pdf file ? Write that to a word file. TIA -Philip-
  11. P

    Batch File To Start The Progress Db

    Hi, I am starting a progress DB with below batch file. How to start an SQL Clent ? I added the 4th line in the below batch file. Is it a right way to do that ? Please advise. set DLC=C:\dlc102b set DBS=H:\dbs\dbs.net\dev.net %DLC%\bin\_mprosrv.exe %DBS%\sports -N TCP -H localhost -S pp...
  12. P

    Question How To Avoid Non-printable Chars During Write-xml

    Time being it is practically not possible with our application because we around 100 active reports . Tackling special chars at entry level is not possible now.
  13. P

    Question How To Avoid Non-printable Chars During Write-xml

    Contents from the web page contains this special characters FYI
  14. P

    Question How To Avoid Non-printable Chars During Write-xml

    Sorry I missed to explain why we need that. Users copying contents from web pages and directly paste the content to our progress application. Progress accepting it however when we display that data in Crystal report (Crystal report used XML as data source from Progress DB) it crashes. We are...
  15. P

    Question How To Avoid Non-printable Chars During Write-xml

    Hi, Please help us by suugesting a simple way to FILTER the non-printable characters ( CHR(0) to CHR(31) ) in the output XML file , which is generated from WRITE-XML function of Progress. Can we customize this function ? Means, if a field value contains CHR(0) to CHR(31) then replace with...
  16. P

    Question Unique Index Not Mandatory In Progress

    Hi, Recently I showed an ER Diagram to the customer. For six tables he found that there is no unique index defined (I knew this already). He made a statement that he is from Oracle back ground and Oracle never allows you to create a table with out a unique index. My doubt is that why...
  17. P

    Question SQL Width change will create an entry in delta df

    Thanks for the reply. I noticed when I apply that max-width tag delta df , it is not reflecting in the applied DB. Means SQL width is not getting changed. Any such experience ? Kindly share. -Philip-
  18. P

    Question SQL Width change will create an entry in delta df

    Hi, I am changing the SQL width of a field from 60 to 600 , after this if I take a delta.df (incremental) will this change get reflected in the delta.df. If yes then what is that line described ? TIA -Philip-
  19. P

    Question More than one AppServer can setup under a Name Server

    Hi, Please clarify the doubt. When we setup a second appserver in OE Mangement console , with the second setup do we need to set up a new Name Server as well ? -Philip-
  20. P

    Question Kendo UI - Export a Graph / Chart to Pdf

    Hi Any one exported a Kendo UI graph/chart to pdf . I did the grid export however same code is not suceed with Graphs and Charts. Give some simple expamples if possible. Regards -philip-
Back
Top