10,992 Topics

Member Avatar for
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
73
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
450
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
88
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
125
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
84
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
113
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
63
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
130
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
303
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
43
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
276
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
92
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
50
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
100
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
209
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
316
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
122
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
145
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
145
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
79
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
88
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
66
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
120
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
183
Member Avatar for "dam"

Dear All, Please Help me out in this matter. I'm developing a small project, in this i'm uploading my combo box with master data ( i.e. List of Equipment). What i'm doing is once the user complete entering data in form the data is saved. Now when i reload same …

Member Avatar for "dam"
0
359
Member Avatar for abu taher

I add some data in a form by text box. a acsess file store it.then I close this form and open another form . that data show in this from by datagird or msflexgrid. but my problem is when I add some data and close that form this data not …

Member Avatar for abu taher
0
287
Member Avatar for answrtek

I just have a formatting question. Looked everywhere and can't find a straight yes or no answer. I have a user input form - (Continous forms-in Access 2003, based on a query, using vba 6.5) that has a checkbox which is used to denote whether the user wants an english …

0
75
Member Avatar for RahulV

Hello, Im trying to create an application, where its upto the user to create and delete the database dynamically and at runtime. But i don't know how to make it. Can anyone please help?? Whenever i tried to contact u people for help u all have always helped, hope u …

Member Avatar for RahulV
0
76
Member Avatar for ramesh_natesan

I have a question. is it possible to login to remote locked machine using vb script. the remote machine is in the same office network domain and it is in locked state. Any suggestions please? [URL="http://rameshnatesan.blogspot.com"]http://rameshnatesan.blogspot.com[/URL]

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

I Want if my Purchase form should come at form_load the last value of req. no should come in text box . i have written a code : [B] Private Sub Form_Activate() Set rs = New adodb.Recordset rs.Open " select max(req_no) from po", con, adOpenDynamic, adLockOptimistic Text12.Text = rs!req_no End …

Member Avatar for firoz.raj
0
60
Member Avatar for yuleball

hi I am designing an editor program. I am using ChrW() and AscW() functions to print the character on screen. I want to implement combining diacritical marks(or accent marks) i-e if i print a character and then i want to put diacritic on it by using specific key then i …

Member Avatar for yuleball
0
206
Member Avatar for firoz.raj

Kindly find the attachment [B]17dpo.zip[/B] thatsort issue is resolved now i want when user should clickon grid1only item_code, product_name, unit should come and cursor should be at quantity column so that user put quantity on that cell for material requisition. kindly find 17dpo.zip

Member Avatar for Ashwani_chaudha
0
479
Member Avatar for Guigo

Hi, I would like to know how can I apply visual styles in my projects. I've tried to use System.Windows.Forms.ButtonRenderer.DrawButton, but it doesn't seem to work. I have Visual Styles enabled, so I don't know whats wrong. Thanks

Member Avatar for Guigo
0
155
Member Avatar for firoz.raj

Sir , when i press a Save button one extra row is inserting how should i remove that cell : Private Sub Command1_Click() On Error Resume Next If (CheckInput) Then Dim row As Integer Set rs = New Recordset For row = 1 To Grd.Rows rs.Open " SELECT * FROM …

0
42
Member Avatar for BK-KSA

Dear DANIWEB Members and Guests, HAPPY NEW YEAR 2009 I am a beginner in VB and so interested in programming. I am doing a small program in VB with back end MS Access and Crystal Report for report making. I humbly request your help and support in som matters. 1. …

0
36
Member Avatar for sumeth

I've insert a window media player object in a form. But I don't know hnow how to control or code the object. Any one can tell me where I could see how to use and code in here or the other website. Thank you.

Member Avatar for debasisdas
0
288
Member Avatar for jackVB

Hello everyone. Happy New Year. correct coding for connectivity of oracle database with VB 6 or VB.Net Thanks

0
60
Member Avatar for smile4evr

hi all! my project is with VB at the front end and MS Access at the back end!...i wish to know how to connect to MS Outlook based on a mail id taken from my employee database! please help... very very urgent ! thanks a lot!...

Member Avatar for debasisdas
0
43
Member Avatar for yoyoaz77

I have a form written in vb6 that the user is able to show listed items in a listbox from criteria from 4 different comboboxes. The data is being connected to an Access db. Where I am stuck at is after the search lists the data in the listbox the …

Member Avatar for yoyoaz77
0
117
Member Avatar for dinilkarun

I am coding in VB to add 3 fields of MS Access back end. If there is no value (or blank) in a particular field, I want 0 to be considered in addition. Following code is not working for checking the blank field. If IsNull(DE_hours) Then DE_hours = 0 End …

Member Avatar for ryan311
0
104
Member Avatar for smile4evr

hey all! please help me to check for validaiton such that... i hv few textboxes and combo boxes and if data is not entered in them then the submit button should be locked... and also tell me where should i write the code as in .... in form_load or submit_click... …

Member Avatar for smile4evr
0
203
Member Avatar for roberteregina

I have developed, along many years, a system using VB6 for Windows, using XP Professional. Now, I purchased a iMac, that uses an Intel Core 2 Duo 2.66 Ghz processor, so that installing Windows Vista Home Premium 32 bits edition, I could use resources from Windows and OS X Leopard, …

Member Avatar for roberteregina
0
123
Member Avatar for Phreak

Hi all, It's been a long time since i was last logged in here. Comatose was probably glad to see the back of me and my non stop questioning ;-) Well today i have a small question which i hope someone can help with... Here is my question... im trying …

Member Avatar for Comatose
0
301
Member Avatar for yoyoaz77

Ok I have a form with 4 comboboxes and 1 listbox, this form searches the db for the corresponding record to the search, the user then selects an item in the listbox, clicks a command button to open an new form with various textboxes corresponding to the db fields. On …

0
79
Member Avatar for squidd

First off let me say if this is in the wrong forum i sincerely apologize. I put this is the delphi/pascal forum but haven't gotten much back from that. so I thought I may try it here to see if some help would be available. The code I did in …

Member Avatar for E.Jithender
0
110
Member Avatar for kathir_krr

SIR, i hava developed a billing project.In that i need to read Material's datas( code, name,rate....) from barcode reader and then continue billing. i dont know the code for reading data through barcode reader. so i seek your help . plz help me . thanks

Member Avatar for debasisdas
0
53
Member Avatar for joeey

Hi, I would like to create a countdown timer using number extracted from the database to use a the time for the countdown. Can anyone help me ?

Member Avatar for joeey
0
147
Member Avatar for firoz.raj

Sir i have written a code in command1_click i want if user click on save button all the grid data should store in MR table rs1.Fields("item_code") = Grd.TextMatrix(1, 1) rs1.Fields("productname") = Grd.TextMatrix(1, 2) rs1.Fields("unit") = Grd.TextMatrix(1, 3) these line are working fine but i want to store all the grid …

0
49
Member Avatar for Breez

Hi Guys I wonder if 1 of u can help me I want to add Tab Navigation to my Project ant can't seem 2 figure out how to doit can somne one please give me wuick step guid to it pls ? Thank you

Member Avatar for gurshan
0
133

The End.