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 bkrike 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: avivit
  • Content: Threads
  • Order by date
  1. avivit

    menus and javascript

    Hi, I found a great menu, but encountering a probelm when trying to In order to use the menu, I have to include the javascript file from each page on my website (unless I misunderstood): <script language="JavaScript" src="menu.js"></script> and some other js files as well. But when I insert it...
  2. avivit

    Copying a record, before deleting it

    Hi, I would like to copy a record to another table, before it is being deleted from a form, to a 2nd table with all it's content. Of course, only when the deletion is confirmed by the confirm delete box. I would like to use VBA for that. I guess I need to use the event...
  3. avivit

    cursortype and locktype parameters

    Hi, I am using ms-access, a database which is updated frequently (actually all the time) by users. Each use of an asp page by any user updates one record in this database. In order to keep multiple updates to the same record, when occur, up-to-date (and of course to other records as well), and...
  4. avivit

    error when submitting a form through CDO

    Hi, I have some forms, that are submitted to mail through CDO component. They are sent by using an asp page that contain the following code. Frequently, submitting one of these forms results in error msg, and afterwards it works again, and vica versa. Sometimes it can work from one pc but not...
  5. avivit

    CDO - and remote SMTP server

    1. I wonder, why do I need to add the following lines when sending forms through mail, using CDO component? 2. If I remove these lines and the form is still submitted as it should, and I get the mail as a result as it should, does it mean I do not need these lines? 3. In other words - How do I...
  6. avivit

    adding field to table 1 from table 2

    In ms-access: I have 2 tables. Both contain "title" field. I would like to add to table 1, one field from table 2,when the title is the same. For exmple: table 1: title: title1 name: smith address: add1 table 2: title:title 1 id: id1 Wanted result in table 1: title: title1...
  7. avivit

    Opening a new window from asp

    Hi, I'd like to redirect from a certain page, to an external page(an external site), with certain parameters. of that window. There is nothing to do if using response.redirct, but is there another option? For example, I would like to open a new window, that will have a cerain dimensions, and...
  8. avivit

    REPLACE method using vba in excel

    Hi, I'd like to use the replace method in vba in excel, in order to replace a certain substring in all column A strings, with another substring, and the result to be in B column. 1. How do I implement this for the whole column (or selected range in col A)? 2. How do I activate this vba...
  9. avivit

    Trapping 0x80004005 error

    Hi, I am trying to trap an error, so that the user will not see it, and that the next line will be excetuted (redirection). I created on purpose &quot;0x80004005&quot; error, and it is not trapped, but it is shown on whole page for all to see, and does not continue from there. Why is my...
  10. avivit

    &quot;can not create toolbar&quot;???

    All of a sudden, my friend can not see the quick launch bar, and when trying to mark it from the list of toolbars (Right click on any toolbar), pops up an error msg: &quot;Can not carete toolbar&quot; As if trying to create a new one. And also when trying to create a new toolbar, tha same msg...
  11. avivit

    concenate columns in excel

    Hi, 1. I would like to concenate some columns in excel xp, automatically. I'll explain: I get an excel file once a month, and would like the result of one column to be a join of some other columns but with an added character or a string in between. Is there an elegant way to do so, without...
  12. avivit

    appearance of attached file

    Microsoft Outlook 2002 How can I define where to locate the attached files in e-mails I send? It can be on top of the text, in the bottom, and in the middle, etc. Right? And how can I define how it will look like? Thanks
  13. avivit

    alt+shift does not switch languages in office 2002

    Hi, alt+shift does not switch languages in office 2002. Does work in windows (xp) but not in office 2002(xp). Anyone? Thanks a lot
  14. avivit

    not exactly response.redirect

    I am having a trouble. I am writing ststistics code, in order to count number of hits to a list of links in our site. All pages r asp. The list of links is in asp page which is displayed in one of the frames. I'd like that when a user presses a link, the statistics database will be updated, and...
  15. avivit

    LDB file stays on server. CAN be deleted

    Hi, I wonder. I have asp files and MS-ACCESS database on the Intranet Server. Recently, I find an *.ldb file in the same folder as the mdb file, and it won't terminate by itself. It is possible to delete it. But as soon as u access the asp file that accesses the database, a new *.ldb is...
  16. avivit

    Line spacing in ACCESS XP text box???

    I have a url field, with a long urls, and it breaks the url, as if ENTER was pressed somewhere inside the url. I found that there is a new property called &quot;line spacing&quot; in xp, in which the default value is &quot;0cm&quot;. When I change this value to any bigger value, my urls r...
  17. avivit

    Updating to access xp, all urls in URL field broken by line breaks

    Hi, Updating to OFFICE XP caused a strange matter in the FORM ONLY: I have a URL field. each url in existing record has line breaks, thus a url looks like the following: http://www.sear ch.onet/lin kage.com Something like that. MOST urls have breaks after dots, some r not, it os not even in...
  18. avivit

    How to print more than 1 copy in word (OS=xp)

    Hi, I use windows xp, ans when trying to print more than 1 copy from Microsoft Word 2000 to Deskjet 930c, I only get 1 copy, and get error as for the rest, so I need to print 1 by 1. I saw few threads regarding it in many forums, when someone suggested that something is wrong with Word, and of...
  19. avivit

    How can I check if a table is opened???

    I'd like to check, from a form, if a certain table is opened, and if it is, then to prompt the user that the table is opened, and ask him if to close it or not. Or, I can be satisfied with just notifying him that the table must be closed before further action. Thanks
  20. avivit

    Copying to different existing table and overwriting existing records

    Hi, I have 2 tables. I wonder if what I want is possible,and will bw happy to get your help for any part of it. On lost focus of a record, if x field value has been changed to &quot;y&quot; value, I'd like to copy that record to another existing table. But would like to check if this record...

Part and Inventory Search

Back
Top