Click here to Skip to main content
15,916,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can i store a Datepicker value in a text variable? Pin
aloksingh200612-Oct-06 20:48
aloksingh200612-Oct-06 20:48 
AnswerRe: how can i store a Datepicker value in a text variable? Pin
sathish s12-Oct-06 21:15
sathish s12-Oct-06 21:15 
Questionconnecting from .NET to AS400 Pin
preethishivbaba12-Oct-06 20:32
preethishivbaba12-Oct-06 20:32 
AnswerRe: connecting from .NET to AS400 Pin
Dave Kreskowiak13-Oct-06 4:30
mveDave Kreskowiak13-Oct-06 4:30 
QuestionCombo box help Pin
TramHendra12-Oct-06 20:16
TramHendra12-Oct-06 20:16 
AnswerRe: Combo box help Pin
Dave Kreskowiak13-Oct-06 4:38
mveDave Kreskowiak13-Oct-06 4:38 
Questionhow to pass text value from form to data report???[urgent] Pin
campbells12-Oct-06 19:21
campbells12-Oct-06 19:21 
AnswerRe: how to pass text value from form to data report???[urgent] Pin
Dave Sexton12-Oct-06 22:23
Dave Sexton12-Oct-06 22:23 
Try declaring your form with the data outside of any sub routines as Public frm1 as Form1(or whatever it is that your form is called) & then modify
campbells wrote:
dareport1.label12.caption=text1.text

to dareport1.label12.caption = frm1.text1.text
GeneralRe: how to pass text value from form to data report???[urgent] Pin
campbells12-Oct-06 22:53
campbells12-Oct-06 22:53 
GeneralRe: how to pass text value from form to data report???[urgent] Pin
Dave Sexton13-Oct-06 0:20
Dave Sexton13-Oct-06 0:20 
GeneralRe: how to pass text value from form to data report???[urgent] Pin
campbells15-Oct-06 16:56
campbells15-Oct-06 16:56 
GeneralRe: how to pass text value from form to data report???[urgent] Pin
Dave Sexton15-Oct-06 20:53
Dave Sexton15-Oct-06 20:53 
GeneralRe: how to pass text value from form to data report???[urgent] Pin
campbells15-Oct-06 21:29
campbells15-Oct-06 21:29 
QuestionEntering Next Character in the Text Box using VB 6 Pin
ghelai_cute12-Oct-06 16:24
ghelai_cute12-Oct-06 16:24 
AnswerRe: Entering Next Character in the Text Box using VB 6 Pin
UltraCoder12-Oct-06 17:37
UltraCoder12-Oct-06 17:37 
Questionlist box and selected value Pin
ranro200612-Oct-06 13:14
ranro200612-Oct-06 13:14 
AnswerRe: list box and selected value Pin
Christian Graus12-Oct-06 14:22
protectorChristian Graus12-Oct-06 14:22 
GeneralRe: list box and selected value Pin
ranro200612-Oct-06 15:20
ranro200612-Oct-06 15:20 
GeneralRe: list box and selected value Pin
Christian Graus12-Oct-06 15:24
protectorChristian Graus12-Oct-06 15:24 
Questiondisable image download in web broswer programmtically Pin
my_btr12-Oct-06 10:28
my_btr12-Oct-06 10:28 
AnswerRe: disable image download in web broswer programmtically Pin
Dave Kreskowiak12-Oct-06 10:37
mveDave Kreskowiak12-Oct-06 10:37 
QuestionChanging Logon/Bootskin Pin
UltraCoder12-Oct-06 9:48
UltraCoder12-Oct-06 9:48 
AnswerRe: Changing Logon/Bootskin Pin
Dave Kreskowiak12-Oct-06 10:33
mveDave Kreskowiak12-Oct-06 10:33 
GeneralRe: Changing Logon/Bootskin [modified] Pin
UltraCoder12-Oct-06 10:37
UltraCoder12-Oct-06 10:37 
GeneralRe: Changing Logon/Bootskin Pin
Dave Kreskowiak12-Oct-06 12:04
mveDave Kreskowiak12-Oct-06 12:04 

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.