11,868 Topics
![]() | |
Hi All I am trying to connect mysql and VS 2003 but i am unable to do the connection, which makes me wonder if the are compatible. Can someone tell and also give me the code for connection. Thanks in advance. | |
VB6 - Spreadsheet generates blank pages with no records. Good morning everyone. I'm sure everybody is now familiar with my non-stop posting with my spreadsheet issues. I am populating a spreadsheet/report using vb. I am using a query/table as my input files. The problem is even if program executes and … | |
Hello dear!!! How can I [B]"Connect"[/B] and/or [B]"Disconnect"[/B] [I]Local Area Connection[/I]? Please help me to solve this question. Thanks In Advance! | |
HI Guys! is there anybody who knows how to formatting,and copying files in vb. Does it need you to use windows API? if so which windows API do i use. Pse help me!~ | |
I m passing Criteria using selection formula to crystal report the criteria is table.column in ('July 2007','august 2007') but it displays error in formula that is The ) is missing while this criteria is working table.column in ('July 2007') Can You Please Help me. | |
Hey everyone, I am writing an Excel2007 macro at work because we have two large Excel databases to compare to each other. Basically we have our old database, and our new database. We want to compare the two and find the similar entries based on a particular column. The issue … | |
Should be simple but my brain is about to explode. My database has a form frmPets. I am simply trying to take a field (text) from that form and populate other related forms without actually having to open those forms right away. After 2 weeks of searching and banging my … | |
Hi all , this is my question :- I have installed and created a report using crystal report 9. I used user dsn on ms access database. Now i want to know how can i show the report from my vb6 apps? Plz help me out... If possible plz post … | |
hi all my frnds and everyone here hey just see two zip folders ok . they are .dbf files . i know how to read data from one reord but not from 2 or more records at atime from a single program. how to do that. in this i have … | |
Hi guys this is my first post on here so im sorry if its not done properly its just i have spent several hours trying to solve this problem already and I am starting to get very frustrated. Basically I have create a basic HTML editor using visual basic 6, … | |
Hi, all. I'm not so good programmer, but I have tried to read from the serial port and display the string content to 4 textboxes. Problem is when I use Mid, then only one piece of the string is displayed. [Private Sub btnVoltage_Click() Timer1.Enabled = True MSComm1.Output = ("B9" & … | |
Please help...I am new to Access and VB. I have created a form that selects certain records from a table into a recordset. Now I want to have all the records from the recordset into a report . How do I do this? | |
Hi, all this is my question:- I am creating a double tier vb6 application with access in format 7.0 mdb. For this application i'm creating reports using crystal report 9. Now i want to show the report to view data from tables after passing some criteria. I have a table … | |
Dear All, I'm developing an application in visual basic 6.0. I'm using Crystal Report 11 developer. I've taken Report Viewer using which I can able to view the report but PrintReport method gives error. Anybody has solution for this? Shrinivas | |
Guys, i need your help.. I really dont know how to rotate an object..What would be the codes of rotating an object?? please.. | |
Hi all, one of my first posts, so be nice! :) Working on a piece of AS Computing Coursework. I'm currently developing an application in Access 2003. The system will allow staff at our college to book IT labs, in a single central location and email the staff to confirm … | |
Greetings! I try to create multilanguage program "Arabic and English". But I dont know how to change the position of the title bar from Right to left. My program display the MDIform caption from right to left, but the Icon and the Control buttons like "Minimize, Maximize and Close Button" … | |
Hi, I want to make media player with VB. the problem is when i lunch components window, there isnt any item called Microsoft Multimedia control 6 What should i do?! | |
Greetings! I try to make a multilanguage menu. Arabic and English. My windows xp is arabic enabled but when i try to type arabic font in Visual basic other charter appear on the screen. Is there anybody know how to accept arabic language in creating menu. I think some .ocx … | |
Greetings! How to make numbering in visual basic data report? I create listing report in Visual Basic Data Report. My report works fine. The report can optionaly print by each category like : Department, Position, Lastname, Name etc.. My program print like this: Employee number employee name Position S-1 Emmanuel … | |
Hey, i am having trouble with a project i have for school. The problem is as follows: I have one database(access), and it contains the specifications for 3 PC's( will be more but not atm), i have added a column stating the specification of the pc. I have an adodc … | |
[B][/B] Hi everybody. I have a code that formats the "Comments" field row in my spreadsheet. The objective is to begin a new paragraph whenever it encounters a date field within the text data. Below is how it is currently formating the "comments" field in the spreadsheet: [U]Example 1:[/U] Comments: … | |
I am making a backup program and I dont know the code for copying a specified folder from a source to a specified destination...... the picture attached shows how i made how to select source .... the other tab is for destination... Thank you very much Any help appreciated | |
I have made some(10) combo boxes in my project!!! i need to make them depend the one on the other... i mean if the first combobox is a car brand (e.g Ferrari) then the second combobox must only contain ferrari models! is there a way to hide the rest selections … | |
I need help with sql statement that includes two tables one table has id and name, lets call it tbluser second table has id and all other info, lets call it tblinfo Something like this Select id from tbluser where name = txtname Select * from tblinfo where id = … | |
I made a macro to sort a form and it works fine as long as every thing that it searches for is there to find. If not it times out waiting for an event. I do not know VB, The only reason I put the [ ] around [rcEnterPos, "30", … | |
hi guys, i know this might look like a n00b's homework assignment - but it aint, im studying VB for myself. Im trying to do this tutorial over here, cuz everybody said it's good [URL="http://www.profsr.com/vb/vbless04.htm"]http://www.profsr.com/vb/vbless04.htm[/URL] Prob is when i try to press the confirm button, error message pops up saying … | |
I want to draw text on JPEG and save it in file. But me need that this picture didn't visible. Please help me! Thanks In Advance! | |
i have three arrays below [code] l = 0 For k = LBound(Tstk) To UBound(Tstk) Tstk(k) = stk(l) l = l + 1 Next k [/code] [code] z = 0 For x = LBound(qty) To UBound(qty) qty(x) = Text5(z).Text z = z + 1 'Tstk(x) = stk(z) - Text5(z).Text 'Print … | |
Hello everybody, my program have been working and today I'm getting run time error 1004 - invalid number of arguments on this line of code: [code]mystr = "Comments:" & "'" & xlApp.Clean(Trim(rsin![Comments]))[/code] Also, I am getting a "Runtime error 1004 - unable to set the RowHeight Property of the range … |
The End.