11,868 Topics

Member Avatar for
Member Avatar for stan yost

My vb 5.0 program is adding 2 identical records to a table each time I run it. Does anyone know what would cause this? Thanks

Member Avatar for stan yost
0
95
Member Avatar for LiBOC

Hi guys! I was trying to upgrade a VB 6 program that involves updating of databases through SMS by in putting AT commands through Serial port to a GSM modem(SIEMENS) There are certain syntax that are not recognised. I need to seek your kind help if there are any good …

Member Avatar for jbennet
0
84
Member Avatar for tswaters

Ok, I'm having a little trouble with the DataReport Object. It's a very simple report, showing users and their information -- but also there is one field, a Memo that is their "Comments". When the whole report is displayed, it looks much like a table with the headers showing the …

0
49
Member Avatar for aparnesh

Sometimes when I am trying to package a project, I am getting the message 'Dependency File for <some File> could not be found. If you are sure there is no external dependency Click OK' etc. Interestingly, the same setup (same set of Visual Studio CDs) installed in a different machine …

0
61
Member Avatar for firstbizsoft

Hi all, Working in a Pos System and using this code for print all product from the list. The code wrk fine the only prb is: The text begin printing from the middle of paper and not from the left side. Where is the prb? This is the code: Private …

Member Avatar for Marikanna
0
205
Member Avatar for bobbymusic

Hey all, my problem is when I start to compare two texts with different lenght. The point is that the texts are loaded in two RTB and I don't know how to compare them. I found that I have to parse the strings and then to compare word by word,but …

0
40
Member Avatar for sugarboy rider

i have to comunicate from vb to control a nec vt480 and I have not much idea how to send the instructions correctly . Acording to the information given by nec, this are the codes to control projector: 001. POWER ON 02H 00H 00H 00H 00H 02H 002. POWER OFF …

Member Avatar for sugarboy rider
0
434
Member Avatar for vheart20

hi am in urgent need of a good vb 6.0 project with oracle.i will be very thankfull if u could help me as soon as possible

Member Avatar for WaltP
0
160
Member Avatar for stan yost

Has anyone ever had a form freeze up in vb 5.0? When I run by program the form is displayed in the smaller size and the 3 buttons at the top of the screen (the minus sign, the box and the X) are not functional.

Member Avatar for stan yost
0
79
Member Avatar for maheshsayani

Hi All I want the form look like image. I mean that the form should be shaped as the image. for example when you click on skin mode in windows mediaplayer you will find the window like head shaped. i want my form look like that Pls any one help …

Member Avatar for Comatose
0
87
Member Avatar for aparnesh

I have a project which has 2 parts - an exe and an ActiveX DLL. Earlier I could have the 2 parts running in separate instances of VB 6 simultaneously. Now when I am trying to run the exe portion from VB environment, with the DLL running in a separate …

0
55
Member Avatar for bobbymusic

In my form I have two rich text boxes.In both of them I put two different text files(.txt or .rtf).I looking for some code to compare them, and to have the result as marked differences into the second rich text box.How I have to compare them-as strings or as files? …

Member Avatar for bobbymusic
0
151
Member Avatar for elainenguyen

I am doing Acess database with VBA. I have 3 tables (you can look at the code below). The codes works when searching for records that are exist in the tables. But when I try a record that doesn't exist in the table, I din't get the warning message that …

0
76
Member Avatar for Jambar

how to update an existing databases not replacing the item just only a quantity... help me... plssssssssssss.... tnx:sad:

Member Avatar for Jambar
0
73
Member Avatar for saurabh_kanwar

Hi Guys, I just need a bit of help in VBA. What I'm trying to do is to open report from a form. The reports are based on Query. The form consists of a combo box and a command button. What I want to do is to select the condition …

Member Avatar for saurabh_kanwar
0
97
Member Avatar for aspsqlvb

Hey guys..... can someone tell me why when I pass a NULL value to this function, the logic comes back as NULL and not an empty string?...... Thanks, Ken [CODE]Public Function Field2Str(strValue As String) As String If IsNull(Trim(strValue)) Then Field2Str = " " Else Field2Str = Trim(strValue) End If End …

