Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How To Save C++ (unsigned char* object) to Oracle DataBase? Pin
James R. Twine27-Dec-06 2:51
James R. Twine27-Dec-06 2:51 
AnswerRe: How To Save C++ (unsigned char* object) to Oracle DataBase? Pin
Hamid_RT27-Dec-06 6:24
Hamid_RT27-Dec-06 6:24 
QuestionDialog based application lives but SDI doesn't :-( Pin
SelvaKr27-Dec-06 2:24
SelvaKr27-Dec-06 2:24 
AnswerRe: Dialog based application lives but SDI doesn't :-( Pin
James R. Twine27-Dec-06 2:49
James R. Twine27-Dec-06 2:49 
GeneralRe: Dialog based application lives but SDI doesn't :-( Pin
SelvaKr27-Dec-06 2:55
SelvaKr27-Dec-06 2:55 
GeneralThanks...It works :-) Pin
SelvaKr27-Dec-06 2:57
SelvaKr27-Dec-06 2:57 
QuestionHow to add .dll Pin
manu_220527-Dec-06 2:18
manu_220527-Dec-06 2:18 
QuestionRe: How to add .dll Pin
prasad_som27-Dec-06 2:22
prasad_som27-Dec-06 2:22 
QuestionRe: How to add .dll Pin
manu_220527-Dec-06 2:37
manu_220527-Dec-06 2:37 
AnswerRe: How to add .dll Pin
prasad_som27-Dec-06 2:44
prasad_som27-Dec-06 2:44 
QuestionRe: How to add .dll Pin
manu_220527-Dec-06 2:48
manu_220527-Dec-06 2:48 
GeneralRe: How to add .dll Pin
prasad_som27-Dec-06 2:52
prasad_som27-Dec-06 2:52 
AnswerRe: How to add .dll Pin
Hamid_RT27-Dec-06 6:10
Hamid_RT27-Dec-06 6:10 
GeneralRe: How to add .dll Pin
manu_220527-Dec-06 20:56
manu_220527-Dec-06 20:56 
GeneralRe: How to add .dll Pin
Hamid_RT28-Dec-06 5:46
Hamid_RT28-Dec-06 5:46 
QuestionNavigation Error Pin
Shouvik Das27-Dec-06 2:11
Shouvik Das27-Dec-06 2:11 
AnswerRe: Navigation Error Pin
prasad_som27-Dec-06 2:20
prasad_som27-Dec-06 2:20 
AnswerRe: Navigation Error Pin
Shouvik Das28-Dec-06 17:16
Shouvik Das28-Dec-06 17:16 
AnswerRe: Navigation Error Pin
Mark Salsbery27-Dec-06 5:56
Mark Salsbery27-Dec-06 5:56 
GeneralRe: Navigation Error Pin
Shouvik Das27-Dec-06 18:47
Shouvik Das27-Dec-06 18:47 
I Actually am showing a set of records in a list box and on selection from the ListBox i move to that specific record but i'm not able to go to the first record as shown in the database only so i'm not able to move to the selected records. A certain Offset value is always there which also varies according to the number of records in the recordset.

void CLibManView::OnDblclkBooks() <br />
{<br />
	m_pSet->MoveFirst();<br />
	m_pSet->Move(lb->GetCurSel());<br />
	MessageBox(CLibManView::GetStatus(m_pSet->m_Stat));<br />
}


My whole code is too big to attatch.Frown | :(


Shouvik

GeneralRe: Navigation Error Pin
Mark Salsbery27-Dec-06 21:00
Mark Salsbery27-Dec-06 21:00 
GeneralRe: Navigation Error Pin
Shouvik Das27-Dec-06 22:06
Shouvik Das27-Dec-06 22:06 
GeneralRe: Navigation Error Pin
Mark Salsbery28-Dec-06 5:16
Mark Salsbery28-Dec-06 5:16 
GeneralRe: Navigation Error Pin
Shouvik Das28-Dec-06 19:35
Shouvik Das28-Dec-06 19:35 
GeneralRe: Navigation Error Pin
Mark Salsbery30-Dec-06 7:05
Mark Salsbery30-Dec-06 7:05 

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.