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: *

  1. Dostani

    ASPEmail Assistance

    How do you reference the user name and password and port for the mail server using ASPEmail and where do I need to put it? Code Example: <% Dim QuoteMail, QuoteBody Set QuoteMail = Server.CreateObject("Persits.MailSender") QuoteBody="The purposed project category is... " & vbcrlf 'yada yada...
  2. Dostani

    Passing the Gas....

    Looking at the break down as I have it the products page shows the categories in which the user clicks on the categories it then transfers to the listing page for a listing of the items for that category. On that page is a detail and a buy action one goes to the add cart function the other goes...
  3. Dostani

    Passing the Gas....

    On the left I have a category navigation which feed from a table called cats Has a name and a autonumber. I need to pass the autonumber to the body which contains the recordset for the products found under that category. If I use the go to detail behavior it works great for the first page but...
  4. Dostani

    Passing the Gas....

    What I am trying to achive is to have the user with the ability to add menu items in the database and call them from the ID thats created The body of the page or recordset for the body being set to filter PageID = URL PageID. I think....
  5. Dostani

    Passing the Gas....

    But by doing so doesn't that also disable the second page from reacting like the first. Example: Car ID 1 Pass to detail page Trucks ID 2 Planes ID 3 Detail Page has same setup so if I delete the Pass existing then it would not put the correct ID to the link when pressed. If I am getting...
  6. Dostani

    Passing the Gas....

    I have a table built of categories that I am using the repeat region behaviour. The list is hyperlinked to the recordset using the "go to detail page" behaviour. How does one stop the variable from passing twice on the next page? I get for example Picviewer.asp?PictureNum=1&PictureNum=2 when...
  7. Dostani

    So I am a newbie

    Thanks Eric, Just what I needed!!! Thanks for your reply!! Dostani
  8. Dostani

    So I am a newbie

    I am in the process of creating a family geneology site. I am not sure how to approach the table relations or if they will behave like Access. Can I relate a parent table to several child tables using the "FirstGeneration" name as the key throughout the 10 generation tables?? if so how? Or...
  9. Dostani

    Cycling through records?

    Actually The way I am reading me message I checked it for proper wording is I am trying to write qty = 1 part# 1 description 1 to a table and add the next record item to the next record and so on in one table hope this clears up the confusion.
  10. Dostani

    Cycling through records?

    OK Techs here's my problem. First I am entering a PO online customer data ok no problem but I am not sure how to cycle through a set of 20 items per PO with qty's and have it write record by record. Not a true blue programmer so take it easy on me will ya. Examples most helpful..and appreciated...
  11. Dostani

    How to get MBR copy to overwrite current MBR

    All good input but to address this properly.... Format /MBR yes that would work but wouldn't that format the existing c: which would have XP on it? And yes I could do that to the D: drive but c: which already has grub sitting on the MBR would not boot because its looking for Linux. FDISK /MBR...
  12. Dostani

    How to get MBR copy to overwrite current MBR

    Running XP Pro, NTFS file system. I know FDISK wont touch ntfs files system and a household member installed linux on a second HD. So lilo/Grub is booting want to get it out and reformat 2nd fresh. Yet the system hangs if linux not found. Please help or advise.....
  13. Dostani

    sorting pictures by numeric input

    Hello Chris, This is what need to happen: I want to be able to group a set of pictures that are in a category filter then display them on an update page. It will show the current sort order numbers at which point have the ability to change the sort order of each record then hit the button and...
  14. Dostani

    sorting pictures by numeric input

    Can someone assist me in my search for a function or coding. Here is the description, I have several hundereds of pictures that are grouped in categories. I want to be able to put the pictures in a viewable order state say I think one picture should come up first and the other in order...
  15. Dostani

    Troubles with sorts

    Thank You That link will be of good use to me. Dostani
  16. Dostani

    Troubles with sorts

    Thanks Cheech, I understand the form concept, and yes the pictures have an ID and a sort field. I am not sure of how to have the loop created not to up-to-speed on the hand coding still in the learning-to-walk phase. I understand how to post a record to another ASP page but to loop through each...
  17. Dostani

    Troubles with sorts

    Greetings fellow users!! I am hoping someone can clear up an ongoing issue with a sort/reorder function that I need assistance on getting going. Here is what I need to have happen. I have a list of pictures that is numbered 1 through 10 the client is asking for the ability to reorder the...
  18. Dostani

    How to sort this out? Data sort order changes by client

    Greetings Forum Masters!! I have a small problem I need to get some input on. I have a client that wishes to have the ability to ssort the shown thumbnails on the page to they're order on how they want them to be displayed. First here is the thumbnail page...
  19. Dostani

    Set Session variable

    Thanks Lebisol, I know how to call them just was/am not sure how to instate the server variables to session variables guess the prior post was off a tad. Dostani
  20. Dostani

    Macromedia MX error ? or win2003 error ?

    I used to have the same problems. I was forced to upgrade to 512MB of RAM. Now I have had no problems since. Dostani

Part and Inventory Search

Back
Top