309 Posted Topics

Member Avatar for werks

you can connect the crystal report to both of your access table or any query that you created for the purpose. but it is better that you use an query in your report. the steps are :- 1. first create the table and then create an query 2. in the …

Member Avatar for sganandhsg
0
95
Member Avatar for choudhuryshouvi

Hello folks, I'm getting problems in registering some activex controls(.ocx files) in vista. To register, i've used the same technique that we usually follow in xp using the following command from run shell :- [B]regsvr32 <activex control name.ocx>[/B] but it seems some fault is generating over there. The OS itself …

0
76
Member Avatar for newb666
Member Avatar for Drycola
0
446
Member Avatar for ladyjade

[QUOTE=ladyjade;511786]I'm making a media player with visual basic 6 and im having trouble on adding the video feature(so that i can not only play the music but i can see the video with it) to the media player? could any1 help me?[/QUOTE] have you copied exactly from that site or …

Member Avatar for Yasith93
0
385
Member Avatar for choudhuryshouvi

I've developed a software using VB6 and MSSQL 7.0. Now I need to create a backup-restore program on behalf of my software. For this I need to fetch down all the table names located inside the database used in the software. My database name is -->BILLING_SYSTEM and I've also created …

Member Avatar for dhanya_piit
0
191
Member Avatar for Dell XPS

[QUOTE=Dell XPS;503453]I have made a program that you can add your contacts but i need to get a way to edit the persons details.... The details are kept in a txt file(because i don't know how to make this using a db) I have a list box showing the name …

Member Avatar for varghaimani
0
167
Member Avatar for Saboto_me

do you know anything about sql? do you ever worked with a database server like SQL SERVER or ORACLE? i'm asking this because there is a lot of things first you need to know before you make any project using any server side rdbms.

Member Avatar for K.Vanlalliana
0
277
Member Avatar for Bomma9

[QUOTE=Bomma9;620787]Hi All, I have to develop an application that needs to send a sms to any cell/mobile using a CDMA connection. This application is for an voluntary organisation, which involves in free medical service. I appreciate if any one can help me in this regard. Thanks every one for your …

Member Avatar for Jishnu
0
229
Member Avatar for dinilkarun
Member Avatar for neerajpareek

why r u using foxpro? instead of it use access database to store data. as it is more reliable,fast and easy. also use ADO technology rather than using DAO. coz it is most advanced and more powerful. [URL="http://www.vb6.us/tutorials/database-access-ado-vb6-tutorial"]Check out this beginner tutorial on connecting with access databases using ADO[/URL] regards …

Member Avatar for abhishek_jammu
0
166
Member Avatar for amass

you can use the odbc approach to connect with your server. for this you have to make a security login or user for your own sql server database. you can create the user using sql server enterprise manager. here are the steps :- 1. launch sql server enterprise manager 2. …

Member Avatar for choudhuryshouvi
0
239
Member Avatar for lisheen

modify your code as follows :- [CODE]Sub reprintlabel(Byval Eqnum As String) Dim cn As [B]New[/B] ADODB.Connection Dim rs As [B]New[/B] ADODB.Recordset [B]Dim str as String[/B] str="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=[B]c:\DATACHECK.MDB[/B];Persist Security Info=False" [B]cn.ConnectionString=str cn.Open[/B] [B]rs.CursorLocation = adUseClient rs.CursorType = adOpenDynamic rs.LockType = adLockOptimistic[/B] str = [B]"SELECT <YOUR FIELD NAMES> FROM <YOUR TABLE NAME> …

Member Avatar for lisheen
0
151
Member Avatar for choudhuryshouvi

Hello folks, i'm in urgency to build a windows application using c# which can send sms. So anyone here can tell me or show me some resources to help me out on this problem --> [B]"how to create an application that can send sms through webservice to indian cell phone …

Member Avatar for tgreer
0
149
Member Avatar for choudhuryshouvi

Hello Folks, I'm trying to write a program though which I can access my system registry. Both reading and writing actions have been encapsulated. Among these I have successfully done with reading a key value from my registry. But the storm arises when I make my move to write to …

Member Avatar for choudhuryshouvi
0
222
Member Avatar for chrisdent1986

hello chrisdent1986, its look like you are working in .NET.......isn't it? if you are working in .NET platform then you have to implement the ADO.Net classes.......for better replies post your questions to [URL="http://www.daniweb.com/forums/forum58.html"]The VB.NET Forum[/URL]. now if you wish to continue to work in vb6 then you can use ADO …

Member Avatar for debasisdas
0
139
Member Avatar for zawpai

why .dat or .txt file? whats wrong in storing the login info in database? after all they are sensitive info and storing them in a normal file in textual format can lead other users to easily view or modify them. even storing the passwords in registry can be a good …

Member Avatar for zawpai
0
103
Member Avatar for Belo

here is a sample search snippet just only for you..... check this out..... btw how are you making your connections? this code uses Microsoft ADO. make sure you have added the followings before try this code :- [B]Microsoft Activex Data Objects <Version No.> Library[/B] (from Project-->References) [B]Microsoft Windows Common Controls …

Member Avatar for Jx_Man
0
88
Member Avatar for panderso

first of all clear these things out..... num1.text --> refers to the textbox where user supposed to enter total wins num2.text --> refers to the textbox where user supposed to enter total draws num3.text --> refers to the textbox where user supposed to enter total loses am I right or …

Member Avatar for Jx_Man
0
105
Member Avatar for sonia sardana

[QUOTE][B][COLOR="Red"]1)[/COLOR][/B] Single Line Textbox can have a horizontal scrollbar-i READ FROM D BUK. But no scrollbar is going to attached with single line textbox. Can a single line textBOX HAVE hor. scrollbar.[/QUOTE] In normal condition -->[B]NO[/B]. but can be implemented using API functions. [QUOTE] [B][COLOR="Red"]2)Selstart and SelLength[/COLOR][/B] Private Sub Command1_Click() …

