10,992 Topics

Member Avatar for
Member Avatar for Agent-of-Chaos

hi to all genius, i am making invoice form in vb6, i have to make grid like view so that user can add item details in row just by clicking on it and new Grid is open to select record from it. hope u r understanding.. example: this is the …

Member Avatar for manoshailu
0
139
Member Avatar for wantolearn

Hello im trying to create my first software :) this is what im wanting to do There is a text box with 1 command button and inside the text box will store arrays 0-25 for example [code] cypher(0) = "0" cypher(1) = "1" cypher(2) = "2" cypher(3) = "3" cypher(4) …

Member Avatar for vb5prgrmr
0
110
Member Avatar for samoual

i have problem with compiling vb6 application not certin one but all even the one that i have compile before it just give me automation error with ok and help since i dont have the msdn library its not useful i have remove and install vb6 but still the same …

Member Avatar for dspnhn
0
298
Member Avatar for gingank

Hi guys need your helps. Now i doing the update part for my program. How to i get data from two table after i type the badge id and employee id then i will show other detail in the same form. So how to do that, need to use what …

Member Avatar for vb5prgrmr
0
68
Member Avatar for abu taher

I made a Data report. I write code like: select *from table1 where date1 and date2 between dtpicker1.value and dtpicker2.value but the data not show in report. but when I write like: select *from table1 where date1 and date1 between dtpicker1.value and dtpicker2.value then data show. what problem? another thing …

Member Avatar for dspnhn
0
98
Member Avatar for abu taher

I made a datareport. I select a date from dtpicker and the datareport show that date data. here I want the selected date (by dtpicker) will show in the report. like: 05-06-09 or from 01-06-09 to 05-06-09 any body help me please.

Member Avatar for dspnhn
0
84
Member Avatar for abu taher

In a data environment I write code like: select ([exam fee]*[other fee]) as total from table1 then it work, but when I write like below it not work: select sum[exam fee] as total from table1 what problem with it?

Member Avatar for dspnhn
0
114
Member Avatar for deep24_kamal23

I prepared one software. Now i want that nobody can install this software without a activation code. How can I generate such an activation key.

Member Avatar for vb5prgrmr
0
172
Member Avatar for Agent-of-Chaos

hi i am new to visual basic and i am using vb6, i have senior year project for invenotry managment system..my problem is that if one form is open then the user must not b able to peform other functions(open another form, close application etc) unless the current form is …

Member Avatar for Agent-of-Chaos
0
102
Member Avatar for kashy!

