Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: add Wnds to an SDI Pin
Anonymous1-Dec-03 20:43
Anonymous1-Dec-03 20:43 
QuestionHow to Print to a PDF File using printer driver in C++ Pin
Richard Guion1-Dec-03 13:01
Richard Guion1-Dec-03 13:01 
AnswerRe: How to Print to a PDF File using printer driver in C++ Pin
Roger Allen2-Dec-03 2:13
Roger Allen2-Dec-03 2:13 
GeneralRe: How to Print to a PDF File using printer driver in C++ Pin
Richard Guion2-Dec-03 6:39
Richard Guion2-Dec-03 6:39 
GeneralRe: How to Print to a PDF File using printer driver in C++ Pin
Richard Guion2-Dec-03 16:10
Richard Guion2-Dec-03 16:10 
GeneralActiveX error Pin
vijisu1-Dec-03 12:49
vijisu1-Dec-03 12:49 
QuestionCDHTMLDialog control position? Pin
Robert Mooney1-Dec-03 12:39
Robert Mooney1-Dec-03 12:39 
General--Problem using class CADORecordset-- Pin
bilas1-Dec-03 10:20
bilas1-Dec-03 10:20 
I want to have a recordset with bi-directional scrolling,
but when I connected to my database like following:
>CString strConnection=_T("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=module.mdb");
>if(m_db.Open(strConnection))
>{
> m_rec=CADORecordset(&m_db);
> if(m_rec.Open(_T("main"), CADORecordset::openTable))
> MessageBox("Table 'main' is opened Smile | :) ");
>}
following operation:
>m_rec.MoveFirst();
has no effect(does not works).
But using class CRecordset it works:
>m_rec.Open("SELECT * FROM main", CRecordset::dynaset);
What a mistake I made using CADORecordset?
Thanks in advance,
bilas.
mailto:: keeper_@km.ru
GeneralRe: --Problem using class CADORecordset-- Pin
Debs1-Dec-03 23:15
Debs1-Dec-03 23:15 
GeneralRe: --Problem using class CADORecordset-- Pin
bilas2-Dec-03 11:27
bilas2-Dec-03 11:27 
GeneralRe: --Problem using class CADORecordset-- Pin
Debs2-Dec-03 12:59
Debs2-Dec-03 12:59 
GeneralWinsock Reply From Server 2 Client Pin
jake_t1-Dec-03 9:49
jake_t1-Dec-03 9:49 
GeneralRe: Winsock Reply From Server 2 Client Pin
BaldwinMartin1-Dec-03 19:35
BaldwinMartin1-Dec-03 19:35 
GeneralRe: Winsock Reply From Server 2 Client Pin
Anonymous1-Dec-03 23:58
Anonymous1-Dec-03 23:58 
GeneralRe: Winsock Reply From Server 2 Client Pin
v_srinu_26_f17-Dec-03 18:54
v_srinu_26_f17-Dec-03 18:54 
Generallist of Properties ID Pin
pnpfriend1-Dec-03 9:44
pnpfriend1-Dec-03 9:44 
GeneralRe: list of Properties ID Pin
Big Art1-Dec-03 10:31
Big Art1-Dec-03 10:31 
Generalsending messages between applications Pin
srev1-Dec-03 9:23
srev1-Dec-03 9:23 
GeneralRe: sending messages between applications Pin
Christian Graus1-Dec-03 9:46
protectorChristian Graus1-Dec-03 9:46 
GeneralRe: sending messages between applications Pin
Taka Muraoka1-Dec-03 14:13
Taka Muraoka1-Dec-03 14:13 
GeneralRe: sending messages between applications Pin
Prakash Nadar1-Dec-03 16:00
Prakash Nadar1-Dec-03 16:00 
GeneralRe: sending messages between applications Pin
GeMe_Hendrix2-Dec-03 11:38
GeMe_Hendrix2-Dec-03 11:38 
GeneralRe: sending messages between applications Pin
srev3-Dec-03 1:18
srev3-Dec-03 1:18 
General3D opengl figure Pin
Member 7389381-Dec-03 6:42
Member 7389381-Dec-03 6:42 
GeneralRe: 3D opengl figure Pin
François Gasnier1-Dec-03 8:31
François Gasnier1-Dec-03 8:31 

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.