11,868 Topics

Member Avatar for
Member Avatar for kavya_nayak7

Iam doing a sales and purchase management proj ...i need to implement a feature in which the stock updates like if it is out of stock it should notify me before a time period like 7 days or so///the front end is vb 6.0 and back end is sql server …

Member Avatar for vb5prgrmr
0
77
Member Avatar for rrocket

Is it possible to find a record in a datagrid by typing characters into the grid? Bascially if I have the following records: Anne Bob Bill Bud Carl Carlos Curt And type "C" it will got to the records that start with "C". If I type "Ca" it will go …

Member Avatar for LordOne
0
715
Member Avatar for mahdouch5

please help me in [B][I][U]Private Sub bt1_Click() [/U][/I][/B] please pleaaaaaaaaaaaaaaaaaaase [COLOR="Red"][B][I]compile error: Method or data member not found[/I][/B][/COLOR] Private Sub balance_Click() Dim sc As Single Dim sd As Single sc = 0 sd = 0 For i = 0 To listcr.ListCount - 1 sc = sc + CSng(List.List(i)) Next i …

Member Avatar for Jx_Man
0
223
Member Avatar for salman.paracha

Please help.. I am trying to create an outlook script that will parse the subject line of emails coming from a particular source and organize them, by the ticket number present in the subject line. However, VB is sucking the life out of me on the error below I am …

Member Avatar for mahdouch5
0
730
Member Avatar for Masterace

Hi av got fields (Amount paid, balance & Total) now need codes that will display a negative value in (field Bal) when a person pays more thank u

Member Avatar for Vineeth K
0
81
Member Avatar for corales
Member Avatar for 4ukh

I want a macro that does the following: Let say I have two ms excel sheets named as Sheet1 and Sheet2 Sheet2 has two columns A and B (populated with some information) What I need is, check Sheet2 column A values in the Sheet1 column C if value exist highlight …

0
58
Member Avatar for vasantharajan n

can any of you help me by giving the project on library management system using VB6.0 and ORACLE 9i.... please friends... send me to email : <<Email Snipped>>

Member Avatar for vb5prgrmr
0
32
Member Avatar for takarii

Possibly in the wrong places as i think this question relates to some pretty old stuff. I need to know if its possible to edit a function using another function by adding extra lines of code to it. More specifically im looking at adding additional things to a drop down …

0
52
Member Avatar for PinoyDev

