Search results

  1. B

    Mappiing foreignFields with smartobjects

    I know that there is no such thing as a stupid question, but I clearly push the envelope sometimes. I combined the code segments you sent me in the customer window in the (Main Block). When I run the customer window I get a message about invalid handles so I added a message box to check which...
  2. B

    Mappiing foreignFields with smartobjects

    Never assume... :) This is my first smartobject app. How do I get the handles of both sdo's in one place? Thanks for your help!
  3. B

    Mappiing foreignFields with smartobjects

    I didn't state my question properly. I have two smartwindows each have an sdo. For example, one window displays customer info and the other displays orders for that customer. How do I map the sdo's from one smartwindow to the other?
  4. B

    Mappiing foreignFields with smartobjects

    I am writing my first smartobject application. I have created two smartobjects. They both have an sdo I need to map. How do I map them? I have tried putting a DYNAMIC-FUNCTION('setForeignFields':U) call in the child program in the initilazeobjects (overide) procedure. Do I put this code in...
  5. B

    Users created with SQL CREATE statement

    How can I display users created with the SQL Create statement?
Top