Specify Columns for HTML Export - VBA Excel 2010
I can export this no problem... HTML Code: With ActiveWorkbook.PublishObjects.Add(xlSourceRange, website_path _ , "CCR LOG", "$A:$AA", xlHtmlStatic, "CCR_log_24100", "")...
View Articlesum of columns in sql which includes null values
I'm trying to retrieve a field based on a condition as follows. A11, A13, A21 and A23 are the columns (Number data_type) may contain null values. My condtion is : Retrieve SubID where (A11+A13-A21)...
View ArticleForm Objects Position Top Left
Hi everyone, I was wondering if there is any tool in VB6 itself or a third-party-tool that can allow me to get the position of objects that I move in my form. I do this manually but is taking me for...
View ArticleSave MS Access Database file as a ZIP file with VB6 code
I would like to know how to save my MSAccess Database file as a ZIP file with the help of VB6 code. Can anyone help me please ?
View Articledisplaying just one name out of lot in List View
hi, yeah its me again now, i have saved data to my table in which fields are CustID, CustName, PrdID,PName while saving what happens is a Customer buys many Products, what i do there is i add all the...
View ArticleVb-Sql 2000 Date format Problem in query
I am using vb6 for developing my database application for storing and displaying data. The Problem is the date format in different computers using my application. The Client has different computers...
View ArticleVB6 Help: Delete Multiple Items
Hi good day mates =) I'm new here, sorry if this post is wrong. Problem: As the title said, I need help with; Listview multiple selected items and delete them. Code of Delete botton Code: Private Sub...
View Article[RESOLVED] update sql not executing
Code: Dim updatestr As String updatestr = "Update tbl_purchaseheader " updatestr = updatestr & "set rrponumber= " &...
View ArticleListbox help
I have problem getting item in List3 when clicked on list1 item Attached Files sample.zip (2.3 KB)
View ArticleDate Validation
Hi I have this code below, validating the date. so far it's just validating the date. I'm accepting a data from the user and I want to throw error also when they put future date, be it on the month or...
View ArticleUsing InStr to Search for Words on Web Page?
If I were to key in a word like "automobile" and open the first page for that particular word on Thesaurus.com, and then search within that web page in the Synonyms section for any synonyms, and then...
View ArticleHod do I get value selected from ComboBox VB6
Hi I'm using this line of code: txtFld.Text = comboValue.Text to get a value selected from ComboBox, but it doesn't show on TextField there after selecting it, any idea why? Thanks in advance
View Article[RESOLVED] update sql not executing part 2
I have this record in msflexgrid which is the basis for updating the database. I am not sure why I am getting error TYPE MISMATCH. What could be making that type mismatch error that unable me to update...
View Article[RESOLVED] Click Button In WebBrowser Control Not Working
Here is the HTML: Code: <input type="image" value="Say It!" class="sayButton" name="SayButton" src="images/tts_oddcast_sayit.gif" onClick="DoAction(this.form.textToSay.value,...
View ArticleHow to insert and Update 2 tables at once Via Sql
i created form that sells treatments and the history to save it now a customer comes along and buys 12 treatments for 120 Euro each time he comes to the salon to do a treatment that he paid for i...
View ArticleHow to make an array of values that corresponds to an array of images?
I have an array of images in a PictureClip control. It is arranged like this: Code: +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 |11...
View ArticleTrack Facebook users that visit a site
I want to track users that visit a Facebook site. Create object for browser View source Search for, 'mobilefriends' Filter and capture user links, ie, 1234567,12345777, 98765443......etc Build new...
View Article[RESOLVED] how to check if a filename is empty In CommonDialog1 before saving
i am trying to display a msgbox that if a filename is empty then a user needs to enter some name for this picture i cant figure it out this is my code Code: Dim bm As Image SendMessage hHwnd,...
View ArticleCan anyone help me with my assignment? ):
Hey guys! I'm taking a programming class, and I have until midnight tonight to get at least a D so I can pass and never have to take the course over again. Problem is, I really have a tough time...
View ArticleFrom frequency to integer
I am having a lot of problems managing sound. The program shall be able to receive a sound from the microphone plug-in (i.e an A played by an electronic piano), filter it and give the number which...
View Article