9,978 Topics

Member Avatar for
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
265
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
147
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
44
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
332
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
98
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
96
Member Avatar for RameshTV

Dear All, I am trying to connect with VSS from my VB project. I am successfull in connecing the VSS server and I am able to find the file, version of the file in a specific Folder / Node of VSS. But I am not able to trace the modified …

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

Can anyone tell me .when in let property why we put parameter of property always value type .why not return type should be reference type.Additional can anyone explain me datasource class of vb6.How should i use this data source class using ADO 2.6 Means using recordset object in a datasource …

Member Avatar for vb5prgrmr
0
107
Member Avatar for sackymatt

Hi guys am new on VB6 and would like your urgent help, i have created my POS half way and have created a form for sales, now what i want is when i enter an item code all the other information related to the item diplays at the respective text …

Member Avatar for sackymatt
0
207
Member Avatar for pjainmp

I am using dataenvironment for generating datareport using the following code Unload DataEnvironment1 DataEnvironment1.Connection1 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\htm.mdb;Persist Security Info=False;Jet OLEDB:Database Password=pushhtm" DataEnvironment1.Command1 Trim(op) datareport1.Show it is working well. I am using a form to input a record and use a print button with above code to …

Member Avatar for dspnhn
0
92
Member Avatar for PinoyDev

Good day! I am having problem inserting records to sql server. I have ten records to be inserted in database that is stored in an arrays(). When it reach to a value that has a quote or double quotes in returns error. Please help. What will be the best solution …

Member Avatar for PinoyDev
0
109
Member Avatar for Agent-of-Chaos

hi to all genius, i am making invoice form in vb6, i have to make grid like view so that user can add item details in row just by clicking on it and new Grid is open to select record from it. hope u r understanding.. example: this is the …

Member Avatar for manoshailu
0
135
Member Avatar for wantolearn

Hello im trying to create my first software :) this is what im wanting to do There is a text box with 1 command button and inside the text box will store arrays 0-25 for example [code] cypher(0) = "0" cypher(1) = "1" cypher(2) = "2" cypher(3) = "3" cypher(4) …

Member Avatar for vb5prgrmr
0
105
Member Avatar for samoual

i have problem with compiling vb6 application not certin one but all even the one that i have compile before it just give me automation error with ok and help since i dont have the msdn library its not useful i have remove and install vb6 but still the same …

Member Avatar for dspnhn
0
291
Member Avatar for gingank

Hi guys need your helps. Now i doing the update part for my program. How to i get data from two table after i type the badge id and employee id then i will show other detail in the same form. So how to do that, need to use what …

Member Avatar for vb5prgrmr
0
64
Member Avatar for abu taher

I made a Data report. I write code like: select *from table1 where date1 and date2 between dtpicker1.value and dtpicker2.value but the data not show in report. but when I write like: select *from table1 where date1 and date1 between dtpicker1.value and dtpicker2.value then data show. what problem? another thing …

Member Avatar for dspnhn
0
95
Member Avatar for abu taher

I made a datareport. I select a date from dtpicker and the datareport show that date data. here I want the selected date (by dtpicker) will show in the report. like: 05-06-09 or from 01-06-09 to 05-06-09 any body help me please.

Member Avatar for dspnhn
0
80
Member Avatar for abu taher

In a data environment I write code like: select ([exam fee]*[other fee]) as total from table1 then it work, but when I write like below it not work: select sum[exam fee] as total from table1 what problem with it?

Member Avatar for dspnhn
0
108
Member Avatar for deep24_kamal23

I prepared one software. Now i want that nobody can install this software without a activation code. How can I generate such an activation key.

Member Avatar for vb5prgrmr
0
147
Member Avatar for Agent-of-Chaos

hi i am new to visual basic and i am using vb6, i have senior year project for invenotry managment system..my problem is that if one form is open then the user must not b able to peform other functions(open another form, close application etc) unless the current form is …

Member Avatar for Agent-of-Chaos
0
98
Member Avatar for kashy!

Hai; I am having a problem, I want to insert data in ACCESS database via using SQL insert into I want to add data in specific fields.... and I am Suffering... Please help me , how I can update data I am using the statement like conn.Execute ("Insert into Class_Nursery …

Member Avatar for vb5prgrmr
0
101
Member Avatar for ghaith

Hello, I have followed a guide to use a library created in C# with the Register COM Interop option using Visual studio 2008 and .NET 3.5 (also tried on 2.0 and vs 2005) i then created a tlb from the output dll using regasm filename.dll /tlb:filename.tlb now back in excel, …

Member Avatar for ghaith
0
176
Member Avatar for LoNe_KiD08

[COLOR="blue"] Hi guys, I am programming on a system that has a report designer. I'm using a software seagate for my report and and VB6. I'm having hard time on how to figure an idea to design a crystal report upon run time. I want to know if there's a …

Member Avatar for vb5prgrmr
0
98
Member Avatar for roachae

I'm a newbie to VB and have been given the bugfixing/maintenance task at the company I work at for one of their products that was written in VB. One of our customers is experiencing a "freeze" in the application at a certain point and the only way around it is …

Member Avatar for vb5prgrmr
0
91
Member Avatar for samuelmoneill

Hi, I have a relatively large application with multiple forms and a Module class. The problem I am having is that when I create a listbox on ANY form and try to use its 'Selected' function eg. List1.Selected vb automatically changes it to List1.selected Can anyone tell me why this …

Member Avatar for vb5prgrmr
0
129
Member Avatar for Cool_Buddy

[B]I was starting my MS SQL Server Express 2005 when this dialog box [I] "new database connection "[/I] Came . I am confused what server name is and what server name should i put in the box ? Please help me, and if possible suggest a aserver name , or …

Member Avatar for vb5prgrmr
0
22
Member Avatar for gingank

Hi guy i'm writing a program using vb the main page when the user choose in the combo box active = yes then insert into table1 then active=no then insert into table2 Here is my code please check for me why got error and correct me if i'm wrong [CODE]Private …

Member Avatar for vb5prgrmr
0
104
Member Avatar for samuelmoneill

Hi, I have a listbox(MultiSelect: 2 - Extended) in which I set ItemData index values for every item that goes into the box. I'll call this listbox myListBox. The ItemData index values match their respective ID's from a mysql database. What I need to be able to do is to: …

Member Avatar for cguan_77
0
2K
Member Avatar for jaasaria

Hi guys.. i wanted to make a report that can be design it own field location during runtime. Im using crystal report 8.5 and do u think this software is capable for this.? Any idea that can be share will be much appreciated. thx

0
78

The End.