Click here to Skip to main content
15,902,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionhWnd passed into another class Pin
Nicola Curran19-Oct-09 5:44
Nicola Curran19-Oct-09 5:44 
AnswerRe: hWnd passed into another class Pin
Chris Losinger19-Oct-09 6:29
professionalChris Losinger19-Oct-09 6:29 
AnswerRe: hWnd passed into another class Pin
Cedric Moonen19-Oct-09 7:17
Cedric Moonen19-Oct-09 7:17 
AnswerRe: hWnd passed into another class Pin
theCPkid19-Oct-09 19:04
theCPkid19-Oct-09 19:04 
GeneralRe: hWnd passed into another class Pin
Nicola Curran19-Oct-09 21:36
Nicola Curran19-Oct-09 21:36 
QuestionRegarding the Record Position. Pin
janaswamy uday19-Oct-09 4:20
janaswamy uday19-Oct-09 4:20 
QuestionRe: Regarding the Record Position. Pin
David Crow19-Oct-09 4:52
David Crow19-Oct-09 4:52 
AnswerRe: Regarding the Record Position. Pin
Rajesh R Subramanian19-Oct-09 5:45
professionalRajesh R Subramanian19-Oct-09 5:45 
janaswamy uday wrote:
Ret = SQLFetchScroll(StmtHandle,SQL_FETCH_FIRST,0); //The Code is Failing here.


According to thedocumentation[^], you should be looking into the return value of the function, and then based on the return value, you should be able to identify the reason for failure (if any). Have you done the diagnostics? Why does it fail?


“Follow your bliss.” – Joseph Campbell

GeneralRe: Regarding the Record Position. Pin
janaswamy uday19-Oct-09 5:56
janaswamy uday19-Oct-09 5:56 
GeneralRe: Regarding the Record Position. Pin
Rajesh R Subramanian19-Oct-09 6:16
professionalRajesh R Subramanian19-Oct-09 6:16 
QuestionHow we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 4:19
THAQCD19-Oct-09 4:19 
AnswerRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Richard MacCutchan19-Oct-09 4:33
mveRichard MacCutchan19-Oct-09 4:33 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 6:11
THAQCD19-Oct-09 6:11 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Iain Clarke, Warrior Programmer19-Oct-09 8:08
Iain Clarke, Warrior Programmer19-Oct-09 8:08 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 8:26
THAQCD19-Oct-09 8:26 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Tim Craig19-Oct-09 8:31
Tim Craig19-Oct-09 8:31 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Richard MacCutchan19-Oct-09 8:33
mveRichard MacCutchan19-Oct-09 8:33 
QuestionEvents for Combobox in Visual C++ [modified] Pin
Invinci19-Oct-09 4:09
Invinci19-Oct-09 4:09 
AnswerRe: Events for Combobox in Visual C++ Pin
Maximilien19-Oct-09 4:20
Maximilien19-Oct-09 4:20 
GeneralRe: Events for Combobox in Visual C++ Pin
Invinci19-Oct-09 4:33
Invinci19-Oct-09 4:33 
GeneralRe: Events for Combobox in Visual C++ Pin
Maximilien19-Oct-09 4:35
Maximilien19-Oct-09 4:35 
QuestionAnalysing call stack.. [modified] Pin
Elsie19-Oct-09 3:07
Elsie19-Oct-09 3:07 
AnswerRe: Analysing call stack.. Pin
theCPkid19-Oct-09 19:28
theCPkid19-Oct-09 19:28 
QuestionHow to catch WM_CLOSE by using hook Pin
[N][Q][H]19-Oct-09 3:04
[N][Q][H]19-Oct-09 3:04 
QuestionRe: How to catch WM_CLOSE by using hook Pin
David Crow19-Oct-09 3:18
David Crow19-Oct-09 3:18 

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.