Search results

  1. L

    Service???

    How do I start a service? then connect to THAT service? I am in the process of realizing across a network. How do I start a service so I can connect to a database not situated on my machine?? TIA
  2. L

    OE web db ??

    I have OpenEdge for which I have created my database 'locally' and have transferred this to my web area. How do I connect to the database now it is situated on the web server?? TIA
  3. L

    Future Of Progress Rdbms/4gl

    Obviousley PSC is not that big over in India. The Progress RdbMs / 4GL WAS a good product. Other replies have not iterated that we all accept AND love the product, it has now disappeared. The future is bright, the future is OpenEdge. PSC encapsulated the product initially with Progress...
  4. L

    Qad >> Abl??

    How are QAD and the MFG/PRO product handling the redefinition of the PSC product. Now that Progress 4GL has gone since 10.0, and the solution by PSC is now OpenEdge ABL (10.1)??? Also regarding the other Progress products, including Radius Solutions' PECAS Vision, what is happening?? Regards
  5. L

    ABL - support ???

    Greetings talkers, Is (when) this site going to support ABL?? Progress Software has now evolved, from the 4GL into the Advanced Business Language. OpenEdge 10 has now been realized, for which there is a lack of supporting community on the internet. I attended the Hands On V10 training seminar...
  6. L

    WebSpeed / Internet

    I have Progress OpenEdge sat on my Windows box. How do I make my database accessible over an intranet, once uploaded onto a server?? I wish to be able to interrogate and update my Progress Db across an intranet 'net how would I go about this? Step by step hand holding required here. TIA
  7. L

    global_userid within session trigger

    Progress usage. If a var is referenced that has not been defined then the result is unknown - a ? is returned to the Progress compiler. The Progress compiler WILL continue to iterate through the program src, setting the value requested as a "?" Hope this helps
  8. L

    Progress front end talking to SQLServer

    I too would be interested to learn how I can use a Progress front-end (Progress OpenEdge UI) to talk to a SQL database, sat on a windows box. I appreciate that I will need some form of ODBC to realise this. What would my steps be to realise a solution? TIA
  9. L

    ADM2 validation code where???

    I assume the validation need no db connection I assume the validation need no db connection. Never place validation that refers to the db in the viewer. Indeed, that is correct. I am already aware that db validation WOULD NOT go in the SDO (viewer). I only required validation for the...
  10. L

    ADM2 validation code where???

    I found the procedure I require. There is a (local) validate internal procedure in the SmartDataViewer that I can over ride. Thank you.
  11. L

    ADM2 validation code where???

    Greetings, I am developing using Progress OpenEdge 10 on a Windows box. In V8 ADM(1) I would have a validation criteria block in local-assign however I am developing using OE 10 & ADM2. Where is the appropriate place to have my block? When the record is written back to the db / assigned I get a...
  12. L

    Passing Data from Visual Basic to Progress using memptr

    ?? Third part ?? Why not use the third party approach?? Dump out the required data to a text file from VB. Then execute a procedure that will read the data in the text file to use as appropriate eg. create new tables .... in Progress You will need to define a common format for output-input
  13. L

    ?? Start a Broker ??

    Greetings, Windows 2000 OpenEdge 10 Greetings, I need some hand holding here. I am not an admin guy. How do I start a broker on my server? I am aware thar I need to start some sort of service, how do I do this?? Detailed, step by step help would be appreciated. TIA
  14. L

    Web Interface??

    Windows OpenEdge 10.0 How do I make my database accessible for the web?? If I drop the .db on my server how do I then interrigate this db?? I have heard of WebSpeed, it is part of my license though I have never used it I am NOT skilled in WebSpeed. What would be the easiest way to interrigate...
  15. L

    Web interface to 9.1D db

    web enablement?? Windows OpenEdge 10.0 How do I make my database accessible for the web?? If I drop the .db on my server how do I then interrigate this db?? I have heard of WebSpeed, it is part of my license though I have never used it I am NOT skilled in WebSpeed. What would be the easiest...
  16. L

    WebServer?

    I wish to start to learn how to make my database data available across the internet. How do I do this? I have my db sat on a box within an intranet, I wish to use workstations to access the data in the db. How do I make this data available? TIA Windows Progress OpenEdge 10
  17. L

    intranet database capabilities

    re: Use WebSpeed and make a HTML Interface? I am new to WebSpeed. I only know 4GL. I have OpenEdge sat on my box, therefor I have WebSpeed though I do not know how to use it. Any help would be great. TIA
  18. L

    intranet database capabilities

    I wish to use my OpenEdge 10 release across the company intranet. I wish to establish a db, then be able to interrigate it using IE 4. How would I achieve this? There is a workstation next to mine, for which has Progress OpenEdge sat on. I then wish to have a noddy webpage that has a button...
  19. L

    DataServer ??

    Greetings, I wish to setup on my box a dataserver, so I can use SQL and Progress OpenEdge 10 together. I wish to use the award winning 4GL to interrogate the SQL db. How would I achieve this? TIA Regards
  20. L

    Execl Border

    Macro Can you not create a macro in Excel, then simply execute that from within Progress? Use the template method, for creating a macro in excel directly. Save that file as your template, then input your data from Progress in to that controlled file. Forwhich you can then call the macro...
Back
Top