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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please Help!!!!!!!!!!!!!!!!!!!!!!!!!!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Can someone please Help with dummy code or Guide me on how i can write Three Column Data from database into List Control Box.

Thanks in advance...........
 
your code makes it clear that the error is in the statement below,
static _TCHAR *_Item[NUM_ITEMS][NUM_COLUMNS] =
{
pNo,pInSk,pOtSk // get table data
};

the solution is just remove "static" in the statement.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top