Click here to Skip to main content
15,881,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Arjun Kerala8-Jul-13 21:28
professionalArjun Kerala8-Jul-13 21:28 
AnswerRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Bernhard Hiller8-Jul-13 23:16
Bernhard Hiller8-Jul-13 23:16 
QuestionRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Richard Deeming9-Jul-13 1:12
mveRichard Deeming9-Jul-13 1:12 
AnswerRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
bladizina200516-Jul-13 17:07
bladizina200516-Jul-13 17:07 
QuestionStruggeling with Regex Pin
Sonhospa8-Jul-13 2:55
Sonhospa8-Jul-13 2:55 
AnswerRe: Struggeling with Regex Pin
Richard Deeming8-Jul-13 3:46
mveRichard Deeming8-Jul-13 3:46 
General[Resolved] Struggeling with Regex Pin
Sonhospa8-Jul-13 8:01
Sonhospa8-Jul-13 8:01 
GeneralWhy in rs=0 ? Pin
Ajay Chaturvedi bhopal7-Jul-13 1:16
Ajay Chaturvedi bhopal7-Jul-13 1:16 
VB
rs.Open "select PDATE,plan,NAME,PQNTY  from purch where pdate >=" & DTPicker1.Value & " and pdate<=" & DTPicker2.Value & " order by name,pdate ", cn, adOpenKeyset, adLockOptimistic


what Wrong in above ?

in this command rs # 0 ?

VB
rs.Open "select PDATE,plan,NAME,PQNTY  from purch order by name,pdate&quot;, cn, adOpenKeyset, adLockOptimistic
rs.Filter = &quot;pdate&gt;=&quot; &amp; DTPicker1.Value &amp; &quot; and pdate&lt;=&quot; &amp; DTPicker2.Value


what Difference

modified 8-Jul-13 2:12am.

GeneralRe: in this command rs=0 ? Pin
Richard MacCutchan7-Jul-13 1:35
mveRichard MacCutchan7-Jul-13 1:35 
QuestionRe: in this command rs=0 ? Pin
Kenneth Haugland7-Jul-13 9:57
mvaKenneth Haugland7-Jul-13 9:57 
GeneralRe: Why in rs=0 ? Pin
Richard MacCutchan7-Jul-13 21:10
mveRichard MacCutchan7-Jul-13 21:10 
GeneralRe: Why in rs=0 ? Pin
Ajay Chaturvedi bhopal7-Jul-13 21:55
Ajay Chaturvedi bhopal7-Jul-13 21:55 
GeneralRe: Why in rs=0 ? Pin
Dave Kreskowiak8-Jul-13 2:35
mveDave Kreskowiak8-Jul-13 2:35 
QuestionHow to connect an electrical switch to my vb.net application via USB port? Pin
aeskan5-Jul-13 21:00
aeskan5-Jul-13 21:00 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Richard MacCutchan5-Jul-13 22:37
mveRichard MacCutchan5-Jul-13 22:37 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:29
aeskan6-Jul-13 14:29 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Eddy Vluggen6-Jul-13 1:19
professionalEddy Vluggen6-Jul-13 1:19 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:28
aeskan6-Jul-13 14:28 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Dave Kreskowiak6-Jul-13 4:18
mveDave Kreskowiak6-Jul-13 4:18 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:27
aeskan6-Jul-13 14:27 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
dusty_dex6-Jul-13 5:08
dusty_dex6-Jul-13 5:08 
GeneralRe: How to connect an electrical switch to my vb.net application via USB port? Pin
aeskan6-Jul-13 14:25
aeskan6-Jul-13 14:25 
QuestionSetting up Delegates for Threads Pin
treddie5-Jul-13 12:18
treddie5-Jul-13 12:18 
AnswerRe: Setting up Delegates for Threads Pin
Ron Beyer5-Jul-13 12:27
professionalRon Beyer5-Jul-13 12:27 
GeneralRe: Setting up Delegates for Threads Pin
treddie5-Jul-13 13:59
treddie5-Jul-13 13:59 

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.