10,987 Topics

Member Avatar for
Member Avatar for Afi83

Hi There I want to open access from VB6 and join the tables of my database from VB6 and store the value in an array. THis is what i have done till now. but i can't make the query from VB6 with SQL. I don't know what is the problem …

Member Avatar for selvaganapathy
0
99
Member Avatar for firoz ahmed

Sir when i edit any one of the line in the code window i have to comment and i put line this is [B]commented by raj on 06/1/2008 at 10:40:12 can anybody tell me[/B] if i press f3 this commented line should come automatic In the cursor located line.

Member Avatar for selvaganapathy
0
101
Member Avatar for sal21

Admit have mymdb.mdb with table mytable and filed myfield in c:\... Ho to fill combobox without dupes from table, please without "select distinct..." statement is possible? Tks.

Member Avatar for QVeen72
0
100
Member Avatar for Ravi Kant

I am doing a project in VB and have used ADODC connection to connect in Access Database. I have used MSHFlexGrid and want it's data get highlighted Automatically if it is on current date (i.e Today's Date) for Birthday Reminder. How can i do it?

Member Avatar for QVeen72
0
129
Member Avatar for jonathan__

hi i am new to visual basic and i need help creating a timer that will count down from 60 seconds and blow up a bomb when it hists 0

Member Avatar for Comatose
0
61
Member Avatar for nagatron

Hallo to all vb masters, I need help in using the vb calendar. I have textfield where the date will be displayed everytime I click a particular date in the vb calendar. If I click 6 of january 2009 in the calendar, it will display in the textfield the date, …

Member Avatar for debasisdas
0
69
Member Avatar for rahmathmail

hi, i want to display one table in a access database using datagrid. i tried to do like this. [COLOR="Red"]con.open constring set rs=con.execute("command to select the table") set datagrid.DataSource=rs[/COLOR] but it shows an runtime error like this: [B]RunTime Error '7004' The rowset in not bookmarkable[/B] wats' the reason... pls post …

Member Avatar for rahmathmail
0
446
Member Avatar for yuleball

Is there any way to shift the position of underline downward? e-g in [U]This is game[/U] underline passes through g. I want to move it a bit below so that it does not cut through words

Member Avatar for yuleball
0
85
Member Avatar for RahulV

[B]You cannot scroll by using the mouse wheel in the Microsoft Visual Basic 6.0 IDE.[/B] [B]CAUSE[/B] This problem occurs because the Visual Basic 6.0 IDE does not have built-in support for scrolling by using the mouse wheel. [B]WORK AROUND:[/B] To work around this problem, use one of the following methods: …

Member Avatar for Comatose
1
2K
Member Avatar for purplegerbil

Hi, I am wanting to get some data from an Excel spreadsheet. My problem is the data in the cell has been formatted. i.e. This is [B]sample[/B] text. I want to be able to know which bits are made bold and create a string similar to: This is <b>sample<\b> text. …

Member Avatar for Comatose
0
121
Member Avatar for locsin

Greetings! Anybody have idea how to make "Optional Title" in visual basic 6 data report. In visual vasic 6 data report there is %i for title. it is possible to use it in optional and how to use this command.. Example: i want to have optional Heading report in VB6 …

0
81
Member Avatar for balamurali07

Dynamic reports means depending on the inputs the reports will be generated. For example if we want to show the details of particular day means the particular date is the input and show that days reports. If you know the answer means please give me the solution.

Member Avatar for Comatose
0
111
Member Avatar for smile4evr

hi all.... this is another thread on datareports... i need to know how to work if i have an sql and i wish to give it in my front end and run the report from the front end... please help!! thanking in advance!!

Member Avatar for Teme64
0
62
Member Avatar for rajuprasad82

Can any help me in doing a project on online examination in VB, I want a code in which, the program will fetch 10 questions from data base randomly. The data base having more than 10 questions. The data base would be of questions and there answers and the answers …

Member Avatar for Comatose
0
126
Member Avatar for ryan311

hi can anyone help me? because i dont know how to use for next loop i want to make a sample program in vb i have 1 textbox if i inputted value of 3 in text1.text it will come up in this answer 1 2 3 then if i click …

Member Avatar for ryan311
0
301
Member Avatar for firoz ahmed

