Hi,
I am trying to expand the progress keywords in developer studio by going
source-> Expand Keywords (ctrl + shift + 1 ).
Most of the keywords are getting expanded but for the following keywords it doesn't work
1. substr -> substring
2. init -> intial
3. trans - > transaction
4. desc -> descending
5. asc -> ascending
6. log -> logical
Can anyone help me where and how to configure these keywords?
This isn't the entire answer, but ASC and LOG are keywords themselves as well as being the abbreviations of ASCENDING and LOGICAL. Unless the Expand Keywords function can tell from context which one it should be, it won't be able to expand those two.
<sarcasm>And we all know how _strong_ the code assist in PDSOE is with regards to context sensitive actions.</sarcasm>
Puts a whole new meaning on DO:ACCEPT-CHANGES ;-)
Or the compile errors received by
USING System.Windows.Forms.* FROM ASSEMBLY.
DEFINE VARIABLE oForm AS FORM NO-UNDO .
DEFINE VARIABLE oButton AS BUTTON NO-UNDO .
They just want you to write down your dependencies explicitly and right they are ;-)