Member Avatar for choudhuryshouvi
0
210
Member Avatar for mansi sharma

[QUOTE=mansi sharma;590632]I want to copy the selected items from listbox1 to listbox2. I know how to copy all the items but not selected. [B]Private Sub Command3_Click() For i = 1 To List1.ListCount List2.AddItem i Next End Sub[/B] Above Code will copy all the items,But I want to copy selected items.[/QUOTE] …

Member Avatar for choudhuryshouvi
0
2K
Member Avatar for leedsy7
Member Avatar for ITech

[QUOTE=ITech;564640]can any one give me lv button.ocx[/QUOTE] Here it is. regards Shouvik

Member Avatar for suskumarsus
0
185
Member Avatar for sonia sardana

D2K refers to [B]Developer 2000[/B]. it is a visual IDE like Visual Basic 6 and it works only with Oracle databases. developers can write dynamic sql queries which is known as PL/SQL (Procedural Language/Structure Query Language) using this development tool. this tool can be integrated with oracle database codes only. …

Member Avatar for choudhuryshouvi
0
268
Member Avatar for old_mustang888

[QUOTE=old_mustang888;585823]Hi, Plz help me... My project is Sales system using DAO I need the code for: Password code System (to generate the Item code) Item Entry code, Item Inquiry by description, Item Inquiry by quantity on hand Item Inquiry by unit of measure Item Inquiry by unit price Custumer Entry …

Member Avatar for technogeek_42
0
187
Member Avatar for addi

[QUOTE=addi;586733]hello... i' m doing registration license system... i need source code that can search due date by their month... and i want to list their date with companies name.. [/QUOTE] what do you want actually......select a month from a combo and search all records thats matches the selected month name? …

Member Avatar for Jx_Man
0
312
Member Avatar for lostandfound

[QUOTE=lostandfound;586376] Can somebody tell me if and how I can introduce a variable[/QUOTE] what does it mean? do you wish to declare a variable here, assign a value to it and then pass it as a parameter for adding to the combo list? of course you can declare variables at …

Member Avatar for lostandfound
0
199
Member Avatar for lostandfound

[QUOTE=lostandfound;586336]Secondly, in the SQL statement and AddItem statements where I have used column name 'res' , ideally I will want to use column names which are numbers eg 7609.[/QUOTE] why do you need to do that? what is the problem if the column name remains alphabetically?

Member Avatar for lostandfound
0
343
Member Avatar for woseng
Member Avatar for steve585
0
68
Member Avatar for Yogesh Sharma

the steps you followed for creating the DSN are absolutely correct. but there is no need to create that. it is always recommended that you use a DSN-Less connection. It becomes more faster. ok...here is a sample connection snippet for you. please note that this code uses DSN-Less connection. just …

Member Avatar for choudhuryshouvi
0
985
Member Avatar for wrichardson530

[QUOTE=wrichardson530;586373] i am having an error with the password.[/QUOTE] what problem are you facing with your password? what is the error? plz explain...

Member Avatar for choudhuryshouvi
0
212
Member Avatar for Scott Marchione

what have you used as a container for your phonebook entries? is it a <select> tag in HTML (means listbox)??? if its so then I think there is an attribute called "Sorted" . make its value to True like this :- [B]<select sorted name="phonelist" size=10>[/B]

Member Avatar for Scott Marchione
0
155
Member Avatar for nemag

ok....try this code... hope this works [CODE] Private Sub cmdSearch_Click() Dim search As String search = InputBox("Enter card no :", "Filter Data") [B]Data1.RecordSource = "select * from waqf where cardno like '*" & Trim(search) & "*' order by cardno"[/B] Data1.Refresh End Sub Private Sub Form_Load() Data1.DatabaseName = App.Path & "\waqf.mdb" …

Member Avatar for choudhuryshouvi
0
130
Member Avatar for hasmiza

