Search results

  1. J

    ERwin 4.1.1 Reverse Engineer

    I'm trying to reverse engineer a Progress DF into ERwin to do data modelling. A year ago we attempted to do this and the thing standing in our way was a few schema problems that were causing compatability issues with ERwin. We've now fixed all the schema issues and should be able to load the...
  2. J

    Simple Webservice

    Environment (my Windows PC) WinXP Pro OpenEdge 10.0B Apache Tomcat 5.5I have setup the web service adapter on http://localhost:8080/wsa/wsa1 and if I type that URL I get the following ------------------------------------------------------------- WSA Web Services Status:wsa1:OK:111...
  3. J

    Cursor-offset Bug?

    If you type using a Russian character set 12345ф7ф (for an english keyboard ф is obtained by pressing the "A" key) into a fill-in using UTF-8 character set and message the cursor-offset in ANY-PRINTABLE you get the following returned. 1 2 3 4 5 6 7 7 See the attached program as an example. NB...
  4. J

    XP UI ListView

    I know you can add a manifest file (and ini file changes) to get the XP UI for controls used by prowin32.exe. However, any ocx's (such as listview) remain in the old style. I assume this is because the ocx interface (prox.dll i think) doesnt know anything about the manifest file (or...
  5. J

    Row-leave Updateable Browse

    I know this has probably been answered before but there are far too many posts to search through these days (searching not very accurate unless titles are more meaningful!!!). Anyway: I want to know how to leave an updateable browse using the tab key. For me it would make sense if you tab...
  6. J

    Version Control

    I know this subject has been discussed before (probably done-to-death!!) but I need some specific information. We currently have an internally developed Progress App for source management but it has a few failings so we're considering moving to something more standard. I have looked at...
  7. J

    ADM2 SDO SDB removeLink

    I'm writing a generic tool that links to any screen with a browser and sdo to export the visible data to excel. The code I have uses fetchRow to return each row in the results list and fetchBatch to make sure we get all the records. However, the browser "flickers" during each...
  8. J

    Smart Dialog "ON GO" trigger

    I have a smart dialog with 1 SDO, 1 SDB and 1 Filter. If focus is in the filter and I press F2 (keyboard shortcut for GO), the trigger for ON GO of FRAME in the smart dialog doesn't fire. Instead, the on GO of FRAME trigger in the filter program src\adm2\dynFilter.w fires. Don't really...
  9. J

    Database Contents

    We've just got a new customer and our job is to replace another Progress application with our own. We have a copy of the database and are trying to work out what we can extract for history records and product definitions etc for our application. The business relationship is not good between...
  10. J

    3 SDOs & 3 SMART SELECTS

    I have 3 SDOs and 3 Smart Select 1) Customer SDO + Customer Browse 2) Customer Location SDO + Customer Location Combo Box 3) Location Contact SDO + Location Contact Combo Box SDO 1 is set to open query on init. SDO 2 is not set to open query on init. SDO 3 is not set to open query on init...
  11. J

    Smart Select Optional Value

    Any ideas how to set the smart select combo-box screen-value to be the optional value. My screen has a smart select for delivery location. The optional value is set to <Non Standard Location>. The field is an integer on location-id. The list items show the location-name. I've tried...
  12. J

    Mulitple SmartSelects

    I have put 5 smartselects on a viewer linked to 5 data objects. Some of the data objects are parenting other data objects. All the "open query on start" flags for the SDOs are disable. CustomerID from SmartSelect Browse from SDO (CUSTOMER1)CustomerLocationID from SmartSelect Combo (only 1 or 2...
  13. J

    SmartBrowse Non-updateable

    I'm using a smartbrowse as a "launch" for doing add, copy, delete and update functions. I do this by overriding the default add behaviour and run a dialog with a viewer in it. The viewer has many advantages over being able to update in the browse (e.g. smart selects). Everything is fine...
  14. J

    Patch Information for 9.1C

    I've got a database error occurring on a customer site. I fixed it on our test system by upgrade to patch 25 for 9.1C. I need a list of all changes/fixes in the patch. I'm sure I saw somewhere on the Progress website At the time I found a listing of the contents of the patch. However, I...
  15. J

    XML Data Mapping

    HELP!!! I'm about to embark on a new implementation of SonicMQ to send XML messages between two applications at different sites. The SonicMQ part is quite straight forward (althought I haven't looked at Security at all yet). The difficulty is mapping the Progress data to XML. The...
  16. J

    Flat Button and Menu

    Can anyone please help with a small iritation I have with progress. The following problem relates to when you define a button as flat. If you place the cursor over the button, the button 'raises'. With the button in this state you can't use the ALT+[menu-shortcut] to drop the menu...
Top