Recent content by Chad

  1. C

    Question OEPDS Syntax Styling

    Hi there, When developing webspeed applications in the OEPDS Im finding the syntax styling to be incorrect. When I breakout of a line of webspeed code to add a reference to a database field the styling seems to render incorrectly (Please see attached image). It seems to read the period...
  2. C

    Merge pdf files

    Hi, Im wanting to save two existing pdf files into one. I am trying to use the pdf_inc library for this. I havent used it much but looking at the procedures I thought this may have worked. Has anyone done something similar that they can point me in the right direction? Thanks...
  3. C

    Query

    Remove the string each time you find it in the variable and count the number of times you remove the string def var lcFileContent as longchar no-undo. def var cStringToFind as character no-undo. def var iCount as integer no-undo. assign lcFileContent = "how many times can we find the 'an'...
  4. C

    Query

    I would COPY-LOB the contents of the file to a variable and then just use the INDEX() function to find the string in the variable
  5. C

    Incremental Df Of Databases That Cant Be Connected

    Thought as much... Thanks for your reply.
  6. C

    Incremental Df Of Databases That Cant Be Connected

    Hi there, I have a fellow developer who has made changes to the database schema of our application. We cannot connect the two databases to create an incremental df file to update the older database with the changes. If he supplies me with the full df file of his database, could I derive some...
  7. C

    Passing OCX control to DotNet

    Hi There, Did you ever find a solution to this issue? Thanks
  8. C

    SOAP Problem

    I am using the SAX writer to generate the xml fragments to insert into the SOAP wrapper that is generated by progress. If I were to insert the code you are suggesting my xml would look like: <SOAP-ENV:Body xmlns:s0="http://mywebservice.com/pcws.V1.0.0.1"...
  9. C

    SOAP Problem

    Hi Maxim, Thanks for you response, I have also tried this using SoapUI with the same result. If I use the code generated by progress then I have an unsuccessfull response, however if I add the missing namespace it works. As you say strange even though the <s0:ExecuteAction> is already...
  10. C

    SOAP Problem

    Its an external web service.
  11. C

    SOAP Problem

    Hi there, I seem to be almost there with a small web service application I have been attempting to develop. However, I seem to be having a problem with this final part: The request I am generating (which I have viewed using proSoapView): <SOAP-ENV:Envelope...
  12. C

    CD ROM Application

    Thanks for your help with this Francois
  13. C

    CD ROM Application

    Thank you :)
  14. C

    CD ROM Application

    Sorry I should have gave a bit more detail. I am looking to write a finished application onto a CD so that Progress, the application and the database will be installed on the machine. Is this possible?
  15. C

    CD ROM Application

    Can any one point me in the right direction for information on creating an Auto-Run Enabled Progress Application.
Top