Search results

  1. C

    Force Capslock on Fill-In

    I really appreciate your response! I'm probably the most progressive person in my new department, but as long as the code works, they don't ask questions. I'd really like to be modern with my code, but it's a little hard in this world where my programming friends scoff when I mention Progress...
  2. C

    Force Capslock on Fill-In

    Well, I didn't know it was deprecated. :( My apologies.
  3. C

    Force Capslock on Fill-In

    I am a new user. I've only been coding with OpenEdge for about 6 months. (I've learned mostly by the code that my company has in place...) And I'm here to learn! Enlighten me on how a modern experienced programmer would code it? :)
  4. C

    Force Capslock on Fill-In

    hehe, it works though. :lol:
  5. C

    Force Capslock on Fill-In

    Here's how I did it: def var w-input as char. def var char as char format "x". update w-input editing...
  6. C

    Transaction Warnings

    Hi! I'm new to Progress, but learning fast and well for some months now. I love lurking on this forum. :blush: My question is a little rhetorical, but I still can't get a grip on some of the ways Progress handles transactions. If I code: do transaction: find first...
Back
Top