Message 1 of 5
		
			
				
					
						
							ARX MFC
						
					
					
				
			
		
	
			
	
	
	
	
	
 
					
				
		
			Not applicable
		
			
    
	
		
		
		06-10-2003
	
		
		01:11 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
    - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
			
				
					
					
						I have  a dialog w/ multiple text fields, etc.
I want to populate the values.. but they are not initializing:
CDlgFixture dlgFixt;
dlgFixt.m_strFixtType.SetWindowText(strCkt); // a CEdit control
dlgFixt.m_cmbFixtureBlock.SetWindowText(temp); //a CComboBox ctrl
dlgFixt.UpdateData(false) // fails - unsupported operation?
dlgFixt.DoModal(); // shows, but w/o my values initialized.
??
Thanks,
MS
		
		
	
	
	
I want to populate the values.. but they are not initializing:
CDlgFixture dlgFixt;
dlgFixt.m_strFixtType.SetWindowText(strCkt); // a CEdit control
dlgFixt.m_cmbFixtureBlock.SetWindowText(temp); //a CComboBox ctrl
dlgFixt.UpdateData(false) // fails - unsupported operation?
dlgFixt.DoModal(); // shows, but w/o my values initialized.
??
Thanks,
MS