Search results

  1. M

    Efficiency...

    The more efficient use would be; * (A) if v-logical = no then do: ... This is because the compiler is making the comparison on the first iteration. v-logical is compared initialy. If v-logical = no then ... (comparison check) As apposed to NOT v-logical = no then ... (comparison check + NOT...
  2. M

    Direction??

    I require a little help, and info regarding PSC (PRGS) and strategic direction. I like MOST 4GL people, like working in the Progress ADE. I wish to continue with the 4GL, though where is it heading? I like the API / COM attributes. It is similar to the (pants)leader M$ and what were VB. Is...
  3. M

    WebSpeed / Exten Progress GUI skills

    ************************************ I just wish to make sure my skills are of value. It is worth the cost of going to Slough. ************************************ I have OE 10 sat on my box, and would like to implement the WebSpeed attribute. What do I need to do? I am a Front end GUI...
  4. M

    WebSpeed / Exten Progress GUI skills

    Greetings, I have kept up with Progress since V8 GUI and ADM(1) to now Progress OpenEdge 10. Regarding the WebSpeed product, I may be interested in moving onto these skills, since it is an attribute of the Progress OpenEdge 10 license. How do I start to pick up WebSpeed? Is it now appropriate...
  5. M

    Arrrrrrrrrrggggggggggghhhhhhhh

    Indeed Correct. Now that Progress have started to become huge (the organisation acquiring others) with the next Progress OpenEdge. The AppBuilder has been replaced with a new ADE tool to incorporate Eclipse merger. Noticed how Progress has now become Progress OpenEdge?? Since the release 10...
  6. M

    Email tracking

    I can NOT give you syntax at this time, I am away from my machine. However you require a property to set, the property you require is for the message entity - flag the request received acknoledgement property. M$ will force then to reply
  7. M

    date format TODAY to DDMMMYY

    This is a startup parameter. You should have a -dmy with the format you require. This effects the WHOLE session of that Progress. Though you could as a work around convert via string.
  8. M

    For Statement Scoping of Records

    Dude Chill The internet demenstrates 1 thing. Spelling is irrelevant. The internet is Phonetic, so long as users can easily understand the comprihension that is all that is required.
  9. M

    For Statement Scoping of Records

    John Dude, A quick explanation. Internet language is NOT English, it is phonetic.
  10. M

    For Statement Scoping of Records

    Childish > Go Away NOW > I am bored and tired of explaining; I DO NOT and have NEVER said I believe a SHARE-LOCK is equal to EXCLUSIVE-LOCK. Before you start contradicting my comments be accurate - I have NEVER acknowledged that I believe a SHARE-LOCK is equal to EXCLUSIVE-LOCK. You...
  11. M

    For Statement Scoping of Records

    Before a HUGE argument occurs, I wish to clarify a few points that I "mis understood". Realistically (in the real world (which I do not believe you are in), what harm can be done by believing a record is in Exclusive lock, when it is in share-lock???). We both agree (is it christmas!!!) that...
  12. M

    For Statement Scoping of Records

    Outa space I am concenting to another place, a place in outa space, otherwise known as the planet your on, you are obviousley in ANOTHER world. RE: i actually can't remember back to a single thing you said that makes any sense. * Learn to appreciate the 4GL, after a few courses it MAY become...
  13. M

    For Statement Scoping of Records

    Prevention better than cure RE: Actually, the default if unspecified is SHARE-LOCK. This default can be changed to NO-LOCK I appreceiate that the default is ACTUALLY to find SHARE-LOCK, though it is better practise to believe that it is found EXCLUSIVE-LOCK, data integrety reasons. No real...
  14. M

    Email validation

    You say you need to validate an e-mail address, to what contex do you wish to validate? The obvious and simplest validation is the format. Analyse the string that is the e-mail address, for correct format. Does it follow the format of <username> @ <domain>, that is fairly simple to do. The...
  15. M

    For Statement Scoping of Records

    Basic Progress 4GL here. You are making a FOR EACH TableName, though what lock are you making (are you making any???). A FOR EACH will ALWAYS execute a FOR EACH WITH An EXCLUSIVE LOCK. Try replacing your FOR EACH specifying the lock type. Use FOR EACH TableName NO-LOCK, once AND only once...
  16. M

    Bug of MFG/PRO?

    Standard behaviour of MFG. Whilst executing ** custom procedures **, this will force ProWin 32 to open a new Editor to execute. Regardless of permissions. A blank Progress Editor will Always be displayed whilst a custom procedure has been executed. An explenation is persistence. Your custom...
  17. M

    Arrrrrrrrrrggggggggggghhhhhhhh

    RE Is there anything in the Microsoft arena that is comparable to ADM2 Smart Objects? Smart Objects & ADM / ADM2, is a (PSC / PRGS) Progress thing. Does Progress have anything comparable to the pile of brown stuff that is Windows? Answer NO. You are comparing apples with oranges here. M£...
  18. M

    how to change the license numbers without reinstalling OpenEdge 10

    Hello ... Nobody is listening Standard PSC procedure, will NOT allow simply, updating an existing instillation, to reconfigure to become a seperate instance. Each instance of Progress (OpenEdge in this case) needs a seperate license key. The ADD / UPDATE option is simply to reconfigure an...
  19. M

    how to change the license numbers without reinstalling OpenEdge 10

    That is standard PSC behaviour. Adding a new product is updating the current configuration, using the SAME PROWIN 32, so it dictates that the codes will be the same. You are just adding (overlaying the same prowin32). You can frigg Windows though, by simply editing the appropriate registery...
  20. M

    ?????

    Whilst surfing the the Progress site on the internet, I came across an attribute Electronic Commerce Development (B2C). What exactly is B2C? How does it fit in with the 4GL, Webspeed, SoniqMq and webspeed attributes of PSC?
Back
Top