Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to compile .exe without trash ? Pin
Blake Miller1-Dec-04 5:29
Blake Miller1-Dec-04 5:29 
GeneralRe: How to compile .exe without trash ? Pin
mirex2-Dec-04 3:28
mirex2-Dec-04 3:28 
GeneralRe: How to compile .exe without trash ? Pin
Blake Miller2-Dec-04 3:57
Blake Miller2-Dec-04 3:57 
GeneralRe: How to compile .exe without trash ? Pin
mirex2-Dec-04 20:29
mirex2-Dec-04 20:29 
GeneralRe: How to compile .exe without trash ? Pin
Blake Miller3-Dec-04 4:00
Blake Miller3-Dec-04 4:00 
GeneralRe: How to compile .exe without trash ? Pin
mirex3-Dec-04 22:42
mirex3-Dec-04 22:42 
Generalcrecordset moveNext truncate Pin
Anonymous30-Nov-04 9:19
Anonymous30-Nov-04 9:19 
GeneralRe: crecordset moveNext truncate Pin
lisoft30-Nov-04 15:35
lisoft30-Nov-04 15:35 
Goto your CRecordset::DoFieldExchange member function.
Enlarge the buffer for text field exchange like:

RFX_Text(pFX, _T("[REMARK]"), m_REMARK,1000);


adjust the numer "1000" to your max characters of the corresponding field.

I remember the default max length for text field is 255, you would get the truncate error message if data length exceed it.
Generalgenerate .lib file Pin
gecool30-Nov-04 6:44
gecool30-Nov-04 6:44 
GeneralRe: generate .lib file Pin
alex.barylski30-Nov-04 7:30
alex.barylski30-Nov-04 7:30 
GeneralRe: generate .lib file Pin
gecool1-Dec-04 23:14
gecool1-Dec-04 23:14 
GeneralCreateProcess in the service context Pin
pepe_ki30-Nov-04 6:34
pepe_ki30-Nov-04 6:34 
GeneralRe: CreateProcess in the service context Pin
Blake Miller30-Nov-04 6:46
Blake Miller30-Nov-04 6:46 
GeneralRe: CreateProcess in the service context Pin
pepe_ki30-Nov-04 7:03
pepe_ki30-Nov-04 7:03 
GeneralRe: CreateProcess in the service context Pin
Blake Miller1-Dec-04 5:36
Blake Miller1-Dec-04 5:36 
GeneralRe: CreateProcess in the service context Pin
pepe_ki1-Dec-04 11:12
pepe_ki1-Dec-04 11:12 
GeneralRe: CreateProcess in the service context Pin
pepe_ki1-Dec-04 13:09
pepe_ki1-Dec-04 13:09 
GeneralRe: CreateProcess in the service context Pin
Blake Miller2-Dec-04 3:50
Blake Miller2-Dec-04 3:50 
GeneralRe: CreateProcess in the service context Pin
pepe_ki1-Dec-04 13:30
pepe_ki1-Dec-04 13:30 
Generalautomation arguments array Pin
sougakoff30-Nov-04 6:27
sougakoff30-Nov-04 6:27 
GeneralHelp with regular/extension MFC dll Pin
Dudi Avramov30-Nov-04 6:15
Dudi Avramov30-Nov-04 6:15 
GeneralClipping regions Pin
Rassul Yunussov30-Nov-04 6:13
Rassul Yunussov30-Nov-04 6:13 
GeneralRe: Clipping regions Pin
PJ Arends30-Nov-04 11:32
professionalPJ Arends30-Nov-04 11:32 
GeneralDCOM Pin
Rassul Yunussov30-Nov-04 6:11
Rassul Yunussov30-Nov-04 6:11 
GeneralRe: DCOM Pin
David Crow30-Nov-04 8:08
David Crow30-Nov-04 8:08 

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.