10,987 Topics

Member Avatar for
Member Avatar for reyarita

hey guys i need some a litle help with my vb. i have a problem with my project i cant delete a data in a file and i cant split the name,age and id if ever i click it, it will display above of it in FRMRETRIEVE i have here …

Member Avatar for vb5prgrmr
0
129
Member Avatar for PinoyDev

hi guys. I have succesfully loaded all the data needed to an excel worksheet.this works fine.But i want to show the excel on my own form like in form1 rather that displaying it automatically like a normal app. my code(this works for me) below pls help.! [code=vb] Sub loadoutputaging() 'On …

Member Avatar for vb5prgrmr
0
115
Member Avatar for firoz.raj

What happens when we do .in the form_load event. it delete the object from stack .or what ? normally i know when we do set con=nothing it deletes the object from the tempporary memory. Normally constructor is called when we delete object.how should i call constructor or destructor over here …

0
56
Member Avatar for LoNe_KiD08

Hi guys, I'm a newly programmer for VB6. And right now, I'm doing a certain project and I am using the Data Dynamics Active Report. I'm not familiar with this kind of report and I really need help about this one. I want to know on how to use this …

Member Avatar for LoNe_KiD08
0
119
Member Avatar for agent7
Member Avatar for agent7
Member Avatar for cjreynolds

I'm writing an MP3 player (been writing it off and on for 10 years), using the WMP control in VB6. Up until now, I've been using ver. 6.4 - Now I'm upgrading to (I think) ver. 9. I have a timer that checks the control's playState property, and grabs the …

0
26
Member Avatar for Mikarinkazaa

Private Sub cmdLogin_Click() Dim comSave As New ADODB.Command Dim sqlAdd As String Set RS = New ADODB.Recordset With comSave [COLOR="red"].ActiveConnection = ConnDB[/COLOR] .CommandType = adCmdText End With ConnDB.BeginTrans sqlAdd = "INSERT INTO UserName (FullName,IDCard,CustomerID,Office,Address,Telephone,UserId,UserPwd)" sqlAdd = sqlAdd & "VALUES('''& txtFullName.Text & ''', ''' & txtIDCard.Text & ''', ''' & txtCustomerID.Text …

Member Avatar for debasisdas
0
96
Member Avatar for lalchetian

Function GetHTMLPage(Inet1 As INet, ByVal url As String, ByVal filename As String, ByVal proxy As String) As String Dim fnum As Integer On Error GoTo errorfetch INet.Cancel INet.proxy = proxy errorfetch: nme = Form1.Caption GetHTMLPage = Inet1.OpenURL(url) If Inet1.StillExecuting = True Then DoEvents End If Form1.Caption = nme fnum = …

0
92
Member Avatar for andy999

Hello all, I am trying to load data of text file (which is comma delimited and is in the same application folder), into a listview control.The data is coming in list view but in the first column in list view there is a problem.Can somebody help me to solve this …

0
56
Member Avatar for dclardy

I am trying to write a function that will perform different calculations based on a Log Code. The function is returning an error of undefined external name. I think that I need to open a recordset, but I do not know how to do this. Any help would be great. …

Member Avatar for Difou
0
87
Member Avatar for singoi

Hi Friends, how can i change the color of a cell when Datagrid cell is cliked and also this color should be saved in Access database on the same cell. Thx - singoi

Member Avatar for cguan_77
0
54
Member Avatar for lakshay

Hello Vb Experts, I want to know how to convert vb software into exe i have made software and want to convert into exe so plz. tell me all the steps. Thank You

Member Avatar for vb5prgrmr
0
50
Member Avatar for sackymatt

Hi all, I want to know how i can decrement the value of quantity in stock in my data base. This would be based on how times an item is purchased. So every time an item is clicked, i want to show the quantity has decreased in the database. I …

Member Avatar for vb5prgrmr
0
224
Member Avatar for craigallansmith

Goodday All. I have imported data from an MS excel spreadsheet into MS Access. All goes well unit I try to populate a MSFlexgrid with an open recordset. In my code it shows me that each and every field is found except when it gets to empty field it see's …

Member Avatar for vb5prgrmr
0
137
Member Avatar for avisek_cts

i am making a report of server utilisation./now there are many servers and for each server there is a txt file in a certain dir loc of that server. user will call the server by the name and the text file will be called from its respective location how to …

