How to make sure all validate event fired
I have 10 textbox and 7 command button in textbox.. the first to get focus is textbox no.2, there is a validate event in textbox 5 to 9.. and there is a command button name cmdAdd that have...
View Articleserver specs
guys I would like to ask if I can create a server out of the following computer specs 1. Intel Pentium Dual Process 2. 2 gigabyte memory 3. 500 gb hard disk 4. windows xp operating system 5. mysql...
View Article[RESOLVED] Return text string from a number value, Lookup table
Is there any way to return a text string, from a number value. As in a lookup table, without calling up another program? I just want to have a simple table within my code to be able to reference. I am...
View ArticleWhy am I getting Run-time error '62'?
Hi all. I'm new to pragramming and also new here. I am having this weird problem. Everything in my code and my input file seems fine. But i Get Run-time error '62'. This is a snapshot of my code:...
View Articlecode correction
here is the ENTIRE VB code of my program and an output file. the information is me and i agree to have it shared. Lets try to optimize what i have sofar and comment on what I could do better Code:...
View ArticleRead Input file directly into listbox
Instead of reading a record into a variable and then using that variable as the item in .Additem to a listbox can the file record be read directly into the listbox? Example: Instead of this: Line Input...
View ArticleRuntime Error 20534, Error Detected by database DLL
Dear Friends, in my lp, crystal report 8.5 installed with VB6, i try to print crystal report from vb code, the above error message displayed, Could any one help me. Advance Thanks for your kind...
View Articlegeneral question about sending out data
i have 4 command button 1 of them are report button so i need help working with the report button , generally when a user clicks the report button they fill out small form and then click send the data...
View ArticleMSComm Framing Error 1004 Help!
Hey Guys, So I am working on a pretty old program that we use to flash memory but for some reason doesnt work on some machines. [CODE]/CODE] For some reason on some of the machines I get a Framing...
View ArticleMs Flexgrid Ordering
Hello everybody, I got a problem ordering data in a msflexgrid control. Let's say that we have a flexgrid like the one below Date |Head1|Head2|Head3|Head4|Head5 2011 |0 |300 |40 |0 |200 i want to...
View Articlehow to save details to oracle database using vb6?
Hi all, I am new to vb6. I am trying to save details in oracle database using vb6. I dont know how is the steps, I already try to search about it but I can barely understand the idea of this thing. can...
View ArticleOpen Connection to MDF file
I've tried to connect to mdf file, but with no success.. My connection string is like this Code: sCon = "Server =.\SQLEXPRESS;Integrated Security = true; AttachDbFilename" & _ " = E:\Project...
View ArticleBinary Operations
I have some code I'm tinkering with but ran into an if statement I could possibly eliminate but not sure if I should. The code is this: vb Code: If Sprite_Number = 0 And (PPU_Status And 64) = 0 Then...
View ArticleHow to Fix Error 429?
Run-time error '429 ': ActiveX component cant create object Due to the fact that several reasons can cause the error, I decided to post my particular situation. I'm doing an update on an application...
View ArticleKeep RTB Text Selection Active While Selecting Highlight Color
I have a combobox as part of a toolbar where I select a text background highlight color. Once the combobox receives focus, the RTB (richtextbox) loses the selected text highlight (text is there just...
View Articlestring reverse?
I am having string issue. I am trying reverse the string, but cannot seem to accomplish. Scenario: The string is dynamic - def, abc - I want the out put as message box to be abc def If the string is...
View Articlehow is this possible too many arguments in stored procedure from ADO ?
On the first pass it works and then on the second pass it blows up right at the execute statement How and why would it complain that there are too many arguments passed to the stored proc to execute ?...
View Articlehow to connect vb6
Guy do you know how to connect vb6 application to MariaDB ? I dont see any connectionstrings sample for it and its mariadb driver.
View Articlewinzip command line
I use a winzip shell command with this parameter: -min -a 2 question: 1) how to intercept when the zipping operation is terminate? 2) is possoble to hide the icon of winzip when the code process the...
View ArticleVB6 and Oracle - Jump Start
Just need a boost...... Downloaded the free Oracle Express 11g express edition How do I get started with VB6 to connect to an Oracle DB? I have looked at samples, but don't understand how to connect to...
View Article