Search results

  1. J

    Dynamically Assign Fields

    Sweet! Thanks a bunch!!!!
  2. J

    newbie - report builder

    RUN aderb\_prntrb2( "REPORTS\SalesGold2.PRL", /* RB-REPORT-LIBRARY */ "Company Information", /* RB-REPORT-NAME */ ""...
  3. J

    Dynamically Assign Fields

    Is there a way to dynamically assign these fields without hardcoding F1 = ..., F2 = ..., F3 = ... instead maybe using the substring and a counter? DEFINE TEMP-TABLE tmpImportTable FIELD F1 AS CHAR FIELD F2 AS CHAR FIELD F3 AS CHAR FIELD F4 AS CHAR FIELD F5 AS CHAR...
  4. J

    Please help with Title bar - Naming ?!?!

    Thanks Thanks that worked PERFECT! Jenie
  5. J

    Please help with Title bar - Naming ?!?!

    We have recently created a testing environment up for all of our programs. We program in a delopment database then when we are finished with our task we transfer it to the live version of the product. I want to be able to distinguish between the live UIB and the Development UIB. Is there a...
  6. J

    Straight C DLL -

    Thanks Murry I'll give a try. Jenifer
  7. J

    Straight C DLL -

    I want to create a handle to a stright C DLL. I am not getting the sytax correct though. Does anyone have any ideas on this?
  8. J

    Open Query & Close Query

    Thanks Thanks! :chat:
  9. J

    Open Query & Close Query

    I am currently using progress 9.1C. I found that recently I have been able to open a query in a browser without first closing the query, whereas in the past it would prompt me with an error stating somehting of the sort "... Query already open...". I would then have to put CLOSE QUERY...
  10. J

    Progress -> ODBC Connection

    Thanks for responding! Question: Is the Progress dataserver just the normal Progress or an add on? Thanks Again, Jenifer
  11. J

    Progress -> ODBC Connection

    I am trying to connect to Docuware (Document Imaging Software) which is on a Sequel server through an ODBC connection from Progress. We have used an ODBC connection to connect to progress, however I have never tried to connect from progress to an external ODBC source. Does anyone have any...
  12. J

    Changing BGColor of Browse Calc field

    jongpau & m1_ru Thanks for your reply. That is a really cool trick!!! Thanks again! Jenifer
  13. J

    Changing BGColor of Browse Calc field

    Guess work is not necessary. Your idea was good, just not what I needed. While I appologize for not specifically stating I was writing the code in the row-display trigger, it was not my intention to neglect to give out information. I wasn't aware at the time that it would matter, however for...
  14. J

    Changing BGColor of Browse Calc field

    M-HT I am a little confused on your suggestion. How exactly would one state Field 1 + Field 2 @ Variable? Thanks, Jenie
  15. J

    Changing BGColor of Browse Calc field

    Thanks DK for the suggestion, however this code needs to be done on the record level, therefore I am running it int the row-display trigger. Your code generates an error because the handle of a collumn is not queryable at the row-display level. M-HT thanks for the suggestion I will check it...
  16. J

    Changing BGColor of Browse Calc field

    I want to change the BGColor of a field in a browser. I use : TableName.FieldName:BGCOLOR in Browser br-Table = 15. This works on normal fields from a table, however some of my fields displaying in my browser are CALCULATED fields. Does anyone have any suggestions on how I can change...
  17. J

    Multiple record-lines in Report-Builder

    Unless the tables have a one to one relational join with one another I'm not sure it can be done in Report Builder. Report builder doesn't have collumn capabilities unfortunatly, however you can have it display a designated number or records accross by going to Properties -> Record Layout...
  18. J

    Multiple record-lines in Report-Builder

    What are buisness Objects? They are in Report Builder? I don't think I am getting a clear picture of what you are trying to accomplish. I believe you mean you want to have: Tables: Order Order-lines ----------------------------------------- Report layout: Order information...
  19. J

    Copy - Paste to/from Clip Board

    {=-) Thanks a bunch!!! Jenifer
  20. J

    Copy - Paste to/from Clip Board

    I want to be able to copy things to my clip board through code and then automatically paste them through code. I do not want to manually press ctrl-V. I am aware of the functions Edit-Cut() Edit-Clear() Edit-Copy() Edit-Paste() Edit-Undo() However these all apply to Widgets. Are...
Back
Top