Visual Basic 6.0

Description

Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.

Urgent Help Required

Submitted by dongodu on

Private Sub cmdOK_Click()
Dim Cost_Sq As Double
Dim Tota_Cost As Double
Dim Commi As Double
Dim Ded As Double
Dim Add As Double
Dim total As Double
If txtP_Name.Text = "" Then
MsgBox "Please enter the Project Name.", vbExclamation, title
txtP_Name.SetFocus
GoTo EXITPROCEDURE
End If


If blAddProject = True Then
recProject.AddNew
recProject!ID = txtID.Text & ""
recProject!E_date = txtE_date.Text & ""
recProject!P_Name = txtP_Name.Text & ""

INSERTING A NULL VALUE DTPICKER TO MS ACCESS DB WITH A DATE/TIME FIELD TYPE

Submitted by shaolin on

hi every one here.

i hope some expert here in vb6.0 could help me on my problem handling null values of dtpicker.

i'm bothering about this error how to solve this. this is my code:

         sql = "INSERT INTO NOSOld ("

         sql = sql & "ID, "

Need Help

Submitted by dongodu on
Hi All I am New VB ... i have a doubt to ask.... I am developing a small application in that some fields need to entry same data number of times, every time i don't need to enter the data..just when i type 1st letter from the data...remaining letters should display automaticaly...same like in Excel.... Please anybody give me detail code for this.... Thnx in Advance

Passing value from form to ms word

Submitted by jerwin24 on

Hi there..

I just want to ask if it is possible to pass any from a form..let say from a text to ms word which is in the web browser??

and i want the data to be in the specific line

ex. I do have a template then i just type all of the information from form then once i click  a button all infomation will pass to the word document that i created with their designated position or line range in

word...I hope you understand my question and hopefully get any answers from you guys.