Click here to Skip to main content
16,011,436 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question: Unhandled Exception on exit Pin
prasad_som4-Jan-07 1:41
prasad_som4-Jan-07 1:41 
QuestionCPU time Pin
vc++_fragrance3-Jan-07 23:13
vc++_fragrance3-Jan-07 23:13 
AnswerRe: CPU time Pin
Hamid_RT3-Jan-07 23:30
Hamid_RT3-Jan-07 23:30 
GeneralRe: CPU time Pin
vc++_fragrance3-Jan-07 23:38
vc++_fragrance3-Jan-07 23:38 
GeneralRe: CPU time Pin
Hamid_RT3-Jan-07 23:44
Hamid_RT3-Jan-07 23:44 
GeneralRe: CPU time Pin
vc++_fragrance4-Jan-07 0:04
vc++_fragrance4-Jan-07 0:04 
GeneralRe: CPU time Pin
Hamid_RT4-Jan-07 0:09
Hamid_RT4-Jan-07 0:09 
QuestionCRecordset Pin
Bravoone_20063-Jan-07 22:05
Bravoone_20063-Jan-07 22:05 
how to open a query with just 3 columns? .my database contains 40 i think more... and when i try to update i have this error: SQL: Statement too long, because this is my statement:
SELECT `cont`,`den`,`tip`,`fel`,`listare`,`carte`,`formular`,`rand`,`inchid`,`sid0`,`sid1`,`sid2`,`sid3`,`sid4`,`sid5`,`sid6`,`sid7`,`sid8`,`sid9`,`sid10`,`sid11`,`sid12`,`sid13`,`sic0`,`sic1`,`sic2`,`sic3`,`sic4`,`sic5`,`sic6`,`sic7`,`sic8`,`sic9`,`sic10`,`sic11`,`sic12`,`sic13`,`rld1`,`rld2`,`rld3`,`rld4`,`rld5`,`rld6`,`rld7`,`rld8`,`rld9`,`rld10`,`rld11`,`rld12`,`rlc1`,`rlc2`,`rlc3`,`rlc4`,`rlc5`,`rlc6`,`rlc7`,`rlc8`,`rlc9`,`rlc10`,`rlc11`,`rlc12`,`rcd0`,`rcd1`,`rcd2`,`rcd3`,`rcd4`,`rcd5`,`rcd6`,`rcd7`,`rcd8`,`rcd9`,`rcd10`,`rcd11`,`rcd12`,`rcc0`,`rcc1`,`rcc2`,`rcc3`,`rcc4`,`rcc5`,`rcc6`,`rcc7`,`rcc8`,`rcc9`,`rcc10`,`rcc11`,`rcc12`,`obs`,`codfiscal`,`fact`,`data_fact`,`data_scad`,`mag`,`rata`,`marca`,`verificat`,`i0`,`i1`,`i2`,`i3`,`i4`,`i5`,`i6`,`i7`,`i8`,`i9`,`i10`,`i11`,`i12`,`sold_vechi`,`sold_nou`,`l`,`curs_ini`,`data_curs`,`moneda`,`cont_conv`,`val_conv`,`curs_ref`,`r1`,`r2`,`r3`,`r4`,`r5`,`r6`,`r7`,`r8`,`r9`,`r10`,`r11`,`r12`,`nr_rate_r`,`tva`,`inceput`,`terminat`,`curs_fin`,`s_v_ini`,`bi`,`v_tva` FROM `2006tert` WHERE fact=1978
how to write an sql statement when i try to open
CString sQLW = ("SELECT................ what?
CDatabase_ALS pRo;
pRo.Open(CDatabase_ALS::snapshot,sQLW);

this statement it came from this CString sX = pRo.GetSQL();
m_lop.SetWindowText(sX);
and this i have seen my select statement because i dont write it!
all i want is to edit a field from cont !
???????????????????????????????????????????????????????

Bravoone

AnswerRe: CRecordset Pin
Ray Kinsella3-Jan-07 22:26
Ray Kinsella3-Jan-07 22:26 
AnswerRe: CRecordset Pin
Hamid_RT3-Jan-07 23:37
Hamid_RT3-Jan-07 23:37 
QuestionRe: CRecordset [modified] Pin
Bravoone_20064-Jan-07 1:17
Bravoone_20064-Jan-07 1:17 
AnswerRe: CRecordset Pin
Hamid_RT4-Jan-07 17:40
Hamid_RT4-Jan-07 17:40 
AnswerRe: CRecordset Pin
vc++_fragrance4-Jan-07 0:02
vc++_fragrance4-Jan-07 0:02 
QuestionRe: CRecordset Pin
Mark Salsbery5-Jan-07 7:14
Mark Salsbery5-Jan-07 7:14 
QuestionHow to get hwnd of EDIT Ctrl of another project? Pin
Max++3-Jan-07 21:58
Max++3-Jan-07 21:58 
AnswerRe: How to get hwnd of EDIT Ctrl of another project? Pin
CPallini3-Jan-07 22:04
mveCPallini3-Jan-07 22:04 
AnswerRe: How to get hwnd of EDIT Ctrl of another project? Pin
Rage3-Jan-07 22:27
professionalRage3-Jan-07 22:27 
AnswerRe: How to get hwnd of EDIT Ctrl of another project? Pin
Hamid_RT3-Jan-07 23:29
Hamid_RT3-Jan-07 23:29 
AnswerRe: How to get hwnd of EDIT Ctrl of another project? Pin
Cristian Amarie4-Jan-07 4:36
Cristian Amarie4-Jan-07 4:36 
Questionget path of current application C++ Pin
arbster3-Jan-07 21:52
arbster3-Jan-07 21:52 
AnswerRe: get path of current application C++ Pin
Rajesh R Subramanian3-Jan-07 21:54
professionalRajesh R Subramanian3-Jan-07 21:54 
GeneralRe: get path of current application C++ Pin
2249174-Jan-07 0:24
2249174-Jan-07 0:24 
QuestionRe: get path of current application C++ Pin
Rajesh R Subramanian4-Jan-07 0:46
professionalRajesh R Subramanian4-Jan-07 0:46 
AnswerRe: get path of current application C++ Pin
2249174-Jan-07 0:53
2249174-Jan-07 0:53 
GeneralRe: get path of current application C++ Pin
Rajesh R Subramanian4-Jan-07 18:01
professionalRajesh R Subramanian4-Jan-07 18:01 

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.