0

Anyone have the slightest clue on how I can pro grammatically instantiate and add a DataWindow control to an object? Sybase's online doc is horrible. TIA.

Klaus Nji
  • 18,107
  • 29
  • 105
  • 185
  • What are you trying to accomplish? It's not very common to to create DataWindow controls at runtime. There may be an easier way to do what you want. – Hugh Brackett Jun 08 '11 at 16:28

1 Answers1

1

You'll want to create a standard visual user object of type DataWindow (something you're hopefully using already... many benefits) and use OpenUserObject() or OpenUserObjectWithParm().

Good luck,

Terry.

Terry
  • 6,160
  • 17
  • 16