Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 1ooo1
  • Order by date
  1. 1ooo1

    Naming an EXE

    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...
  2. 1ooo1

    How do I capture a line of text from Word into a TextBox

    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
  3. 1ooo1

    Can VB access variables be stored in Word ?

    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...
  4. 1ooo1

    Can VB access variables be stored in Word ?

    Oops, the thread heading should have been.... "Can VB access variables stored in Word ?"
  5. 1ooo1

    Can VB access variables be stored in Word ?

    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...
  6. 1ooo1

    How do I do this...(Newbie question)

    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=&quot;1.0&quot;?> <BatchRequest004> <header> <system>CCeS</system> <timestamp>20040228124525</timestamp> <userid>NWAR-X004</userid>...
  7. 1ooo1

    Error when user clears TextBox

    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...
  8. 1ooo1

    Error when user clears TextBox

    vb5prgrmr Thanx for the reply, but that did not seem to work! Ken
  9. 1ooo1

    Error when user clears TextBox

    Hi, I have a project using VB6 where On Change of Text1.text a calculation is preformed. The TextBox is defaulted to &quot;0&quot; 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...
  10. 1ooo1

    Database problem - Compile Error

    I have got ADO 2.7 selected.
  11. 1ooo1

    Database problem - Compile Error

    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... &quot;Procedure declaration does not match description of event or procedure having the same name&quot; What is that all about??? Ken
  12. 1ooo1

    Database problem - Compile Error

    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 &quot;Compile error - User-Defined type, not defined.&quot; with the following line highlighted in the code...
  13. 1ooo1

    Stop Login form from closing if incorrect info entered.

    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...
  14. 1ooo1

    Stop Login form from closing if incorrect info entered.

    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...
  15. 1ooo1

    Create multiple yearly records using single date criteria

    Just as a matter of interest, where would this code be situated? Ken
  16. 1ooo1

    Rotating Field Headings in a report

    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
  17. 1ooo1

    Continous page

    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.
  18. 1ooo1

    Continous page

    Hi, Is it at all possible to format a report so that it does not have individual pages, but just 1 long report? Ken
  19. 1ooo1

    Zoom to 75% on a report - error

    ....And yes the report name is in quotes..
  20. 1ooo1

    Zoom to 75% on a report - error

    Ginger, FitToWindow, brings up the same error...

Part and Inventory Search

Back
Top