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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rene316

  1. rene316

    Next Record

    Oh, I apologize. This is a server side script. This is in reguards to the database. The end result will be printed, but I need to know how to make it advance a record per area. Say you have a 8.5x11 piece of paper. You draw a line down the middle, horizontally and vertically so that the page is...
  2. rene316

    Next Record

    Ok then, let me try to clarify it a little. Imagine you are mailing a postcard that you yourself are printing. You set it up with four cards on one page. Well you dont want it to print each record 4 times per page, that would be a waste of cards. Instead you want it to print four records per...
  3. rene316

    Next Record

    Hello, I am new to java script and was wondering if mabye I could get some help. I tried searching the forum, but didn't find what I was looking for. What I need to know is, how to do a next record in java script. I don't want to assume that everyone knows what a 2-up or 4-up split is, but to...
  4. rene316

    VB Script Error

    Thank you all for your help. After some sleepless nights and many different scripts, I ended up getting it to work. All your comments help point me in the right direction. It was a combination of the code and the server(evil Microsoft, lol). Once again, thank you all, your input was most valuable.
  5. rene316

    VB Script Error

    Hello, I am trying to write a VB Script to send out a text email, however when I execute the script I get this error... ----------------------------------------------------------- Error: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. Code...
  6. rene316

    Error in VB script

    Hello, I am trying to write a VB Script to send out a text email, however when I execute the script I get this error... ----------------------------------------------------------- Error: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. Code...
  7. rene316

    SMTP Server

    I have some code for an email notification, but the code assumes the outgoing smtp server is local. How would I code it to use our smtp server that is hosted by someone else. This is what I am doing to set the smtp server... SmtpMail.SmtpServer = "smtp.domain.com"; The smtp isnt local, so how...
  8. rene316

    Unique split and sort

    Nevermind figured it out, it was a rookie mistake, hahaha. -Thanks for all your help Rene
  9. rene316

    Unique split and sort

    Thanks you two, I appreciate the help. Ramani, I used your code and it is working, the only thing that I am having a problem with is the fact that it wants to open the input table on every iteration of the scan. So say it splits card 1, when it is done it wants to open the table again and then...
  10. rene316

    Unique split and sort

    Hello, I have a job that I am trying to stream line for one of our other departments, and need some help. The manager wants a program where he can just enter the name of the file and it gets the file ready for them. Basically, I need a program that will split the file on a card_num and sort it...
  11. rene316

    Randomly Generating Numbers

    To respond to Lee, I used Rick's code 'rgbean'. Thank you all for all your responses. I appreciate all the help.
  12. rene316

    Randomly Generating Numbers

    Thank you everyone for all the help.
  13. rene316

    Randomly Generating Numbers

    Hello, This may and may not be a simple question. I have to generate random numbers, making sure I don't duplicate any numbers along the way(a million records all together). I am at a loss on where to even begin. Can anyone help me out on this? Thanks in advance.
  14. rene316

    Checking for a field in VFP 6.0

    Rick, Jim Thank you.
  15. rene316

    Checking for a field in VFP 6.0

    I have a program I am working on. In the program, I use the alter table command to add fields, change lengths, and rename the field. My question is... Is there a way to check for a field that is already there so that when you run the program you don't get the "field already exists or...

Part and Inventory Search

Back
Top