this is a sample one too..... [CODE] Private Sub Form_Load() txtname.Text = " " txtIc.Text = " " with cboroom .AddItem "<choose room type>" .AddItem "Single Bedded AC" .AddItem "Double Bedded AC" end with cboroom.ListIndex=0 with cbocheckin .AddItem <Choose>" .AddItem "Check in at morning" .AddItem "Check in at night" end …

Member Avatar for choudhuryshouvi
0
103
Member Avatar for SpnIslander

[QUOTE=SpnIslander;581254] I want to put the value of txtPrice to lblVal if the value in txtQty>txtPrice. what shall be my code?[/QUOTE] [CODE] [COLOR="Green"]just place it inside proper textbox change event. lostfocus or validate event can also be applied. choice is yours.[/COLOR] [B]Private Sub txtPrice_Change() if val(trim(txtQty))>val(trim(txtPrice)) then lblval.caption=trim(txtPrice) end if …

Member Avatar for cometburn
0
265
Member Avatar for sandip250382

this is not at all related to either visual basic or vb.net . this is a system issue regarding your operating system. post this question in [URL="http://www.daniweb.com/forums/forum92.html"]Microsoft Windows Software Forum (Tech Talk->Microsoft Windows)[/URL]

Member Avatar for Jx_Man
0
78
Member Avatar for bornok15

[QUOTE=bornok15;584926]i want to find the exact location of the registry entry that the savesetting function is saving in my computer..[/QUOTE] This is the path :- [B]My Computer\HKEY_CURRENT_USER\Software\VB and VBA Program Settings[/B] as you are saving the value in [B]"Project", "Options", "Auth"[/B] , now expand the node [B]VB and VBA Program …

Member Avatar for choudhuryshouvi
0
299
Member Avatar for shahriar2403
Member Avatar for Yogesh Sharma

I think you are a new poster here. so there is something that i want to tell you and you should know this too. 1. before posting any thread please refer to the forum rules. 2. after posting a thread wait for some time to let someone to give you …

Member Avatar for choudhuryshouvi
0
145
Member Avatar for sonia sardana

you can also use a variable without declaring the same. but for this you must turn off [B]"Required Variable Declaration"[/B] option. it is always recommended that you use variables after explicitly declaring them. this will help boosting up your program process by preventing memory wastage. one more thing, you can …

Member Avatar for choudhuryshouvi
0
214
Member Avatar for kartouss

must be some syntax errors. rectify like this :- [B]Text3.text=do_encrypt(Text1.text,Text2.text)[/B] regards Shouvik

Member Avatar for kartouss
0
177
Member Avatar for Abhijnan

[URL="http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?txtCriteria=csv+to+xml&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&lngWId=1&B1=Quick+Search&optSort=Alphabetical"]Visit this link to get some sample snippets[/URL] regards Shouvik

Member Avatar for choudhuryshouvi
0
134
Member Avatar for mukund_Sadrani

you can visit this link :- [URL="http://support.microsoft.com/kb/209953"]http://support.microsoft.com/kb/209953[/URL]

Member Avatar for choudhuryshouvi
0
95
Member Avatar for sonia sardana

use like this :- [CODE]Private Sub Command1_Click() Dim a, b As Integer a = 10 b = 20 [B]Call sum1(a,b)[/B] End Sub[/CODE] regards Shouvik

Member Avatar for choudhuryshouvi
0
96
Member Avatar for hasmiza

[QUOTE=hasmiza;581028]hello..please help me i need to edit data using form(user fill in details)..but after editing the record in database.nothing changes happen otherwise it create new row of date [ICODE][/ICODE] databook.Recordset.Edit databook.Recordset("name") = txtname.Text databook.Recordset("ic_num") = txtIc.Text databook.Recordset("room_type") = cboroom.Text databook.Recordset("check_in") = cbocheckin.Text databook.Recordset("check_out") = cbocheckout.Text databook.Recordset("Month") = cbomonth.Text databook.Recordset("Year") = …

Member Avatar for choudhuryshouvi
0
92
Member Avatar for mar1
Member Avatar for turquito
Member Avatar for buzincarl

[QUOTE=buzincarl;575435]HI, I am having a few problems, I want to make a simple login that will read a text file where the "username","password" will be, it will be displayed like this: "username1","password1" "username2","password2" etc, I would like it so that the login form will read the data, if a user …

Member Avatar for choudhuryshouvi
0
2K
Member Avatar for ruchika beddy

the common dialog control is an intrinsic control. it cannot be displayed in your toolbox by default. you have to manually add it. please goto Project->Components then select [B]Microsoft Common Dialog Control 6.0[/B] click Apply->Ok Now you can see it on your toolbox regards Shouvik

Member Avatar for choudhuryshouvi
0
531
Member Avatar for mukund_Sadrani

what exactly are you trying to do? are you trying to create access forms and reports from your vb6 application? or, trying to create forms and reports in access and want to fire those reports from vb6 application? explain clearly...

Member Avatar for QVeen72
0
154
Member Avatar for irshadAhmed

The End.