Click here to Skip to main content
15,908,931 members
Home / Discussions / Database
   

Database

 
GeneralRe: Cannot add view in Server Explorer Pin
Frank Kerrigan2-Aug-05 21:24
Frank Kerrigan2-Aug-05 21:24 
GeneralRe: Cannot add view in Server Explorer - PROBLEM SOLVED Pin
Daniel Hintz3-Aug-05 16:11
Daniel Hintz3-Aug-05 16:11 
GeneralPosting again...Plz need help...Table relationships Pin
Nosheen Iqbal2-Aug-05 18:00
Nosheen Iqbal2-Aug-05 18:00 
GeneralRe: Posting again...Plz need help...Table relationships Pin
Frank Kerrigan2-Aug-05 21:26
Frank Kerrigan2-Aug-05 21:26 
GeneralRe: Posting again...Plz need help...Table relationships Pin
Anonymous3-Aug-05 2:37
Anonymous3-Aug-05 2:37 
GeneralRe: Posting again...Plz need help...Table relationships Pin
Scott Serl3-Aug-05 7:15
Scott Serl3-Aug-05 7:15 
GeneralAccess...pass a value from one form to another form Pin
vtalau2-Aug-05 16:54
vtalau2-Aug-05 16:54 
GeneralRe: Access...pass a value from one form to another form Pin
Hassanur3-Aug-05 21:07
Hassanur3-Aug-05 21:07 
Suppose you have two forms and they are Form1,Form2. Form2 is your destination form. Where you want to pass a value 5 to Form2's textbox. The following code should work.

Dim form2 as New Form2
form2.TextBox1.Text = "5"

Tutul
GeneralNeed max value Pin
bubberz2-Aug-05 4:56
bubberz2-Aug-05 4:56 
GeneralRe: Need max value Pin
Frank Kerrigan2-Aug-05 5:51
Frank Kerrigan2-Aug-05 5:51 
GeneralRe: Need max value Pin
bubberz2-Aug-05 6:36
bubberz2-Aug-05 6:36 
GeneralRe: Need max value Pin
Richard Deeming2-Aug-05 6:19
mveRichard Deeming2-Aug-05 6:19 
GeneralRe: Need max value Pin
bubberz2-Aug-05 6:42
bubberz2-Aug-05 6:42 
GeneralRe: Need max value Pin
Richard Deeming2-Aug-05 6:51
mveRichard Deeming2-Aug-05 6:51 
GeneralRe: Need max value Pin
bubberz2-Aug-05 7:32
bubberz2-Aug-05 7:32 
QuestionHow to Know a stored procedure is existing Pin
SIJUTHOMASP2-Aug-05 1:51
professionalSIJUTHOMASP2-Aug-05 1:51 
AnswerRe: How to Know a stored procedure is existing Pin
Michael Potter2-Aug-05 4:10
Michael Potter2-Aug-05 4:10 
GeneralRe: How to Know a stored procedure is existing Pin
Frank Kerrigan2-Aug-05 6:01
Frank Kerrigan2-Aug-05 6:01 
GeneralRe: How to Know a stored procedure is existing Pin
SIJUTHOMASP2-Aug-05 19:30
professionalSIJUTHOMASP2-Aug-05 19:30 
GeneralImage Column and File Group Pin
devvvy1-Aug-05 21:22
devvvy1-Aug-05 21:22 
GeneralRe: Image Column and File Group Pin
Michael Potter2-Aug-05 4:21
Michael Potter2-Aug-05 4:21 
GeneralRe: Image Column and File Group Pin
devvvy2-Aug-05 17:11
devvvy2-Aug-05 17:11 
GeneralDataSet Pin
Tiger4561-Aug-05 18:56
Tiger4561-Aug-05 18:56 
GeneralRe: DataSet Pin
Marc Soleda2-Aug-05 1:11
Marc Soleda2-Aug-05 1:11 
GeneralRe: DataSet Pin
toxcct3-Aug-05 5:19
toxcct3-Aug-05 5:19 

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.