Member Avatar for vb5prgrmr
0
290
Member Avatar for jackiejoe

OK, this might be a bit too difficult to explain on the forum but I thought I would give it a shot. I have an excel sheet which has 3 columns, The first and second columns contain different figures and the third column has a figure which could be a …

Member Avatar for jackiejoe
0
116
Member Avatar for craigallansmith

Goodday All. I have imported data from an MS excel spreadsheet into MS Access. All goes well unit I try to populate a MSFlexgrid with an open recordset. In my code it shows me that each and every field is found except when it gets to empty field it see's …

Member Avatar for craigallansmith
0
130
Member Avatar for Richy321

Hey, The ole container control seems to only bring in the first page of a document, or a certain fixed amount. Is there a way to bring the whole document in, e.g. multiple pages? I am actually trying to get crystal reports X to do this but it calls exactly …

0
54
Member Avatar for abu taher

I made a cross tab query. please see the attach file. the sum of category show in textbox in my project. like: Stationary = 2000.00 Machinery = 5000.00 Salary = 2200.00 here I can write sql command like:[CODE]select sum(stationery) from table1 [/CODE] but here I know the category"stationery" so I …

Member Avatar for ljwolf67
0
96
Member Avatar for fauzanf

Hallo My Friends, I have a problem. I'm trying to insert some label on my form. But i have an error message. The message said, Control on Form reached maximum limit. Any idea??? Thanks & Regards, Fauzan

Member Avatar for fauzanf
0
82
Member Avatar for Sarama2030

High daniweb crew! A client requires to be developed a customised e-mail mesaging software. I'm having problems intergrating visual basic 6 and html. Furthermore, coding the sending and receiving of e-mails is kind of a problem. Please assist in any way you can. Code snippets in vb6 please. thanks guys!!

Member Avatar for vb5prgrmr
0
102
Member Avatar for iantoya

I am trying to make an interface for my database. SQL Server 2008 express is used in my database. The compiler error prompted me an invalid outside source procedure. Here is the code. [CODE]Dim a As New adodb.connection Dim b As New adodb.Recordset Dim sqlStr As String ' String variable …

Member Avatar for vb5prgrmr
0
85
Member Avatar for samuelmoneill

Hi, I am writing a vb6 application to take in SMS text messages from a modem, do some string maniplation on the messages and store them in a MySQL database. It also prints them to the main screen of the application. I am using a timer to check the SIM …

Member Avatar for jonc
0
266
Member Avatar for Mikarinkazaa

Sub RecordToScreen() Dim item As Long Set RS = New ADODB.Recordset Statement = "SELECT * FROM tblAsset WHRER AssetID = " & txtAssetID.Text & " picProduct.Picture = LoadPicture(app.path & PictureFileName)" RS.Open Statement, ConnDB, adOpenForwardOnly, adLockReadOnly, adCmdText RS.Close: Set RS = Nothing End Sub ------------------------------------------------------------- :'( Dbug Run-time error '-2147217900(80040e14)': Syntax …

Member Avatar for vb5prgrmr
0
149
Member Avatar for chamindakumara

Please explain me how to display a text line in a customer display which is connected to COM1 using VB6 (With sample VB codes)

Member Avatar for chamindakumara
0
46
Member Avatar for tirtha87

Guys, I'm in a bit problem & need help... My problem is: In my project I've several forms (almost 30) and 1 MDI form. Now when I'm connecting to the database (MS Access) I want when the MDI form will be opened the database will b connected & as soon …

Member Avatar for vb5prgrmr
0
85
Member Avatar for kheoyleon

hi! i'm new here. i have problem with my database. i asked my friend to key in data. then, i want to combine all data together in ms access at my computer. when i run the system the run time error "13" type mismatch appeared. i don't know what this …

Member Avatar for kheoyleon
0
336
Member Avatar for abu taher

my form window sate (property) is maximized. this is run maximized before. but today it run normally. but when I manually maximized it then it would maximized. what problem with it.

Member Avatar for abu taher
0
99
Member Avatar for dspnhn

hello all, Is there some way that i could create a menu just as we all use in various applications that pops up on mouse right click event with loads of options.......it would surely help me save a lot of buttons...

Member Avatar for johnly
0
98

The End.