I am working on a BO Reporter front end using VB5.0. I would like to use my own prompts rather than use the BO prompts created with the query panel. I need the values needed to populate my dialog boxes.
Is there anything in the object model that I can use to get a distinct list of values for a given object? At present, the only way I know of at is to write my sql statements.
The LOV is not currently in the Object Model. You will need to write your own SQL (or you could use BusObj to open up a DP that does the same thing, then read those valuse)
From: Jay Ide [SMTP:jdide@VISIONAEL.COM] Sent: Thursday, August 13, 1998 9:04 PM
BO Mavens:
I am working on a BO Reporter front end using VB5.0. I would like to use my own prompts rather than use the BO prompts created with the query panel.
I need the values needed to populate my dialog boxes.
Is there anything in the object model that I can use to get a distinct list of values for a given object? At present, the only way I know of at is to write my sql statements.