HELP! I normally don't write code or develop databases but I am trying to build a MS access database. I have one table (departments) with a list of departments and one table (112) with department, question text and question answer columns. I am trying to build a form where user selects department...
Provide a sample code to how by using VB 6.0 connectivity can be done by Daat Control tool with the database SQL Server 2000
Provide a sample code to how by using VB 6.0 connectivity can be done by ActiveX(ADO) Control tool with the database SQL Server 2000
I create a form (browse image buttom model) using vb 6.0. I want to create the quantity field, and when I entered the image quantity the number of images appeared(where I select the browse option). Is this possible. Help me…. Thank You
how to convert dbgrid database information in to text files (vb 6.0)
How can I display my main program on the laptop monitor and results (for the public)on a external monitor in visual basic 2008?
I'm fairly novice with Access, though I know how to program in a variety of languages. I need to know how to do something in an MS Access 2003 Form. I have two tables: Attribute A B C D E [Items Table] Serial Num Attribute 1 A 1 D 2 A 2 B 2 C What I want is a form where...
How create a database with this problem like there is a faimly and its have a number like 1 (Anil Father) we have create a method to entere members of faimly i.e. 1.1 Member Name Age etc
We are running a VB Application in Windows 2003 environment. The database Server is SQL 2005. The Application runs in a separate server and the database in another. Remote Users connect to the application through the Remote Desktop facility. Users can go for direct print as well as save to PDF and...
spoolsvc.exe Error, priting or exporting to pdf, disables printer services.
If I have the following code... Type xyz V1 as byte V2 as byte End Type Dim myVar as xyz It used to be that when I typed: myVar. in the VB 6.0 editor, I would get a pop up menu with V1 and V2 as my choices. I've done something to disable that and now I don't get the menu anymore. What...
I want number field in Data Report to be formatted like 12,90,565 or 89,675 How to do it Please Help me
What would be the code (using regular expression) to match the page , whos title changes during runtime, but we know that it will contain the string "Welcome" in the begining of the title?
Hello everybody, i recently downloaded the Microsoft Visual Studio 2008 Express Edition. It has Visual Basic 2008, Visual C# 2008, Visual C++ 2008 and Visual Web Developer 2008 (all Express editions). The problem is i dont know where to start. I have programming background. i have programmed in...
Here is my code and then my question. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim objfile As New System.IO.StreamWriter("C:\Documents and Settings\JOHNDOE\My Documents\THETARGETFOLDER\MYFILE.TXT") objfile.WriteLine("just a...
HOW I CAN OPEN A FILE (DOC, PPT, XLS, MDB ETC) BY CALLING FROM VISULA BASIC 6.0
i am new at this. This is an example of the data (in notepad) it looks like this.. 1,ABC,12/12/2008 2,DEF,13/12/2008 3,GHI,14/12/2008 4,JKL,15/12/2008 i would like to read only the first line and have each field dim as varchar. The output should be in this form: Field 1 = 1 Field 2 = ABC Field...
sir, i have vb6 base software and when i click for showing crystal base report by package i seen the message error 20599 sql not found please help me
[Private Sub Form_Load() FillCombo End Sub Sub FillCombo() Dim rs As New ADODB.Recordset, SQL As String SQL = "Select Spare_Name from Spare" rs.Open SQL, Conn, adOpenDynamic, adLockOptimistic Dim i As Integer For i = 1 To rs.RecordCount cboSpare.AddItem rs("Spare_Name") rs.MoveNext Next...


