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 SkipVought 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: jliz2803
  • Order by date
  1. jliz2803

    DLL

    Sorry to post a new thread on this but i figured everyone gave up on the last one considering how stupid it sounded. We are doing work for a client were an application gets passed to java classes which then gets passed to a dll to convert the java to C which then calls the proper dll within our...
  2. jliz2803

    Creating Tabs

    I have a very long form on my web page and I was trying, to divide it up by using tabs. I wanted to split it up into categories(i.e.Dealer Name, Contact Information, registrtion Information....)Is there a way to create tabs and pass the form information this way.
  3. jliz2803

    Counting Characters

    this is what I have so far If txtreadfile.Text = "\" Then CountSlashes += 1 End If
  4. jliz2803

    Counting Characters

    I am trying to count the number of "\" in my streamreader.readline how would I go about doing this?
  5. jliz2803

    Opening files

    I got the solution sorry for the bother
  6. jliz2803

    Opening files

    I am opening a file and reading through it line by line. In the file is a summary of other files. Currently I am checking the files based on the date they were last modified, if they satisfy the specified condition I am writing the file path to a list box where on a double click event a...
  7. jliz2803

    Making forms Live

    So I have finished my designing and coding of a visual basic project. I was wondering how I should store the form so that when a user clicks it, it goes straight to the live form rather than the design and code screen where you have to have to click the debug button to load the live form.
  8. jliz2803

    Subtracting Days from Now()

    Sorry to keep posting on here, I am obviously a newbie, and your help has been much appreciated. My LAST question is...Is there a way to subtract x amount of days from the Now() function?
  9. jliz2803

    Writing certain lines

    I am reading a file I was wondering if there was anyway to only write certain lines of the file based on the date at the end of each line here is the top half of the file. Category: FRED > Categories > Interest Rates Link: http://research.stlouisfed.org/fred2/categories/22 README File...
  10. jliz2803

    Browse for a file

    would I use the openfiledialogue for this?
  11. jliz2803

    Browse for a file

    How would I go about creating a button that would be clicked and bring up a window for a user to find and select a file, and then enter that file path into a text box?
  12. jliz2803

    Email Merge--> Microsoft word

    I am trying to email 508 records in my database from a microsoft word document. So far on a couple test accounts when I send the email message in plain text I get a warning for each record, and then each one is sent out individually from my outlook account. So I tried to use HTML format and in...
  13. jliz2803

    Random Generation

    Is there a way to generate a different code for 512 records with one update query
  14. jliz2803

    Random Generation

    Thanks for your help I figured out how to randomly generate a code, however now it is trying to input the same randomly generated code in every field is there a way around this?
  15. jliz2803

    Update a record and input random numbers

    I tried to give you more stars but they only let me giv eyou one that mid function combined with the random function to select the start position is awesome, Thanks so much.
  16. jliz2803

    Update a record and input random numbers

    Is there a way to write an update query that will update all records with random values. I want the input mask to be ??1?8?5? with the ? being equal to a random value and the 1, 8, and 5 being static values in those same positions.
  17. jliz2803

    Update Query

    What d you mean run thru the record set input all values by hand??
  18. jliz2803

    Update Query

    Is there any way to write an update query with random values. For example I want to update records and make a certain field equal to ??1?8?5? with ?= a random value. Is this possible?
  19. jliz2803

    Variables in functions

    Is it possible to declare and assign a variable in one function and then use that same variable to test a condition in another function?
  20. jliz2803

    iFrame_id

    SOrry I got it fixed now it is telling me that stop is undefined??

Part and Inventory Search

Back
Top