Search results

  1. F

    foreign keys

    Hello, i'm not sure if this thread is in the right section, but here it goes. i have 2 tables, and in the 2nd table, i have a foreign key that is primairy key in the first table. now i am updating the primary key in the first table. Is their a possibility to let it automatic update the...
  2. F

    graphs

    I want to include a 3D graph in my Progress program. Is their an OCX component for 3D graphs? Which is the best i can use? does anyone has sample code?? thanks in advance
  3. F

    num-entries

    can someone explain me how the "Num-entries" function works? i've looked in the help and the documentation, but its really poor information they give. thanks in advance!!
  4. F

    Colors in browse

    Hello, is it possible to give a row a color in a browse, and give another row another color? how can you do this? thanks alot guys!!!
  5. F

    Different smartWindows

    hello, i have a smartbrowser thats in a smartwindow. this window is in my frame. In that frame is also a treeview. Now i want, when the value-change trigger is fired in my smartbrowse, to update my tree automatically. That is, i have a node that contains the description of a product in my...
  6. F

    treeview problem

    Hello, how can i use the functions in the src\adm2\treeview.p? i want to use the function setNodeExpanded. can i just use it or do i have to import something? is theire mabey an other way to expand my whole tree? sorry for the noob questions, but that is what i am for progress a lot of thanks...
  7. F

    treeview problem

    Hello, how can i use the functions in the src\adm2\treeview.p? i want to use the function setNodeExpanded. can i just use it or do i have to import something? is theire mabey an other way to expand my whole tree? sorry for the noob questions, but that is what i am for progress a lot of...
  8. F

    help with browse

    Hello, i need to get data out of a browse, and in to a field. I figuered out I need to do that with the column and screen-value andso, but the problem is that the browse is in an other window than the field. Is it possible to do that, or must the field and the browse be in the same window...
Back
Top