No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: [QUOTE=vbpro;56335]I've created a second form for my project.How can I show it? I find it's different from the VB6.The form.show , visible = true ... are not working now. How can I do this?[/QUOTE] :'( ' create a object of the form dim obj as new Form1 obj.show() ():) | |
Re: [QUOTE=Tellie;25830]Hi All I have created a dataset and from this I want to retrieve values of a column into a variable. How can I do this? This is the code: [color=#0000ff]Dim[/color] sQuery [color=#0000ff]As[/color] [color=#0000ff]String[/color] = "Select PERMISSION_BUTTON_ID from ALC_SECURITY_PERMISSION where ROLE_ID = 1" Response.Write(sQuery) [color=#0000ff]Dim[/color] myAdapter [color=#0000ff]As[/color] OleDbDataAdapter = [color=#0000ff]New[/color] … | |
Re: Dear Friend I can not accept Your procedure . I think you should check it before entering the syatem. Check it before entering the system. Suppose your dataset is ds; dim count as integer count=o while (count < ds.rows.coun) if ("Code is here"=ds.rows(count).ItemArray("Colomn No from table") msgbox "Duplicate data" else … | |
Hi Friends We have already completed POS with VB.NET 2003. I want to know how to get printing line by line by using crystal report . Also i want to know what type of printer I should used to achived this. Thanks |
The End.