Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to scroll text ? Pin
Amarelia10-Nov-05 0:02
Amarelia10-Nov-05 0:02 
AnswerRe: How to scroll text ? Pin
toxcct10-Nov-05 0:08
toxcct10-Nov-05 0:08 
AnswerRe: How to scroll text ? Pin
S Douglas10-Nov-05 1:38
professionalS Douglas10-Nov-05 1:38 
AnswerRe: How to scroll text ? Pin
Mathieu Dijkstra10-Nov-05 2:06
Mathieu Dijkstra10-Nov-05 2:06 
AnswerRe: How to scroll text ? Pin
John R. Shaw10-Nov-05 18:52
John R. Shaw10-Nov-05 18:52 
Questionhow to call store procedure of informix with VC6(ado+odbc) Pin
sexypipe9-Nov-05 22:49
sexypipe9-Nov-05 22:49 
Questionhelp help pls ( extended mapi) Pin
deepgeorge9-Nov-05 22:49
deepgeorge9-Nov-05 22:49 
QuestionCrystal Report 10 add parameter Pin
AkiraOne9-Nov-05 22:38
AkiraOne9-Nov-05 22:38 
There is some good spirit that knows the correct way to pass the parameters to a report
I explain myself better....

I have created the following objects:
.
.
.
.

try {

// Creazione istanza
m_pApplication.CreateInstance("CrystalRuntime.Application");

// Apro il report
m_pReport = m_pApplication->OpenReport((LPCTSTR)m_sFileRpt);

// Lista parametri report
IParameterFieldDefinitionsPtr pParamFieldDefinitions =
m_pReport->GetParameterFields();
LONG lCount = pParamFieldDefinitions->GetCount();

// Ciclo sui parametri del report
for(LONG lItem = 1; lItem <= lCount; lItem++) {

// Puntatore oggetto parametro
IParameterFieldDefinitionPtr pParamFieldDefinition = pParamFieldDefinitions->GetItem(lItem);
.
.
.
.

I am successful to read the parameters set up in the report but not to save them...any example in the net is in VB but not in VC++..

DateTime param or Other correctly...

Thanks in advance..
Questionto set focus in a tree item Pin
narayanagvs9-Nov-05 22:37
narayanagvs9-Nov-05 22:37 
AnswerRe: to set focus in a tree item Pin
*Dreamz9-Nov-05 23:43
*Dreamz9-Nov-05 23:43 
GeneralRe: to set focus in a tree item Pin
toxcct10-Nov-05 0:47
toxcct10-Nov-05 0:47 
GeneralRe: to set focus in a tree item Pin
*Dreamz10-Nov-05 1:14
*Dreamz10-Nov-05 1:14 
QuestionVC++ Certification Exams??? Pin
mandanani9-Nov-05 22:37
mandanani9-Nov-05 22:37 
QuestionHow to format double with CString::Format()? Pin
george ivanov9-Nov-05 22:29
george ivanov9-Nov-05 22:29 
AnswerRe: How to format double with CString::Format()? Pin
Bob Stanneveld9-Nov-05 22:33
Bob Stanneveld9-Nov-05 22:33 
AnswerRe: How to format double with CString::Format()? Pin
Cedric Moonen9-Nov-05 22:44
Cedric Moonen9-Nov-05 22:44 
QuestionHow to convert normal chinese code to unicode ISO 10646 code Pin
LaHaHa9-Nov-05 20:45
LaHaHa9-Nov-05 20:45 
AnswerRe: How to convert normal chinese code to unicode ISO 10646 code Pin
John R. Shaw9-Nov-05 21:26
John R. Shaw9-Nov-05 21:26 
GeneralRe: How to convert normal chinese code to unicode ISO 10646 code Pin
LaHaHa9-Nov-05 21:48
LaHaHa9-Nov-05 21:48 
GeneralRe: How to convert normal chinese code to unicode ISO 10646 code Pin
John R. Shaw9-Nov-05 22:14
John R. Shaw9-Nov-05 22:14 
GeneralRe: How to convert normal chinese code to unicode ISO 10646 code Pin
LaHaHa9-Nov-05 23:13
LaHaHa9-Nov-05 23:13 
QuestionHFONT creates wrongly sized fonts Pin
Axonn Echysttas9-Nov-05 20:27
Axonn Echysttas9-Nov-05 20:27 
GeneralRe: HFONT creates wrongly sized fonts Pin
Siarhei Alikhver9-Nov-05 20:52
Siarhei Alikhver9-Nov-05 20:52 
GeneralRe: HFONT creates wrongly sized fonts Pin
Axonn Echysttas9-Nov-05 21:45
Axonn Echysttas9-Nov-05 21:45 
AnswerRe: HFONT creates wrongly sized fonts Pin
John R. Shaw9-Nov-05 21:46
John R. Shaw9-Nov-05 21:46 

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.