Hi,
When clicking 'Make' under the 'File' menu to compile my project as an executable, the file name always ends in ".exe" is there any way to have the name of the executable for example 'ABC' instead of what I am getting now 'ABC.exe' I know the file is an executable, but how come my actual...
Hi,
I am trying to capture/copy a line of text from a Word document into a TextBox.
Eg, Line 6 of Word file "C:\ABC.Doc" into TextBox1
Line 9 of "C:\ABC.Doc" into TextBox2 etc...
is this possible?
Ken
Jel,
My Text file would be something like this..
MIN = 541.88 'RESIDENTIAL MINIMUM
VACANT = 59 'VACANT LAND WASTE CHARGE
BIN80 = 220 '80l BIN CHARGE
BIN120 = 289 '120l BIN CHARGE
BIZMIN = 695.72 'BUSINESS MINIMUM
Dol = 0.29245...
Hi,
A beginner question.
I have made a small project that does a few small calculations based on user input into a TextBox. The variables change once every financial year, is it possible to have the variables in a text file (Word, Notepad etc) so that my code will look at the text file for the...
Hi,
I am pretty new to XML and was wondering how I would go about doing this.....
THIS IS AN EXTRACT OF WHAT I HAVE GOT AT PRESENT
<?xml version="1.0"?>
<BatchRequest004>
<header>
<system>CCeS</system>
<timestamp>20040228124525</timestamp>
<userid>NWAR-X004</userid>...
Here is the code I am using, it is a bit crude but works pperfectly as is, but if I want to use 'On_Change()' instead of Command1_Click() then it does not like when a user clears Text1
Private Sub Command1_Click()
Dim A As Single
Dim LSL As Variant
Dim B As Variant
Dim C As Variant
Dim D As...
Hi,
I have a project using VB6 where On Change of Text1.text a calculation is preformed. The TextBox is defaulted to "0" and as the user enters figures into the box, the calculation is done, but my problem is if the user clears the TextBox, they get an error message. How Do I get...
Thanx CCLINT, have done the ADO part, will have to look into getting the service pack downloaded, but now I am getting the following error...
"Procedure declaration does not match description of event or procedure having the same name"
What is that all about???
Ken
Hi,
I am a newbie, using VB6, When I use the VB Application Wizard to try and teach myself a bit about Databases, Using the NorthWind Db as the record source, I keep on getting an error "Compile error - User-Defined type, not defined." with the following line highlighted in the code...
Thanx for the replies, but what the problem is is this...if a user tries to login, but has used a wrong password or username, the message box appears and on closing the message box, the form closes, I want the form to stay visible, so that the user can try again...but if they do enter the...
Hi,
In the following example of a Login form's code is there any way for me to prevent the form from closing if a user has entered an incorrect password or user name. I want the form to remain, so that the user can try again!
(This is not my own form or code)
Private intLogonAttempts As...
Hi,
Is it possible to rotate field headings in the header section of a report...for example, can I rotate certain (not all) headings at a 45 degree angle (to save on space)
Ken
So would I be correct in saying that a report can only be viewed page by page, and not as a continous scrollable page, without having to click next, for the following page.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.