Click here to Skip to main content
15,894,095 members
Home / Discussions / Database
   

Database

 
QuestionT-SQL Problem Pin
WDI15-Sep-05 2:09
WDI15-Sep-05 2:09 
AnswerRe: T-SQL Problem Pin
miah alom15-Sep-05 3:44
miah alom15-Sep-05 3:44 
AnswerRe: T-SQL Problem Pin
Shawn_H17-Sep-05 5:20
Shawn_H17-Sep-05 5:20 
Questionconversion of crystal reports to sql server reports Pin
Ashuu15-Sep-05 0:25
Ashuu15-Sep-05 0:25 
Question[Message Deleted] Pin
mostafa_h14-Sep-05 20:54
mostafa_h14-Sep-05 20:54 
AnswerRe: SOS!!! Pin
enjoycrack14-Sep-05 22:48
enjoycrack14-Sep-05 22:48 
General[Message Deleted] Pin
mostafa_h14-Sep-05 23:27
mostafa_h14-Sep-05 23:27 
GeneralRe: SOS!!! Pin
enjoycrack14-Sep-05 23:51
enjoycrack14-Sep-05 23:51 
assumption in form2, u already had a form1 variable, named as m_frm1 and have a property to assign the value to this variable
before showing form2, u need to assign instance of form1 to the variable m_frm1

the code should be something like this

Form2 frm2 = new Form2();
frm2.Form1 = this; //this here is form1 object
frm2.showDialog();

<< >>
General[Message Deleted] Pin
mostafa_h15-Sep-05 1:08
mostafa_h15-Sep-05 1:08 
GeneralRe: SOS!!! Pin
enjoycrack15-Sep-05 1:22
enjoycrack15-Sep-05 1:22 
GeneralRe: SOS!!! Pin
Christian Graus15-Sep-05 16:05
protectorChristian Graus15-Sep-05 16:05 
GeneralRe: SOS!!! Pin
enjoycrack15-Sep-05 16:46
enjoycrack15-Sep-05 16:46 
GeneralRe: SOS!!! Pin
mostafa_h16-Sep-05 3:00
mostafa_h16-Sep-05 3:00 
GeneralRe: SOS!!! Pin
enjoycrack16-Sep-05 3:08
enjoycrack16-Sep-05 3:08 
QuestionJoins Pin
Member 225251214-Sep-05 1:49
Member 225251214-Sep-05 1:49 
AnswerRe: Joins Pin
Frank Kerrigan14-Sep-05 2:09
Frank Kerrigan14-Sep-05 2:09 
QuestionODBC m_strFilter error using .MDB Pin
Drew Doering13-Sep-05 21:30
Drew Doering13-Sep-05 21:30 
AnswerRe: ODBC m_strFilter error using .MDB Pin
Edbert P14-Sep-05 15:53
Edbert P14-Sep-05 15:53 
GeneralRe: ODBC m_strFilter error using .MDB Pin
Drew Doering14-Sep-05 21:50
Drew Doering14-Sep-05 21:50 
GeneralRe: ODBC m_strFilter error using .MDB Pin
Edbert P15-Sep-05 12:39
Edbert P15-Sep-05 12:39 
QuestionSQLXML component lets XML bulk loading... What about Oracle? Pin
Salil Khedkar13-Sep-05 19:30
Salil Khedkar13-Sep-05 19:30 
AnswerRe: SQLXML component lets XML bulk loading... What about Oracle? Pin
Al Ortega17-Sep-05 12:00
Al Ortega17-Sep-05 12:00 
QuestionCrystal Reports merge modules Pin
FireOnMoon13-Sep-05 2:48
FireOnMoon13-Sep-05 2:48 
AnswerRe: Crystal Reports merge modules Pin
Michael P Butler13-Sep-05 4:06
Michael P Butler13-Sep-05 4:06 
QuestionMaking an enterprise app database independent... Pin
Salil Khedkar12-Sep-05 22:29
Salil Khedkar12-Sep-05 22:29 

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.