i want fields department,job_centre,cost centre should come first before detail section can anybody tell me how should i code for that. i have written a code it is working fine but i am making iso certified report and req. is to place fields just above the detail section kindly let …

0
40
Member Avatar for biato

I'm trying to write application run as service in vb6. I have two barcode printers (ZEBRA) with print servers connected to centronics port (D-LINK DP-301P+). In my service i connect to SQL server and get information about destination printer and source code (ZPL) to print. Now i must send my …

Member Avatar for biato
0
273
Member Avatar for alphakillz

Hi, im new here, and I have a huge question. How am I or a user able to submit data from a vb6 application to create a new post? Here is an example of what im referring to. [CODE]http://img201.imageshack.us/my.php?image=61664343pu1.jpg[/CODE] I just need to figured out how to send the data …

Member Avatar for alphakillz
0
89
Member Avatar for altafad

Hi Experts See attachment it will explain my problem I need coding in vb to solve it Thanks Altaf Ahmed

Member Avatar for Comatose
0
47
Member Avatar for firoz.raj

sir i want if user click on submit all the records should come form production table if it match dtpicker1 and dtpicker2 value i have written a code but it is not working kindly let me know. [code] Private Sub Command1_Click() Set rs = New adodb.Recordset [B]rs.Open "select * from …

Member Avatar for firoz.raj
0
92
Member Avatar for scrypt3r

does any of u know how to make a app in vb 2005 send a e-mail with text and/or attachments ?

Member Avatar for Comatose
0
204
Member Avatar for firoz.raj

SIR , I WANT IF USER CLICK ON PRINT BUTTON ALL THE RECORDS SHOULD COME IN A REPORT FROM MR QUERY [ATTACH]8753[/ATTACH] BUT RECORDS ARE NOT SHOWING ON DATA REPORT. I HAVE WRITTEN A CODE IN PRINT_CLICK Private Sub Command4_Click() [B]Set rs = New adodb.Recordset rs.Open " select * from …

Member Avatar for ryan311
0
313
Member Avatar for brothertse2008

OK im new to this so bear with me. I need to add a search function to my project. I need to input a value into a textbox, click a submit button and a screen needs to appear with the results Ive got a the following code but i get …

Member Avatar for ryan311
0
119
Member Avatar for simonpaul

please i just got this visual basic 2008 installed on my system and i would have started work if not for the fact that i cant locate the tools on the toolbox, and what can i do without tools? plaease how can add the tools and get them working....

Member Avatar for jbrock31
0
141
Member Avatar for ryan311

help theres nothing happen everytime i search a record heres my code [ICODE]Dim a a = InputBox("Input Product Code :", "Find", "") If a = "" Then Exit Sub End If Set rs = New ADODB.Recordset rs.Open "Select * from Product where pcode='" & a & "'", cn, adOpenStatic, adLockPessimistic …

Member Avatar for ryan311
0
142
Member Avatar for ryan311

hi how can i change the backcolor of my label the SA is the name of the label heres my code [code] Private Sub Text1_KeyPress(KeyAscii As Integer) Select Case KeyAscii Case 97 SA_Click (0) Case 115 SA_Click (1) Case 100 SA_Click (2) Case 102 SA_Click (3) Case 103 SA_Click (4) …

Member Avatar for ryan311
0
75
Member Avatar for mana

hi i want to write a program to read , write and append xml using VB not VB.net i am new to VB and dont know what to do, any tips on what functions to use will be appreciated thanks in advance

Member Avatar for SCBWV
1
86
Member Avatar for ryan311

hi where can i find an image icon that i can use in visual basic? or where can i download!

Member Avatar for SCBWV
0
63
Member Avatar for Dav 1

Hello, I'm making a customer data base for my friend. I need to open, edit and save a excel file in ole. So I know how to ope and edit but I don't know how to save it. I searched already half of a web and I found nothing so …

Member Avatar for Dav 1
0
117
Member Avatar for DazzaE2008

Hi New Here, I am struggling with a project am doing in Visual Basic 2008 where I am intergrating a access 2000 database. I cant seem to use the VB2008 program to search one field from the database (House Numb er, Id like to search btw). Any help people...... Thanxs …

Member Avatar for DazzaE2008
0
177

The End.