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
Ranked #2K
~18.7K People Reached
Member Avatar for ronb

i wrote and compiled an vb 6 program on a windows xp sp2 box i am trying to run the program via a batch file from an nt box i get this error: runtime error 91: object variable or With block variable not set the program runs under the scheduler …

Member Avatar for aronhugos
0
4K
Member Avatar for stackOverflow

[FONT=Comic Sans MS]Hi everyone, I'm shreya. I'm doing my bca (bachelor in computer applications)-4th sem. I'm required to do a mini project on dbms using msaccess and backend as vb. I'd be glad if you can suggest a project. I have 3 months to complete this project. I hope I'll …

Member Avatar for MonishaBala
-3
564
Member Avatar for khanayub_chand

I am working as a programmer for a hospital. I want to use barcode scanner in my application. I just want to know how can i provide input to my application which can read the barcode of a particular medicine and accordingly makes necessary updation in the database. Any One …

Member Avatar for ChrisPadgham
0
2K
Member Avatar for Member 785440

[CODE]Private Sub Command1_Click() Dim rs As ADODB.Recordset Set rs = New ADODB.Recordset rs.Open "select *from Payroll", Cn, adOpenDynamic, adLockOptimistic rs.AddNew rs!Date = Text1.Text rs!Emp_ID = Combo1.Text rs!EmpName = Text2.Text rs!Father_Husband = Text3.Text rs!Designation = Text4.Text rs!PANNo = Text5.Text rs!PF_PENNo = Text6.Text rs!HRA = Text7.Text rs!Basic = Text8.Text rs!TA = Text9.Text …

Member Avatar for kinwang2009
0
1K
Member Avatar for Es Sayen

hello all, can anyone tell, how can i make an mdi form borderless. i don't want the user to click on the close button present in the title bar. i want them to exit the way i directed them. thanks in advance. Sayen

Member Avatar for Hrqls
0
852
Member Avatar for Yomet

Hi community, I have the weirdest error happening in my VB6 program when I try to execute an "INSERT INTO" query. Here are the premises: [code=VB]Public conn as ADODB.Connection Public rs1 as ADODB.Recordset[/code] - the database is Access 2003 this will be migrated to SQL server later. - conn has …

Member Avatar for Abhi1443
0
3K
Member Avatar for colliincon

Hi I have this coding Set recc = dbase.OpenRecordset(True, "Gate") nfilenum = FreeFile Open "C:\Rentention Program\20080517.daf" For Input As nfilenum With recc .MoveFirst Do Until .EOF Do While Not EOF(nfilenum) If EOF(nfilenum) = True Then GoTo ws: Open "C:\Rentention Program\20080517.daf" For Input As nfilenum Else End If Line Input #nfilenum, …

Member Avatar for selvaganapathy
0
167
Member Avatar for lasherz2

Hi, i got a datagrid that has its gets records from a table in the db.Its workin perfectly well but i want to have a textbox to search and display the records in the datagrid.I guess the change event will come in handy.I really dont know how to go about …

Member Avatar for tscpb
0
149
Member Avatar for jatinder_44

I have used 2 combo box ,how can i enable 1st combobox when i click on 2nd combobox viceversa .if i am entering a data in 1 of the combobox then another should be disable ,but after entering data in the any 1 of combobox ,again clicking on the another …

Member Avatar for jaasaria
0
143
Member Avatar for masimba

hie, i'm kinda new to this forum and have no experience in these forums,this my first time so please bare with me.I'v got an assignment i'm working on and i"m stuck,could you help? The program is attached [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR]

Member Avatar for choudhuryshouvi
0
98
Member Avatar for Mr.Wobbles

I have code that opens and closes the connection to the database via table adapters every time I update because it was throwing concurrency and other database exceptions left and right. Now, if I try to navigate through the records it throws concurrency exceptions? I can add, edit, delete records …

Member Avatar for Mr.Wobbles
0
325
Member Avatar for Es Sayen

Hello All, i want to add a word/text file in database(MS-Access), for this i am using datatype ole object for that particular column. i am using a text box to catch the file name and the complete path of the file and putting the value of textbox in that table …

Member Avatar for Es Sayen
0
128
Member Avatar for mic_06

hey everybody i need some help with my school project im useing visual basic 5 the project is to make a program for a radio station with 3 forms a main a new and a uniquenumber. the idea was that everysong saved into the program was given a unique number …

Member Avatar for mic_06
0
84
Member Avatar for paodzy
Member Avatar for PVBert
0
135
Member Avatar for cybuster

