HOW I CAN OPEN A FILE (DOC, PPT, XLS, MDB ETC) BY CALLING FROM VISULA BASIC 6.0
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...
I have a vb6 - RDO code that works ok with Oracle8, recently there was an upgrade to Oracle 10g enterprise. Now I get the error 40041 -> Object Collection: Couldn't find item indicated by text. 1110 lstrSQL = "{call Pyramid.Load_Tables(?, ?, 0)}" 1120 Set lrdoQ =...
Dear sir, I wnat to capture a photo by clicking a button in VB 6.0 through webcam and store it to a desired location. Please help me
Hi I used Crviewer component in my project for designing and printing reports but I can't set it portrait and it is landscape all the time and I couldn't find any properties about orientation!!!! I use of visual stedio 6 (vb6) and crystal report 8(os is winxp sp2) Could you please help me soon!!??...
Plsease send / provide codes to for DataEnvironment (vb 6.0). I wish to use the De for all purpose, eg. In Form, In Query, In Report every things thanks anand
Hi Expers In VB 6.0 Please Provide code concept with easy examples for Filter and Find (I using DataEnvironment on Desine Form for eg. DataEnvironment.RsEmp.Update etc Thanks Anand
Hi Experts In Visual Basic 6.0 I coded for month name eg. msgbox MonthName(1,True) Returned as Jan But I want the Month Number juslike above any code please provide eg. msgbox MonthNumber(Jan,true)
Sir, Kindly tell me how convert textbox to combo or any proceedure. i use vb6.0 Dataenvironment and drag the all field form DE on the Form at the desine time. some field of them require as combo. how i do this Thanks Anand
In VB 6.0 Data report I have a number field eg 15685. It should display it as fifteen thousand six hundred and eighty five. I don't know how to code for this? Please help
Dear sir, I am computer data entry operator, i would like to make one simple application reg Payroll using VB6 and SQL. I know only some basic commands in both but i dont know what are the steps taken first what we have to do (crating forms in vb or creating tables in sql or other i dont know...
I want to connect VB6 application with SQL SErver database such that if anything is saved in VB6 forms it will be saved in the database tables of SQL Server.


