Click here to Skip to main content
15,909,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to use WindowFromPoint and ChildWindowFromPoint? Pin
JavaTony28-Jul-01 15:15
JavaTony28-Jul-01 15:15 
GeneralWrite/Read struct to file When the file contain strings.Simple question Pin
28-Jul-01 10:44
suss28-Jul-01 10:44 
GeneralRe: Write/Read struct to file When the file contain strings.Simple question Pin
markkuk28-Jul-01 11:10
markkuk28-Jul-01 11:10 
GeneralThank you !!! Pin
28-Jul-01 18:01
suss28-Jul-01 18:01 
GeneralFtp download progress Pin
28-Jul-01 9:42
suss28-Jul-01 9:42 
GeneralRe: Ftp download progress Pin
Ben Burnett28-Jul-01 16:57
Ben Burnett28-Jul-01 16:57 
GeneralDialog Boxes Pin
Orbitalne28-Jul-01 6:02
Orbitalne28-Jul-01 6:02 
GeneralRe: Dialog Boxes Pin
28-Jul-01 7:17
suss28-Jul-01 7:17 
GeneralODBC setup Pin
28-Jul-01 5:15
suss28-Jul-01 5:15 
GeneralRe: ODBC setup Pin
Malcolm McMahon30-Jul-01 5:01
Malcolm McMahon30-Jul-01 5:01 
GeneralDockable view Pin
parag28-Jul-01 5:10
parag28-Jul-01 5:10 
GeneralClassWizard .NET Pin
28-Jul-01 2:08
suss28-Jul-01 2:08 
GeneralRe: ClassWizard .NET Pin
Fazlul Kabir28-Jul-01 3:14
Fazlul Kabir28-Jul-01 3:14 
GeneralCInternetSession Pin
28-Jul-01 0:54
suss28-Jul-01 0:54 
GeneralRe: CInternetSession Pin
28-Jul-01 4:22
suss28-Jul-01 4:22 
GeneralRe: CInternetSession Pin
28-Jul-01 4:56
suss28-Jul-01 4:56 
GeneralRe: CInternetSession Pin
Anders Molin28-Jul-01 5:34
professionalAnders Molin28-Jul-01 5:34 
GeneralRe: CInternetSession Pin
28-Jul-01 6:27
suss28-Jul-01 6:27 
GeneralRe: CInternetSession Pin
Michael A. Barnhart28-Jul-01 17:51
Michael A. Barnhart28-Jul-01 17:51 
GeneralFinding records ... Pin
Hadi Rezaee27-Jul-01 23:41
Hadi Rezaee27-Jul-01 23:41 
GeneralRe: Finding records ... Pin
skfnmuislædmufaæoi29-Jul-01 2:34
skfnmuislædmufaæoi29-Jul-01 2:34 
Hi.
The solution is very simple:
SELECT * FROM Table WHERE Name Like 'Ali*'

The question is, how to implement this:
1) If you're using Recordset-classes derieved by the classwizard, you
have to modify the CDaoRecordset::m_strFilter member
(like CMySet::m_strFilter = "Name like 'Ali*'). Remember that there is no
'WHERE'.
2) If you're using recordsets returned upon an querydef, just open the
querydef with the whole SQL-string, including that 'like' condition.

If you have further questions, you can contact me by eMail, as I'm often in touch with DAO and SQL in my projects.

--------------------------------------------------
"Pseudocode is code to demonstrate a concept, not designed to be run.
Like certain Microsoft software. "

GeneralRe: Finding records ... Pin
Hadi Rezaee29-Jul-01 17:46
Hadi Rezaee29-Jul-01 17:46 
GeneralToolTip Pin
27-Jul-01 22:42
suss27-Jul-01 22:42 
GeneralRe: ToolTip Pin
Florian Heidenreich28-Jul-01 5:20
Florian Heidenreich28-Jul-01 5:20 
GeneralRe: ToolTip Pin
28-Jul-01 5:58
suss28-Jul-01 5:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.