Member Avatar for aspsqlvb
0
163
Member Avatar for jholokai02

Below I have listed my code. I am having a problem searching through multiple sheets in an excel workbook. As of now, it will load cboPcMark with only the first page of search results. It will also duplicate a couple of them. Can someone please take a look. Thanks in …

0
57
Member Avatar for Jambar

I was going to make a program on visual basic 6 to adodc. and my problem is how to update an existing file, not replacing a file just only a quantity.. plssss help me.... tnx:sad:

0
60
Member Avatar for NewVBguy

Hello there, I am trying to connect to an Oracle database that contains 210,799 records with 50 columns. My plan here is to compare the speed between MS Access database and Oracle. Ms Access took me less than a minute to open the database and display the first row while …

0
59
Member Avatar for sys_adm

[COLOR=#555555]Hi Guys[/COLOR] [COLOR=#555555]I am a beginner at this. I have a spreadsheet that has all the customer's sales i want to create a macro that will match the product numbers in this spreadsheet to those in a template. Something like that:[/COLOR] [COLOR=#555555]IF Product Number (in spreadsheet) = Product Number (in …

0
50
Member Avatar for snaged46

Hello everyone, This is my first post on this board, I have a problem that I cant find any answers for on the web. I have a Private sub on a form, and I have sql code that draws the information that I want, but does not work when I …

0
54
Member Avatar for bybruno

hi, i have a lot of menus in my aplication now i want list all menus with the following code: [CODE]For i = 0 To Me.Controls.Count - 1 Next i[/CODE] this detect all the controls in the program but now i want know what controls are menu and others that …

Member Avatar for Comatose
0
70
Member Avatar for gdlgplic

I am just learning how to write macros and I need some help linking two If..then:..else statements. I have two drop down boxes that I want to link together. I am trying to tell it that if one statement is true then filter row else filter for criteria cell (2, …

Member Avatar for gdlgplic
0
75
Member Avatar for campfishitus

[COLOR=black]I'm new to Vb and need some of your EXPERT help!:mrgreen: [/COLOR] [COLOR=#000000] What I need to write or copy is a script that will[/COLOR] [COLOR=#000000]1. shut down log file services on windows 2003 server[/COLOR] [COLOR=#000000]2. copy the application/security/event files to a .csv file[/COLOR] [COLOR=#000000]3 delete entries on the logs[/COLOR] …

Member Avatar for Comatose
0
119
Member Avatar for Gibsob22

Hi, I'm facing a problem. I open two separate applications of Excel, one application has a spreadsheet that will run a Macro (every 10 mins. or so) and the other application has a spreadsheet that links (I think via OLE) to the spreadsheet that is running the macro. If both …

Member Avatar for Comatose
0
129
Member Avatar for arvin2006

hello there!! i am creating a vb project, and i want that my mainform could not be minimized by any keyboard events, such that it acts like a desktop.. the program should not allow the user to enter any kind of application even if he/she presses the windows button or …

Member Avatar for sendoshin
0
293
Member Avatar for Seba Sama

i really need to get some data out from a xml and upload it into SQL. i found something about but i miss some things. [code]Dim xDoc As MSXML.DOMDocument Set xDoc = New MSXML.DOMDocument xmlDoc.Load("f:\data\customer01.xml") [/code] i don't know what reference to include, i get "user-defined type not defined" error. …

Member Avatar for sendoshin
0
220
Member Avatar for Fatshadow

Can anybody tell me if it's possible to write a program in VB that can read and edit the Master File Table of an NTFS system to restore a deleted file.... i know that it can be done in C And C++ but not sure about VB.....

Member Avatar for Comatose
0
51
Member Avatar for ruvi

I am making a short simulator on ppt using visual basic . I can't figure out how to make my comand botten fade back and not be in front but still be valid. I would be grateful for the help Ruvi

Member Avatar for Comatose
0
28
Member Avatar for amir_ct2001

i have done project in vb with access . i wish to create setup files for my project.how can i create a complete package including exe and all supporting DLL files

Member Avatar for WaltP
0
109

The End.