Search results

  1. S

    How to create a context-menu for a dynamic browse?

    Thanks very much. It works. :)
  2. S

    Selected row in a browse

    It`s me again. :blush: How can I get the rowid or something else for the selected row in a (dynamic) browse? Thanks. Storzum
  3. S

    How to create a context-menu for a dynamic browse?

    OK. Thanks. I have placed the define menu - statement in the definitions - section and the create menu - statements in the initializeObjects - section. But where do I place the trigger-functions of the menu? My code: CREATE MENU popmenu ASSIGN POPUP-ONLY = TRUE TITLE = "Kontextmenue"...
  4. S

    How to create a context-menu for a dynamic browse?

    Hi. I need to create a context-menu (activated by the right mouse-button) for a dynamic browse. Where can I find something in the documentation, that can help me? Thanks. Storzum
  5. S

    Help for making a new empty database

    for each table-name: delete table-name. end.
  6. S

    Filling an Excel-Sheet with an dynamic browse

    OK. It was very hard. Excel changed the data. :confused: Excel changed the data. :confused: Now fasten your seatbelts when you hear how I have done it: In the txt-File I have put a ' before the data. After Excel have imported my File I changed the datatype of this column in "Text". Then I...
  7. S

    Filling an Excel-Sheet with an dynamic browse

    OK. I have create the csv-File with the put-command. Wow. It runs very fast. Nice. But one thing: When I open the file in Excel, there is one (text-)field that sometimes was converted by excel into date. Example: original: 10/05 in excel: Oct. 2005 When I use the OLE-Output I...
  8. S

    _printrb.p and it`s RBFILTER

    Thanks very much. I will test it next week.
  9. S

    _printrb.p and it`s RBFILTER

    But both query-Strings are dynamic. That means that they can change during the program-runtime. But in the report I can only put static querys??!
  10. S

    Filling an Excel-Sheet with an dynamic browse

    Oh. Aehm. :blush: Can you give me a short example how I export data in a Txt-file and how I open it in Excel? :o
  11. S

    _printrb.p and it`s RBFILTER

    Hello again. :blush: Is there a way to feed the RBFILTER-parameter with a "INNER-JOIN-Statement"? When I use a query on only 1 table it works fine. But if I use INNER-JOIN to select records depending to a second table, I get an error when I start the _printrb.p - Program. Is there some...
  12. S

    Column-Width in a dynamic Browse?

    OK. I have found the Browse-Help before. What I am missing are some examples. Now it works. Is there any Site in the web, which have some example-code on dynamic-query and -browse? Thanks again.
  13. S

    Filling an Excel-Sheet with an dynamic browse

    OMG Thank you. :o But with the Field - Name it do not work. Now I have used the index-Number of the field. This works. Is there a way I can speed up the "Excel - Fill"? It is very slow. :(
  14. S

    Filling an Excel-Sheet with an dynamic browse

    Hello, it`s me again. :-) I want to put the data from a dynamic browse into an Excel-Sheet. I work under Progress 91.d My code (the query was opened and prepared before...): DEFINE VARIABLE temp AS HANDLE NO-UNDO. CREATE "Excel.Application" chExcelApplication. chExcelApplication:Visible...
  15. S

    Column-Width in a dynamic Browse?

    OK. It works. I can set the width-pixels - and the label - attributes. (With "width-chars" I have get a error). In the program the query behind the browse will run more then one time. Where should I delete the Browse-, Buffer- and Query-Objects? When the program exits? And where can I find...
  16. S

    Column-Width in a dynamic Browse?

    Ok thank you. Tomorrow I will test it. BTW: Does it work in the same way when I want to set the label of these columns?
  17. S

    Column-Width in a dynamic Browse?

    Hi. Im really new in Progress and have the following question: I have make a dynamic browse and now wants to select which db-fields are visible in this browse: mybrowse:ADD-LIKE-COLUMN("table.field1") NO-ERROR. mybrowse:ADD-LIKE-COLUMN("table.field2") NO-ERROR. But how can I size the width for...
Back
Top