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!

Search results for query: *

  1. vuhuumau

    What's wrong with this code ?

    Can any one tell me whats wrong with my code: void CTestFtpDlg::OnBnClickedButton1() { // TODO: Add your control notification handler code here CInternetSession * pInet; if(pInet!=NULL) { pInet->Close(); delete pInet; } } I always receive error when press Button1. Thanks.
  2. vuhuumau

    Mark a record as deletion in user define window

    Hi alvechurchdata, I brow the database in my own defined windows. What I would like is similar to when you brow database from command window and press CTR-T. Do you have any ideas to help me ? Thanks.
  3. vuhuumau

    Mark a record as deletion in user define window

    Hi, I define a window to brow a file *.dbf and I have the follow code to delete current row on key label ctrl-d dele When I press ctrl-d for multi rows then press ctrl-w to close the window, these rows are deleted. Now I want a small point in the left of the window for each row when I press...

Part and Inventory Search

Back
Top