Search results

  1. P

    Progress to Word

    Hi, Looking for some direction please. I have been given a template of a standard letter. On the letter are a number of fields which I will need to populate from our customer table (i..e name, address, ref no etc). The generated document will then print (will be a number of customers in each...
  2. P

    Soap Viewer HTTPS

    rusguy, thanks again for the response. After a couple of days of pulling my hair out, I finally got hold of someone in Progress Support who could help. Turns out the problem is that Progress does not currently support mutual authentication when making a web service call from the 4GL. They had...
  3. P

    Soap Viewer HTTPS

    Cheers rusguy. I think I have ruled out most of these issues as I've managed to connect and invoke a method on the web service by using a utility called SOAPbox from the same PC so that would seem to rule out any firewall/cert issues. Query seems to be going out but no response seems to be...
  4. P

    Soap Viewer HTTPS

    Cheers for the util DwinTX. rusguy.. basically trying to acess a third party webservice over SSL. New to all this so feeling my way.. Got it working via a util called SoapBox so I have confirmed that the web service is functioning ok. When I try and access the service from Progress, I can...
  5. P

    Soap Viewer HTTPS

    Hi, Just found out that the Progress SOAP viewer will not work for https. Anyone know of any way I can listen for messages with https? Thanks in advance, Paul
  6. P

    Connecting to a Web Service without WSDL

    I can do this alright.. So for example, hWebService:CONNECT("-WSDL 'c:\temp\thirdPartyService.wsdl'"). but (and pardon my ignorance here).. should I not have the URL of the host server somewhere?
  7. P

    Connecting to a Web Service without WSDL

    Hi, I am currently working on interfacing with a web service from a third party. They have informed me that their policy for security reasons is that the WSDL file is not part of the URL. They have emailed me the WSDL file so I can generate the documentation using bprowsdldoc. The web...
  8. P

    Error Using bprowsdldoc

    Hi, bprowsdldoc is throwing some strange errors which I haven't seen before. WSDL URL is: https://qas.bordbia.ie/Beef/CheckHerdStatus.asmx?WSDL Error being generated is: Error message: 9318 Error message: 9407 Error loading WSDL document https://qas.bordbia.ie/Beef/CheckHerdStatus.asmx?WSDL...
  9. P

    Image-map OCX for Progress

    Hi, I am developing an touchscreen-based application which will consist of several images on which I wish to place hotspots of varying shapes and sizes. Had anyone suggestions for an Image-map OCX that works with Progress. I recall seeing one some years ago but can't locate it on t'internet...
  10. P

    Reporting/Charts in Excel + Alternative Methodologies

    RKR, Thanks for that - outputting to a CSV file and importing is something I tend to do myself if I am querying the system but the users want the facility to export the contents of any browse to Excel hence the use of OLE..
  11. P

    Reporting/Charts in Excel + Alternative Methodologies

    Hi all, I have been asked to develop some reports - basically trend analyis for sales etc. over a number of years (Graphs, Charts etc). Doing some initial tests and am looking at exporting the data to Excel via OLE. What I am finding is that I can generate the data pretty quicky, the delay...
  12. P

    Asynchronous Requests from Multiple AppServers

    Hi all, Our company has a number of locations which each have their own database locally. HQ have asked me to develop a report which is basically a consolidation of information held in each factory database (e.g. overview of price trends). Each factory has an appserver I can connect to so...
  13. P

    Reserving AppServer connections

    Hi all, Just a quick query here. We have an system running on one site which consists of some apps that run on the factory floor and then some more that run in the office. We are nearing our license limit and occassionally find that people are signed in on multiple sessions (for various...
  14. P

    License Costs

    A bit confused after reading all that. Basically, I'd be looking to purchase a development license to develop some client-specific products. Having developed the product, I would then need to buy some licenses from Progress (maybe my client could do this directly?) for deployment of the...
  15. P

    License Costs

    tamhas, Many thanks for your reply. Is it possible simply to phone up Progress and order these licenses or do you need to jump through hoops etc? Having bought a license, is it then possible to purchase licenses for deployment to clients? Paul
  16. P

    License Costs

    joey, basically I am working for a company in a development position. I have been approached by a few people with respect to developing systems for their companies - something I would do in my spare time. Obviously to do this, I need my own developers license but the initial cost is a bit...
  17. P

    License Costs

    Joey, Thanks for that. Seems to be some disparity between costs in the states and costs in the UK alright. Am I correct in saying that once you buy the license initially, you then only pay a maintenance fee (10% or so) yearly to keep it active? Paul
  18. P

    License Costs

    Hi, Just to drag this old chestnut back up. Anyone know license costs for OpenEdge - in particular, a developers license (OpenEdge Studio). Also, is it just possible to purchase this license from Progress and are there any issues purchasing licenses for deployment of an application..
  19. P

    Mysql Odbc

    jongpau, Had a look with PHP-GTK alright. Downloaded the samples from the site, not too sure that the finished UI is strong enough for what I need. Definitely something worth keeping an eye on although I hear that development for Windows support may be dropped...
  20. P

    Mysql Odbc

    Joey, Don't think Flash is an option to be honest. Looks like VB - it has support for the native MySQL ODBC driver... Paul
Top