Hai; I am having a problem, I want to insert data in ACCESS database via using SQL insert into I want to add data in specific fields.... and I am Suffering... Please help me , how I can update data I am using the statement like conn.Execute ("Insert into Class_Nursery …

Member Avatar for vb5prgrmr
0
103
Member Avatar for ghaith

Hello, I have followed a guide to use a library created in C# with the Register COM Interop option using Visual studio 2008 and .NET 3.5 (also tried on 2.0 and vs 2005) i then created a tlb from the output dll using regasm filename.dll /tlb:filename.tlb now back in excel, …

Member Avatar for ghaith
0
181
Member Avatar for LoNe_KiD08

[COLOR="blue"] Hi guys, I am programming on a system that has a report designer. I'm using a software seagate for my report and and VB6. I'm having hard time on how to figure an idea to design a crystal report upon run time. I want to know if there's a …

Member Avatar for vb5prgrmr
0
101
Member Avatar for roachae

I'm a newbie to VB and have been given the bugfixing/maintenance task at the company I work at for one of their products that was written in VB. One of our customers is experiencing a "freeze" in the application at a certain point and the only way around it is …

Member Avatar for vb5prgrmr
0
95
Member Avatar for samuelmoneill

Hi, I have a relatively large application with multiple forms and a Module class. The problem I am having is that when I create a listbox on ANY form and try to use its 'Selected' function eg. List1.Selected vb automatically changes it to List1.selected Can anyone tell me why this …

Member Avatar for vb5prgrmr
0
138
Member Avatar for Cool_Buddy

[B]I was starting my MS SQL Server Express 2005 when this dialog box [I] "new database connection "[/I] Came . I am confused what server name is and what server name should i put in the box ? Please help me, and if possible suggest a aserver name , or …

Member Avatar for vb5prgrmr
0
24
Member Avatar for gingank

Hi guy i'm writing a program using vb the main page when the user choose in the combo box active = yes then insert into table1 then active=no then insert into table2 Here is my code please check for me why got error and correct me if i'm wrong [CODE]Private …

Member Avatar for vb5prgrmr
0
107
Member Avatar for samuelmoneill

Hi, I have a listbox(MultiSelect: 2 - Extended) in which I set ItemData index values for every item that goes into the box. I'll call this listbox myListBox. The ItemData index values match their respective ID's from a mysql database. What I need to be able to do is to: …

Member Avatar for cguan_77
0
2K
Member Avatar for jaasaria

Hi guys.. i wanted to make a report that can be design it own field location during runtime. Im using crystal report 8.5 and do u think this software is capable for this.? Any idea that can be share will be much appreciated. thx

0
81
Member Avatar for gingank

Hi guys i'm using the join statement and then display it into the data grid. the problem is table 1 and table 1 info display it together like this Badge_ID Emp _Name Active Badge_ID Emp _Name Active 1234 Nana Yes 1234 Hana No How can i show like this in …

Member Avatar for vb5prgrmr
0
103
Member Avatar for gingank

Hi guys i need help on this can help me can help me to correct it. I want the inner join table 1 & table 2 not show a row in the data grid in the vb6 my sql statement is like this: sql = " Select * from staff_badgeTracking …

Member Avatar for gingank
0
219
Member Avatar for robertlees

Hi In my VB program, I am going through a database, adding each row/record to a listview. One of these fields is a date. For each row/record, I want to get the difference in days between that date, and the corresponding date in the next row/record. Thanks Robert

Member Avatar for vb5prgrmr
0
216
Member Avatar for santhanalakshmi

Hi, 1. I am trying to print in the A4 size paper . 2. Dividing the A4 size paper into 2 half. 3. In this , 2 half its printing . for ex: in the first half : printing 01 rollno details in the second half : printing 02 rollno …

Member Avatar for vb5prgrmr
0
68
Member Avatar for samuelmoneill

Hi, can anyone tell me ehy the following code doesn't work and how to correct it? <code> Dim v As Integer Dim alarm_type As String Dim alarm_type1 As String Dim alarm_type2 As String Dim alarm_type3 As String Dim alarm_type4 As String v = 0 If .... Then If v = …

Member Avatar for vb5prgrmr
0
59
Member Avatar for mpande

Hello Everyone I'm currently busy doing a program that can capture sales, and evrything is working fine at the moment. The only problem is that in the stock table I can't update the quantity(when the company purchases stock), and also can't decrease the quantity(when they are sales). If I were …

Member Avatar for vb5prgrmr
0
85
Member Avatar for gmmartinez

i did not see anyting for microsoft access was wondering if some one could help me on a question i have on it?

0
33
Member Avatar for ankit007

i want to show arrow on records on leftmost column in flexgrid (as in datagrid).Is there any property like wrapcellpointer(property of datagrid) in flexgrid.Also i want to move scrollbar of a flexgrid through a button??Does any one have any idea???

Member Avatar for VIeditorlover
0
105
Member Avatar for ankit007
0
72
Member Avatar for ITTOBE

I'm trying to write a code that will calculate three products and provide a receipt. Right now the button will display a '0' instead of the 'Total Cost' that I want it to display. And nothing comes up in the (list) box that the receipt is suppose to be displayed …

Member Avatar for jhai_salvador
0
209
Member Avatar for barneygurl

I need help!!!!! I would like to know how i can restore my mysql db from one form. I got the backup to work using mysqldymp but when I try to restore the .sql file created, nothing I try works.

Member Avatar for indika75
0
129
Member Avatar for mrEE

so i have a workbook which consists of 7 sheets. i have a macro that is creating an 8th sheet. now what i wanna do is compare each individual cell in one of the columns of the 8th sheet with every cell in one of the columns in the 3rd …

Member Avatar for mrEE
0
88
Member Avatar for crackerjacker

i have searched all over the internet and here but have not found a streight forward answer to my question: Using winsock, how do i send an email, preferiably via gmail. Thank you

0
47
Member Avatar for gingank

Hi guys i got a problem with this i can get data from the table by using sql :-Select * from staff_badgeTracking inner join staff_badgeTrackingNew On staff_badgeTracking.Badge_ID = staff_badgeTrackingNew.Badge_ID The point is if i wan to find a specific badge id like 1234 then it will get the data from …

Member Avatar for vb5prgrmr
0
178
Member Avatar for abu taher

which procedure I write this code: option1.value = true then text1.enable = true else text1.enable = false

Member Avatar for abu taher
0
142
Member Avatar for Tham0

Hai, I want to open an Excel sheet by using clicking command button in form.This Excel sheet is stored in my local drive. can any one help me to do this using VB6

Member Avatar for vipin saxena
0
81
Member Avatar for firoz.raj

Can anyone tell me how should i use variable to take different value.here is the following code which is working fine. [code=vb] strsql = " SELECT *" & _ " From ALRAJHIBANK " & _ " WHERE (((ALRAJHIBANK.ID)=12))" [/code] But i want to use integer variable name instead of integer …

Member Avatar for vb5prgrmr
0
99
Member Avatar for Beatle Bailey

Greetings, Here is my Problem. I have written a VB6 program that works just fine. I wrote it with all of my Variable Arrays written within the program itself. This has made the program very long and I would like to shorten it. I have the Arrays also written in …

Member Avatar for vipin saxena
0
165
Member Avatar for santhanalakshmi

hi, [B] i had one field in the table(field name: crseid).[/B] for example,i am having 500 courses.i want to start the crseid from :6000(4 digit number) [B]output: 6001 6002 6003 . . . . 6500[/B] this value must be inserted into my table. thanks in advance

Member Avatar for abu taher
0
91
Member Avatar for abu taher
Member Avatar for jhai_salvador
0
121
Member Avatar for exzibit23

why does SendKeys code generate an error on microsoft vista?? how can i solved this?? please, someone help me..

Member Avatar for vb5prgrmr
0
82
Member Avatar for dalemahan

Can anybody send me some VB code that does probit analysis? Thanks, dalemahan

Member Avatar for abu taher
0
115
Member Avatar for thwias1b3008

Hello, I try to put the datagrid in back of the imagebox. . but it always appear in the front of imagebox. . . and it affects the design of my program. :'( Is there a way to put the Image Box in front of the other controls on the …

Member Avatar for tonym001
0
272
Member Avatar for cappon

Hi guys, i have this point of sale application which i did using VB6 n SQL2000. my question is can i migrate my mdf n ldf files which was created in sql2000 to sql 2005 or 2008. i need advise. Thanks

Member Avatar for vb5prgrmr
0
42
Member Avatar for gingank

Hi guys i'm writing a vb program which got using the sql statement i know the sql statement is using method insert but my one is much different. The code concept is like this If cmbActive= true then sql=insert into staff_badgeTrackingNew = txtEmpID, txtEmpName, TxtID Else sql= insert into staff …

Member Avatar for vb5prgrmr
0
115
Member Avatar for kathy_51289

hello! do you know how to create a games using vb?? or can you give me some codes of games using vb...?

Member Avatar for vb5prgrmr
0
116
Member Avatar for gingank

Hi guys i dont know why i can get the datas from the sql 7.0 Can help me check this code>>> [CODE] If txtFBadgeID = "" Then Exit Sub Else sql = "select from staff_badgeTrackingNew INNER JOIN staff_badgeTracking" End If Exit Sub Set rsTrack = New ADODB.Recordset With rsTrack .ActiveConnection …

Member Avatar for vb5prgrmr
0
170
Member Avatar for DavidJ12345

Hi, i have written a programm in VC++ 6.0, in this i use a dll, which is created with VB 6.0. on my pc it runs well, but on other computers the class in the vb-dll isnt called. i have already installed the VB 6.0 Runtime Files on the test …

Member Avatar for DavidJ12345
0
106
Member Avatar for jogreenwood

Hi, is there a way how to read windows serial number programmatically in VBA from Excel? Thank you, Jo Greenwood

Member Avatar for m_coombes
0
90
Member Avatar for sotvisal
Member Avatar for kheong

I have a very old program in IBM BASIC for a specialized analysis called probit analysis developed by D Finney, the probit analysis guru and would like to convert it to a windows based BASIC program, like VISUAL BASIC. Suggestions will be most welcomed. Thanks

Member Avatar for dalemahan
0
64
Member Avatar for dhavalcoholic

Hello Friends, I know how to connect to MS Access Database using DAO, in Visual Basic 6.0. I am new to Winsock Control. I completed some basic tutorials of Winsock, so I know how to send messages from Client to Server & vice versa. But now, I want to to …

Member Avatar for dhavalcoholic
0
516

The End.