hi im just starting to design a database using adodc but I have a problem... can someone give me tip on how to create a search code for ADODC... thx in advance

Member Avatar for PVBert
0
2K
Member Avatar for modom

I'm trying to do something in this thread but I might have posted it in the wrong forum so forgive me for asking the same question in 2 areas but this problem is kicken' my tail. See here please [URL]http://www.daniweb.com/techtalkforums/post380764.html#post380764[/URL] Any help would be mac-daddy great!

Member Avatar for modom
0
73
Member Avatar for anud18

Private Sub Form_Load() Dim dbUserName As ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rsUserName As ADODB.Recordset Set dbUserName = New ADODB.Connection dbUserName.ConnectionString = "provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data Source = C:\Documents and Settings\Administrator\Desktop\db1.mdb" dbUserName.CursorLocation = adUseClient dbUserName.Open after this wen i run the with command it gives an …

Member Avatar for PVBert
0
82
Member Avatar for jov_damo86

Kindly please help me on how to make a VB6.0 EXE To run when there is no visual basic 6.0 installed on a computer! Thank you! or what can i do to run a visual basic program to the computer where there is no vb software installed!

Member Avatar for jbennet
0
117
Member Avatar for Vaishali Chavda

Hi I have an application in vb which encountes this two errors: cannot find dlllentrypoint:setLayered.window attributes in user32.dll and 2nd runtime error 91: Object variable or block variable not set. when i run it on windows 98 , but it works fine with windows XP.. Can any one please help …

Member Avatar for Aaraggornn
0
384
Member Avatar for hyenakal

How do I pass data in string from a form to another? i'm trying to pass the option selected on my list box from one from to another to be displayed in a text box. how do i do that? thank you

Member Avatar for ~Paul~
0
144
Member Avatar for Kees Baltus

Windows Explorer gives extended information of pictures such as Width, Height, Manufacturer, Cameramodel, Exposuretime, Picture made on, Date created, Date changed and so on. How to get access to these parameters in VB6.0? Thanks in advance Kees Baltus

Member Avatar for PVBert
0
121
Member Avatar for rvishnucbe

Hi, I have to find the path file of another exe running parallel to my app. I will have to do this in runtime. This is a project in Visual Basic 6.0. Can anybody help? Vishnu

Member Avatar for PVBert
0
123
Member Avatar for zanaja

Hi All I am a new Programmer in VB.I made an OCX containing 5 UserControls.I hav to use it in a seperate project.When opening that Project itself Out of Memory Exception is coming.I have put MsgBoxes in userControl_Initialize in my control.As Err.Description i am getting as Out of Memory.What may …

Member Avatar for zanaja
0
61
Member Avatar for ReeciePoo
Re: Help

I want to make a popup menu when i rightclick on a ListView Row I just want it to say Edit [Seperator] Delete ^^ Also how do i make a Sub Item a link to open a new form?

Member Avatar for ReeciePoo
0
66
Member Avatar for kaconk

I want program in VB6 to work connection (dialup) between two pc using modem( telephone number) and transfer file or data from pc to another pc (one pc is client and another server) thank you

Member Avatar for jbennet
0
85
Member Avatar for thirunavukaras

i want to change background color in panel if checkbox checked is true i am used vb script; but i wrote given code but the expected end of statement error happend please help me how define use vbscript... <script> Sub Changed() Try Dim lcnt As Integer If Me.c1.Checked = True …

Member Avatar for PVBert
0
86
Member Avatar for medorouka

how can i create an db by VB6 ? if you can write an vb code for small ex for db from one table and how can i connect this db to an C++ prog or exe to get data from the execution dos window and put it in afree …

Member Avatar for PVBert
0
85
Member Avatar for ReeciePoo

How do you add columns in list boxes so u can have sortable sections for us in a database project | Column 1 | Column 2 | Column 3| |-----------------------------------------| | Data here | Datahere | DataHere | ______________________________

Member Avatar for PVBert
0
97
Member Avatar for ReeciePoo

Im havin noobie problems like making OK and Cancel buttons any help please lol?.. also how do u go about makin seperate dialog boxes so that when i click on New Entry it opens a "New Entry" Dialog?

Member Avatar for sk8ndestroy14
0
82
Member Avatar for purplegerbil

Hi, I have written an application using a MDI. This is working well. Within the toolbar it has over 10 buttons each opening a different window within the MDI. In the future I will be adding more to the application. My question is, is it possible to create an application …

Member Avatar for PVBert
0
94