Search results

  1. A

    Why does the label-bgcolor instruction does not work in 10.2b ???

    Thanks. You have all the reason. I sholud have consulting the Knowledge base .
  2. A

    Why does the label-bgcolor instruction does not work in 10.2b ???

    Os-version - windows serevr 2008 r2
  3. A

    lookup problem

    my sincere apologies. was my mistake. one of the variables had a dot instead of a comma. sleep has these things
  4. A

    lookup problem

    try under 9.1d
  5. A

    lookup problem

    Hi all. if i write this simple piece of code in the procedure editor message lookup("a,c,b,d","x,a,c,b,d") it will returns the positon 2. if if do this : def var item1 as char init "a,c,b,d". def var item2 as char init "x,a,c,b,d". message lookup(item1,item2) it will returns 0 Can...
  6. A

    How can i change de color of the separator in a browse

    Hi all. How can i change the color of the separator in a browse ? I know that i can use the separator-fgcolor but i need to change the separtor according the color of the row . If i use the no-separators = true then if i change the colors of the rows i alwais see the sepatator
  7. A

    how to put a private-data of a button in to a browse

    thanks a lot for the code. You solve me a very big problem
  8. A

    how to put a private-data of a button in to a browse

    Hi All. Could anyone tell me how to solve this problem ? I have a movable button and i want to drop that buton in to a cell browse and put the private-data of the button in to the cell that i choose to drop. can anyone tell me how i can do that ? many thanks Martins
Top