10,987 Topics

Member Avatar for
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
71
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
96
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
159
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
55
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
59
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
57
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
48
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
52
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
69
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
73
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
117
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
126
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
291
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
218
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
49
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
26
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
104
Member Avatar for stackOverflow

Hello everyone, I have to learn vb and complete a project in another 2 months. I have no experience in vb. I have no idea which books to refer for learning. I need it from the very basics. I'll be glad if you all can suggest some books or any …

Member Avatar for sendoshin
0
146
Member Avatar for adaids

Cause im doing a game so i want to reset the game.. what will be the code so that i can reset all the game and make it like if it was just opened?

Member Avatar for sendoshin
0
2K
Member Avatar for arvie

i have this project in c++ and i want to incorporate it with vb. what i want to happen is that when i click a command button, my .exe file will be opened. I used Shell "C:\........\prog.exe" it did open my .exe but my desired output didn't display. I was …

Member Avatar for arvie
0
80
Member Avatar for Roberdin

I'm using Visual Basic 6.0 Learning Edition. Does anyone know how to set an Icon for my program (other than the default)? When I click the '...' and then choose an Icon, it claim's I have 'set an Invalid property value'. Can anyone help with this?

Member Avatar for WaltP
1
378
Member Avatar for M. Nicholas

[COLOR=#000000]I need help with VB in a MS Word 2000 macro/form, hope I’m in the right place.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]We have created templates (with help from a VB 6 programmer) that have a form to fill in information on the word doc. I need to make a major upgrade (the …

Member Avatar for Comatose
0
118
Member Avatar for stan yost

I am trying to refresh a data control but I keep getting the following message no matter what I try: Run-time error 3464 Data type mismatch in criteria expression. If I leave the where clause out I don't get the error message. [CODE]Private Sub cmdseektask_Click() Dim strsql As String, temp …

Member Avatar for stan yost
0
233
Member Avatar for Suraj Shrestha

I am trying to make an interactive seial communication program in Visual Basic but getting problems a lot. Could you please help me in this matters as I am doning small project in this and urgent as well. Thanks in advance

Member Avatar for embeddedravi
0
70
Member Avatar for jto

i have a vb program , i want to run this program on my local intranet , is it possible that my program remains on a single pc and all other pc will access the same from that single location , i have used crystal report tool also , is …

Member Avatar for mrmike
0
197
Member Avatar for mazza 412

I have a form that I've created in excel. I am trying to write a macro to run behind it to work along with the check box ActiveX Controls I've inserted in the document. I asked one of my programmers to help and he said he cannot get the macro …

Member Avatar for mazza 412
0
88
Member Avatar for kitcath_07

please send me the code of cpu scheduling using visual basic it will be pass tommorow tnx

Member Avatar for Comatose
0
51
Member Avatar for kmbhat1971

I have been developing a program in visual basic 6.0 with multi language facility both in English and Arabic. The problem here is I can type Arabic, but while making printout(IN WORD DOCUMENT) from text boxes or labels i get some other FONTS.Kindly Help me out.

Member Avatar for Yomet
0
462
Member Avatar for tecman

Hi How can I create vb6 application that can be able to access to mySQL data base on web site ( the app is on computer connected with the internet ) . Thanks .

Member Avatar for aparnesh
0
62
Member Avatar for Suraj Shrestha

I am making the interface program in VB with the serial port communication in the null modem configuration with customizable baud rate selection. Would you please help me in writing this code, it is one of the part of my project and mandatorily fininshed in time. So, please help me …

Member Avatar for WaltP
0
56

The End.