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.
Asked
Active
Viewed 1,118 times
0
-
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 Answers
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