Click here to Skip to main content
15,922,315 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralZip and Unzip from VB.Net Pin
CharlotteF28-Dec-04 6:19
CharlotteF28-Dec-04 6:19 
GeneralRe: Zip and Unzip from VB.Net Pin
Robert Rohde29-Dec-04 1:32
Robert Rohde29-Dec-04 1:32 
GeneralRe: Zip and Unzip from VB.Net Pin
Dennis C. Dietrich29-Dec-04 9:35
Dennis C. Dietrich29-Dec-04 9:35 
QuestionHow to Call Visual C++ .NET from Visual Basic .NET Pin
Member 161742528-Dec-04 6:05
Member 161742528-Dec-04 6:05 
AnswerRe: How to Call Visual C++ .NET from Visual Basic .NET Pin
Colin Angus Mackay28-Dec-04 13:59
Colin Angus Mackay28-Dec-04 13:59 
GeneralMDI non-child forms Pin
GeneralDisorder28-Dec-04 5:28
GeneralDisorder28-Dec-04 5:28 
Generalvolume and pitch Pin
azam31628-Dec-04 1:47
azam31628-Dec-04 1:47 
GeneralMake graphik with data shape Pin
widhie_prihatna28-Dec-04 1:44
widhie_prihatna28-Dec-04 1:44 
Hi....

i try to make a graphik with data shape, but that i can't make sense is...
why the first data is not loading on the graphik that i made...

for example:
Data is: Data on graphik:
Month Amount Month Amount
JANUARY 2.000.000 FEBRUARY 3.000.000
FEBRUARY 3.000.000 MARCH 3.000.000
MARCH 4.000.000

The code is:
With ADO_Merchant
.ConnectionString = "PROVIDER=MSDataShape;" & _
"Data Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source= " & App.Path & "\DataBase\db_merchant.mdb;"
.RecordSource = "SHAPE {" & _
"SELECT * FROM tbl_Nasabah} AS Parent " & _
"APPEND ({SELECT * FROM tbl_permasalahan} AS ChildMasalah " & _
"RELATE Kd_Nasabah TO Kd_Nasabah) AS ChildMasalah, " & _
"({SELECT * FROM tbl_Pendapatan WHERE Tahun='" & lbl_Tahun.Caption & "'} AS ChildPendapatan " & _
"RELATE Kd_Nasabah TO Kd_Nasabah) AS ChildPendapatan, " & _
"({SELECT * FROM tbl_Merchant} AS ChildMerchant " & _
"RELATE Kd_Nasabah TO Kd_Nasabah) AS ChildMerchant"
.Refresh

Set Grid_Permasalahan.DataSource = .Recordset("ChildMasalah").UnderlyingValue
Set Grid_Pendapatan.DataSource = .Recordset("ChildPendapatan").UnderlyingValue
For i = 0 To 2
Set txt_Merchant(i).DataSource = .Recordset("ChildMerchant").UnderlyingValue
Next
Set Chart_Pendapatan.DataSource = ADO_Merchant.Recordset("ChildPendapatan").UnderlyingValue
End With


pls anyone can show me, where the mistake is..??


:::Widhie:::
Generaltouch screen (point-of-sales) user interface Pin
StenH28-Dec-04 1:00
StenH28-Dec-04 1:00 
Generalinserting images to imagelist Pin
SelvaRavi28-Dec-04 0:34
SelvaRavi28-Dec-04 0:34 
GeneralImport text files Pin
G-Viking27-Dec-04 23:36
G-Viking27-Dec-04 23:36 
GeneralPopulating Listview with DB information Pin
kobezt0827-Dec-04 18:36
kobezt0827-Dec-04 18:36 
GeneralRe: Populating Listview with DB information Pin
Mekong River27-Dec-04 20:24
Mekong River27-Dec-04 20:24 
General[VB.NET] Paint MainMenu Pin
thesleeper27-Dec-04 15:40
thesleeper27-Dec-04 15:40 
GeneralRe: [VB.NET] Paint MainMenu Pin
David M J29-Dec-04 12:18
David M J29-Dec-04 12:18 
GeneralRe: [VB.NET] Paint MainMenu Pin
thesleeper29-Dec-04 13:09
thesleeper29-Dec-04 13:09 
Generaldatabase design question Pin
sangsram27-Dec-04 11:06
sangsram27-Dec-04 11:06 
GeneralRe: database design question Pin
Dave Kreskowiak27-Dec-04 12:41
mveDave Kreskowiak27-Dec-04 12:41 
GeneralAcrobat ActiveX VB programming Pin
evEddyG27-Dec-04 10:19
evEddyG27-Dec-04 10:19 
QuestionHow can i extract number from a Mobile SIM using TAPI using VB.NET Pin
Member 79618627-Dec-04 6:38
Member 79618627-Dec-04 6:38 
AnswerRe: How can i extract number from a Mobile SIM using TAPI using VB.NET Pin
Dave Kreskowiak27-Dec-04 9:22
mveDave Kreskowiak27-Dec-04 9:22 
Generalxgfhj Pin
Anonymous27-Dec-04 6:33
Anonymous27-Dec-04 6:33 
QuestionBest way to synchronize collection? Pin
carlos_rocha27-Dec-04 1:15
carlos_rocha27-Dec-04 1:15 
AnswerRe: Best way to synchronize collection? Pin
Dave Kreskowiak27-Dec-04 5:10
mveDave Kreskowiak27-Dec-04 5:10 
GeneralRe: Best way to synchronize collection? Pin
carlos_rocha27-Dec-04 5:52
carlos_rocha27-Dec-04 5:52 

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.