Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do I need SDK to customise I/C Location Details Screen?

Status
Not open for further replies.

johnhugh

Technical User
Mar 24, 2010
702
SG
Hi,

I'm trying to create my own I/C location details screen which shows me all the items in the location I select as opposed to showing all locations for a selected item like in the standard screen.

Can this be done without the SDK which I don't have and could someone provide some clues on how I can create my screen?
Thank you.
 
The simplest way is using whatever grid object is available in your language of choice, like the DataGrid Activex control in VB. Use ADO instead of a view to populate it.
 
Thank you.

I'm using VB6.
Just to clearify, what you mean is to just do an ADO SQL query and fill the DataGrid with the record set that is returned?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top