Click here to Skip to main content
15,886,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Fonts used in rich text box Pin
Member 14977519-Nov-04 5:43
Member 14977519-Nov-04 5:43 
Generalupdating database using dataset..help! Pin
obrix_activex9-Nov-04 0:12
obrix_activex9-Nov-04 0:12 
GeneralRe: updating database using dataset..help! Pin
ccotton33324-Nov-04 7:52
ccotton33324-Nov-04 7:52 
GeneralPrinting w/out Crystal Report in VBNet Pin
reyboy8-Nov-04 22:44
reyboy8-Nov-04 22:44 
GeneralRe: Printing w/out Crystal Report in VBNet Pin
Tom John9-Nov-04 5:55
Tom John9-Nov-04 5:55 
QuestionHow to get domain name of specific computer? Pin
dungle308-Nov-04 20:42
dungle308-Nov-04 20:42 
Questionhow to change datagrid properties? Pin
Lisana8-Nov-04 19:43
Lisana8-Nov-04 19:43 
QuestionHow to add dataset values to Crystal Report fields Pin
Jeevan anjna8-Nov-04 19:42
Jeevan anjna8-Nov-04 19:42 
I have written this code at page load and creating a dataset :

Dim cnn As MySqlConnection
cnn = New MySqlConnection ("SERVER=newserver;username=root;password=;DATABASE=new")
cnn.open()
Dim sql As String
sql = "select BillId, VenderID from tblbillMaster"
Dim dA As New MySqlDataAdapter(sql, cnn)
Dim DS As New DataSet
dA.Fill(DS, "tblBillMaster")

And I have added a Blank crystal Report in my project.
And I have added to parameter fields names: BillId , name
if my tblbillMaster have 5 rows then how these all rows
will display in Crystal REport in these two fields.


SoftWare Engineer
GeneralThread Problem Pin
Sumit Domyan8-Nov-04 18:14
Sumit Domyan8-Nov-04 18:14 
GeneralRe: Thread Problem Pin
Fade (Amit BS)10-Nov-04 16:31
Fade (Amit BS)10-Nov-04 16:31 
GeneralRe: Thread Problem Pin
Sumit Domyan10-Nov-04 18:10
Sumit Domyan10-Nov-04 18:10 
GeneralRe: Thread Problem Pin
Fade (Amit BS)13-Nov-04 22:30
Fade (Amit BS)13-Nov-04 22:30 
GeneralCapture an HTML document as an image Pin
ddd ssss8-Nov-04 17:52
ddd ssss8-Nov-04 17:52 
GeneralDisplay non duplicate data in combobox Pin
CelesterMok8-Nov-04 15:22
CelesterMok8-Nov-04 15:22 
GeneralQuestions Pin
Tech 4 a dummy8-Nov-04 14:57
Tech 4 a dummy8-Nov-04 14:57 
GeneralRe: Questions Pin
Tom John9-Nov-04 3:08
Tom John9-Nov-04 3:08 
GeneralRe: Questions Pin
Tech 4 a dummy9-Nov-04 13:44
Tech 4 a dummy9-Nov-04 13:44 
GeneralRe: Questions Pin
Tom John9-Nov-04 22:25
Tom John9-Nov-04 22:25 
GeneralToolbar button images not being diplayed Pin
Verolix8-Nov-04 13:16
Verolix8-Nov-04 13:16 
GeneralDisabling combobox items... Pin
Tim8w8-Nov-04 12:28
Tim8w8-Nov-04 12:28 
GeneralRe: Disabling combobox items... Pin
Dave Kreskowiak8-Nov-04 17:53
mveDave Kreskowiak8-Nov-04 17:53 
GeneralRe: Disabling combobox items... Pin
Tom John9-Nov-04 7:36
Tom John9-Nov-04 7:36 
GeneralVery simple question Pin
Boniolopez8-Nov-04 12:15
Boniolopez8-Nov-04 12:15 
GeneralRe: Very simple question Pin
beowulfagate8-Nov-04 13:17
beowulfagate8-Nov-04 13:17 
GeneralRe: Very simple question Pin
axiomillies14-Nov-04 19:16
axiomillies14-Nov-04 19:16 

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.