Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Questionadmin privilages Pin
dvsr27-Dec-06 0:59
dvsr27-Dec-06 0:59 
AnswerRe: admin privilages Pin
Cristian Amarie27-Dec-06 1:08
Cristian Amarie27-Dec-06 1:08 
AnswerRe: admin privilages Pin
James R. Twine27-Dec-06 1:10
James R. Twine27-Dec-06 1:10 
GeneralRe: admin privilages Pin
dvsr27-Dec-06 1:28
dvsr27-Dec-06 1:28 
GeneralRe: admin privilages Pin
Cristian Amarie27-Dec-06 1:42
Cristian Amarie27-Dec-06 1:42 
GeneralRe: admin privilages Pin
dvsr27-Dec-06 1:47
dvsr27-Dec-06 1:47 
QuestionPlease answeres these questions as i have to prepare these Pin
i.zone27-Dec-06 0:46
i.zone27-Dec-06 0:46 
AnswerRe: Please answeres these questions as i have to prepare these Pin
James R. Twine27-Dec-06 1:04
James R. Twine27-Dec-06 1:04 
AnswerRe: Please answeres these questions as i have to prepare these Pin
Johan Pretorius27-Dec-06 1:04
Johan Pretorius27-Dec-06 1:04 
AnswerRe: Please answeres these questions as i have to prepare these Pin
Cristian Amarie27-Dec-06 1:10
Cristian Amarie27-Dec-06 1:10 
GeneralRe: Please answeres these questions as i have to prepare these [modified] Pin
James R. Twine27-Dec-06 1:07
James R. Twine27-Dec-06 1:07 
GeneralRe: Please answeres these questions as i have to prepare these Pin
Johan Pretorius27-Dec-06 1:13
Johan Pretorius27-Dec-06 1:13 

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.