Hi guys. Good day.! I just want to ask on how to retrieve a query result when i filter a field on one table that has a value base on relationship of other table. example: table1(genderid(autonumber),gender(text) table2(membername(text),gender(text) The value of table2 gender is based on table 1 via relationship created …

Member Avatar for PinoyDev
0
83
Member Avatar for job2617

can anyone help me to create a mouseover effect on an image or a command buttons. your response is highly appreciated . thank you for your help.

Member Avatar for kinwang2009
0
117
Member Avatar for drewpee

I don't know what's causing this, but every time I have a do..while loop and the statements inside is quite long, I get an error "Loop without Do". Here is an example of my code.. PS: I know this code segment isn't efficient but this is how i code, do …

Member Avatar for drewpee
0
184
Member Avatar for happydiamond

I need to run large PDF files of financial reports, saving each Acct. ID to a separate PDF file so I can post electronically (to avoid printing out 800 pages a month and distributing in paper format). I don't know VB but the attachment shows the steps I need to …

Member Avatar for vb5prgrmr
0
122
Member Avatar for skateatvu

Hi there i one of my programing buddies said it would be good practice to make a macro program.So i was wondering how would i go about that.Im a vb6 noob. The program needs to be able to do the following. Record Macro Sessions,and be able to pause the play …

Member Avatar for wewill23
0
106
Member Avatar for selvaganapathy

This code snippet convert Number to String in VB6. For instance input 100 will be return as Hundred, It converts upto Core....

Member Avatar for SoftwarePaladin
0
307
Member Avatar for PinoyDev

Hi guys good day. Ive create a pc time logger to detect the time-in, and to set timeout of the user. But i am having problem regarding on getting the time left value. Time out value will be the timein value plus 2 hours.Here is my code in Timer1. [code=vb] …

Member Avatar for PinoyDev
0
70
Member Avatar for london-G

hello I have created 2 forms, one for the main menu and one for the game in which load a text file. When i start my program with the game first, the file is loading and everything is fine. However when i am starting the project with the main menu …

Member Avatar for Vineeth K
0
77
Member Avatar for farzana.yasmen

Hi I want to enter a coding which should find farzana though i type far or zana in the txtsearch.Text. if txtsearch.Text = far then it should display a record existing with farzan or farhan or any other record having far in the record. can some body please help me …

Member Avatar for codefixer
0
120
Member Avatar for drewpee

Hi. I've made a record on a table which would be used as a comparison to other records in the table. for example.. table: recordID 100001,Company Name recordDI 999999,Company Name i want to compare record 1000001's Company Name with record 9999999's Company name. How do I do that? thanks!

Member Avatar for vb5prgrmr
0
98
Member Avatar for Masterace
Member Avatar for logonchristy
0
99
Member Avatar for student02

Im just having a problem on my VB 5 update command.. [CODE]Adodc1.RecordSource = "UPDATE Tuition_Fee SET (Amount_Paid, Balance) VALUES(" & WHERE Tuition_Fee_ID_PK = " & Form2.Label16.Caption 'Adodc1.RecordSource = "UPDATE Tuition_Fee SET (Amount_Paid = " & & ", Balance = " & Val(Text1.Text) - Val(Text2.Text) & ") WHERE Tuition_Fee_ID_PK = " …

Member Avatar for student02
0
207
Member Avatar for yopirates

hi.. friends.. i hav created a new form!! 4 my project but i need a horizontal scroll bar to be attached to it so that i can add more no sections.. to right side of the form!! 15360*11520 is the default size of the form!! i want to increase the …

Member Avatar for yopirates
-1
153
Member Avatar for savi_karthika

Dataenviroment designer is not working? do anyone know the solution. pls help me. It was working earlier but now whenever i run a report i am getting error message "failed getting rowset from current datasource"

Member Avatar for vb5prgrmr
0
208
Member Avatar for piyakka

I am very interested in knowing how i might code a function using the DateTimePicker control to see if i can to check and see if and when any date and day of any given year falls on a sunday so that the function will force a radiobutton.checked from one …

Member Avatar for vb5prgrmr
0
106
Member Avatar for yentenwangchuk

[I]<<split from [URL="http://www.daniweb.com/forums/post456250.html#post456250"]here[/URL]>> [/I] oh! if you dont mind can you help me too. i have completed programing and it almost 99 % is completed. but i dont know how to create set up file. i tried with the help of employing and deploying wizard but when i install my …

Member Avatar for Vineeth K
0
74
Member Avatar for vishaldalya

can anybody send me code on the following VB6. TOTAL 4 COMBO BOX: 1) when form load, all the combo boxes are blank 2) When selecting one combo box item, it effect other combo box ex : in first combo box we have entry of all the countries in the …

Member Avatar for Vineeth K
-1
151
Member Avatar for namurt1

I want to build a simple app, text box and command button to open a excel file with a specific worksheet. lets say i have 20 excel files with 20 worksheets each all with various names, I'm trying to make it so i can enter the worksheet name in my …

Member Avatar for vb5prgrmr
0
157
Member Avatar for kashy!

Hi friendz, I completed a project in VB6 recently, its a database handling project, Problem is, I have created a SETUP with all its required files via PDW wizard, when I run that setup just before completing the setup there came a message that "System files are outdated" so I …

Member Avatar for kashy!
0
313
Member Avatar for DogDee

Hi all I have a datetimepicker icon in my toolbox but when i try to add to the from in datagrid view it comes up with an error saying "Element not found" and when i click on the help icon in this pop up box it displays nothing. Forgive me …

Member Avatar for vb5prgrmr
0
83
Member Avatar for The Pobo

Hey, I'm a student with rudimentry knoledge of VB6 and I've a college project where I have to develop a blackjack game. Unfortuanately I've a problem with the method I call the cards I was wondering if any of you would be able to shed some light on the problem. …

Member Avatar for The Pobo
0
220

The End.