Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for vbpro

[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() ():)

Member Avatar for kvprajapati
0
792
Member Avatar for Tellie

[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] …

Member Avatar for kvprajapati
0
3K
Member Avatar for isaackhazi

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 …

Member Avatar for isaackhazi
-1
342
Member Avatar for Gayan Wijeratne

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

0
48

The End.