Click here to Skip to main content
15,889,116 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Converting an inherited class into a wrapper? Pin
supercat924-May-08 13:24
supercat924-May-08 13:24 
GeneralRe: Converting an inherited class into a wrapper? Pin
theitmueller25-May-08 2:02
theitmueller25-May-08 2:02 
GeneralRe: Converting an inherited class into a wrapper? Pin
supercat925-May-08 12:04
supercat925-May-08 12:04 
AnswerRe: Converting an inherited class into a wrapper? Pin
Scott Dorman25-May-08 1:57
professionalScott Dorman25-May-08 1:57 
QuestionVB with crystal report problem Pin
monika_vasvani24-May-08 7:43
monika_vasvani24-May-08 7:43 
AnswerRe: VB with crystal report problem Pin
Mohammad Al Hoss25-May-08 23:45
Mohammad Al Hoss25-May-08 23:45 
GeneralRe: VB with crystal report problem Pin
monika_vasvani2-Jun-08 22:13
monika_vasvani2-Jun-08 22:13 
GeneralRe: VB with crystal report problem Pin
Mohammad Al Hoss3-Jun-08 2:40
Mohammad Al Hoss3-Jun-08 2:40 
Hi,
as i understond u need to get info from date to date this can be done by write the query u need in VB then use :
Dim oledt As New OleDbDataAdapter
Dim dt As DataTable
oledt.Fill(dt)
Crystalreport1.SetDataSource(dt)
sure when u design the report u design to the table or query then write the query u need and execute it.

also if it is ok mail me back

Mohammad Al Hoss

QuestionAdd custom task pane in outlook 2003 using vb.net 2005 Pin
~Khatri Mitesh~24-May-08 4:47
~Khatri Mitesh~24-May-08 4:47 
QuestionRegex required Pin
d_smit24-May-08 4:23
d_smit24-May-08 4:23 
QuestionLogin Restriction Pin
Sritanu _ Ghosh24-May-08 3:54
Sritanu _ Ghosh24-May-08 3:54 
AnswerRe: Login Restriction Pin
jzonthemtn24-May-08 5:10
jzonthemtn24-May-08 5:10 
GeneralRe: Login Restriction Pin
Sritanu _ Ghosh26-May-08 3:58
Sritanu _ Ghosh26-May-08 3:58 
GeneralRe: Login Restriction Pin
jzonthemtn26-May-08 7:30
jzonthemtn26-May-08 7:30 
QuestionConverting MFC apps to .net Pin
Fu Manchu24-May-08 1:17
Fu Manchu24-May-08 1:17 
AnswerRe: Converting MFC apps to .net Pin
Garth J Lancaster24-May-08 2:32
professionalGarth J Lancaster24-May-08 2:32 
GeneralRe: Converting MFC apps to .net Pin
Fu Manchu24-May-08 2:51
Fu Manchu24-May-08 2:51 
GeneralRe: Converting MFC apps to .net Pin
Garth J Lancaster24-May-08 2:56
professionalGarth J Lancaster24-May-08 2:56 
GeneralRe: Converting MFC apps to .net Pin
Fu Manchu24-May-08 3:02
Fu Manchu24-May-08 3:02 
GeneralRe: Converting MFC apps to .net Pin
Garth J Lancaster24-May-08 3:16
professionalGarth J Lancaster24-May-08 3:16 
QuestionGet the list of currently Running program Pin
Rupesh Kumar Swami23-May-08 23:23
Rupesh Kumar Swami23-May-08 23:23 
AnswerRe: Get the list of currently Running program Pin
Fu Manchu24-May-08 1:58
Fu Manchu24-May-08 1:58 
AnswerRe: Get the list of currently Running program Pin
~Khatri Mitesh~24-May-08 6:03
~Khatri Mitesh~24-May-08 6:03 
AnswerRe: Get the list of currently Running program Pin
~Khatri Mitesh~26-May-08 3:46
~Khatri Mitesh~26-May-08 3:46 
Questionstring convert to operator Pin
dimuthuvbnet23-May-08 22:05
dimuthuvbnet23-May-08 22:05 

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.