Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HelloMike

  1. HelloMike

    Problems with error 7351

    It looks like you're working with ADM2. What Progress version are you using? Have you made a schema change, or added or removed any fields from the SDO recently? If so, have you recompiled all related objects - SDO, browser and viewer? Cheers, Mike.
  2. HelloMike

    double byte delimeter

    That's pretty much correct. The DELIMITER argument only takes a single character, regardless of byte length. Check out SESSION:CPINTERNAL to see what codepage you're using. If it's not UTF8, you're probably working with single byte characters. Cheers, Mike.
  3. HelloMike

    "File Manager/File Selection"

    Did it actually work? It's been over 10 years since I did any CHUI programming, so it was a bit of a shot in the dark. Cheers, Mike.
  4. HelloMike

    Best Practice to create a connection with Progress and CR XI

    No. You need to contact a Progress sales rep in your region, who may be able to arrange a trial version for you. Cheers, Mike.
  5. HelloMike

    "File Manager/File Selection"

    Have a look in the 9.1E procedure library src/adecomm.pl for the procedure adecomm/_filecom.p. As far as I can tell, it provides a common dialog for CHUI file selections, and is designed to work in a similar manner to the windows file-open dialog box. Cheers, Mike.
  6. HelloMike

    Windows explorer switches

    %SystemRoot%\explorer.exe /e /root,c: Cheers, Mike.
  7. HelloMike

    Read the computer name with progress

    DEFINE VARIABLE cHost AS CHARACTER NO-UNDO. INPUT THROUGH hostname NO-ECHO. SET cHost. INPUT CLOSE. DISPLAY cHost. Cheers, Mike.
  8. HelloMike

    Column types and description

    Postgres or Progress? Cheers, Mike.
  9. HelloMike

    Vista & Defender

    I know this may seem a bit obvious, but have you thought of downloading and installing it? Cheers, Mike.
  10. HelloMike

    Open windows explorer to C:\ in Vista!

    Splendid smah. I've learned something useful too. Have a pink star. Cheers, Mike.
  11. HelloMike

    Internet connection problem

    Harebrain - You were bang on the money, thankyou sir. A little mauve star for you, methinks. Here's what I did: 1. Opened up the ZoneAlarm Control Center. 2. Click on the Firewall option and changed the Internet Zone Security level from High to Medium. This now allowed me to access the...
  12. HelloMike

    Internet connection problem

    Lemon13 - While I'm waiting for ZoneAlarm to finish its update, here's a little story. When all this started, as I said earlier, I borrowed a laptop to keep me connected and working. It's an old laptop and doesn't have WiFi built in, so I found an old USB WiFi dongle and used that...
  13. HelloMike

    Internet connection problem

    Harebrain - I've been out on the road all day. Just got home and read your post. Most interesting. Found a link to a Washington Post article giving more details (http://blog.washingtonpost.com/securityfix/2008/07/zone_alarm_update_fixes_micros.html?hpid=sec-tech). I said in my very first post...
  14. HelloMike

    Internet connection problem

    Thanks again for all the suggestions. Still no different. docjohn52 - Firefox is 2.0.0.15 default installation plus Web Developer plugin. IR loads fine and gives me the same problem. I can talk to the router through either browser, but it's real slow to load. I wonder if there's a clue there...
  15. HelloMike

    Internet connection problem

    Thanks for the suggestions guys, but still no joy. ipconfig shows a valid IP address, whether I assign one manually or tell it to grab one dynamically. I can still ping and tracert, but nothing else. Entering sensible Preferred & Alternate DNS Server addresses (ie. as given to me by my ISP)...

Part and Inventory Search

Back
Top