Search results

  1. B

    Autocompletion problem in browse view as combo-box

    hello, I have a problem with the auto-completion which is not working properly in a browse field viewed as combo-box. I am working with version 10.1C field definition looks like this: (in display trigger of browse) tt_klacht.cklachtstatus FORMAT "x(16)":U VIEW-AS COMBO-BOX...
  2. B

    Question about Profiler

    Hello, I'm dealing with serious performance issues at the customer site. I heard about the progress profiler and tried this. The files are produced but i'm having trouwbled with the profiler control tool (can be found on psdn). This program reads the output files and interprets them. First of...
  3. B

    How to add xml stylesheet to xml by using the Sax-writer?

    hello, I created a XML file with the saxwriter. I've also made a XSL file. Now i want to add this at the beginning of my xml file. <?xml-stylesheet type="text/xsl" href="xslExample_fulltable.xsl"?> Does anybody knows how i can fix this? thanks a lot! best regards, Elise Daans
  4. B

    Problem with recursive procedure (buffer problem)

    Dear All, I have written the procedure below. What it should do: i goes over a table with a for each, containing parent lines, as well as, child lines. I know that this doesn't work due to a problem with the buffer but i don't know how to solve this without having to write a seperate procedure...
  5. B

    Java error in Broker log. Can Anyone help?

    Dear All, From time to time we have this error in the broker log: [08/09/09@09:19:29.817+0200] P-005016 T-C-0109 1 UB ---------- Cannot write response message. (8420) [08/09/09@09:19:29.817+0200] P-005016 T-C-0109 1 UB ---------- java.net.SocketException: Connection reset by peer: socket write...
  6. B

    table buffer

    Can anybody tell me why it is important to use table buffers? I used to know the technical explanation but i don't remember. Thanks a lot! greetz, Elise
  7. B

    Problem with query/browse reposition to a row, that is not in the first viewport

    Hi!, I have a dynmic browse filled up with a query. The filling of the browse is located in a procedure with an input paramter with the rownumber where i want to reposition to. When i update certain values in the browse, other values are calculated (also in other rows than the current). to show...
  8. B

    Format of decimal in browse

    Hello, Can anybody give me tip about the following? I want to see the value of a decimal in a browse, but only when the value <> 0, otherwise i just want to browse cell to be empty. I thought to define a format for this field: format ">>.>>". (with two decimals) but this doesn't work. Strange...
  9. B

    Please help with row colouring in dynamic browse

    Hello All, I have a problem with the colouring of certain rows in a dynamic browse. I’ll show what I have got: /*********************** PROCEDURE to build the browse**********************/ CREATE BUFFER table-name FOR TABLE "tt_productie". CREATE QUERY dyn-query. CREATE...
  10. B

    How to set the bgcolor of a browse row in a dynamic browse

    What i have: I created a dynamic browse with as data-source a temp-table. code: CREATE BUFFER table-name FOR TABLE "tt_productie". CREATE QUERY dyn-query. dyn-query:SET-BUFFERS(table-name). CREATE BROWSE dyn-browse-prod ASSIGN WIDTH = 71 HEIGHT...
  11. B

    How to update data in dynamic browse.

    Hi, I created a dynamic browse, with as data-source a temp-table but i don't know how to write the changes made to fields in this updatable browser to the temp-table. code in the main-block: CREATE BUFFER table-name FOR TABLE "tt_productie". CREATE QUERY dyn-query. /* set the query and...
  12. B

    Button doesn't show BGColor or FGColor.

    Hi, I'm making as sort of calendar to make a planning. In attach you can see a screenshot. I want, that when too many people are on holiday on a certain day that day will be red. I tried to set the BGColor of the button (a day is represented by a button) but it doesn't work. I also tried to set...
Top