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!

Search results for query: *

  1. jtaylorttt

    how to remove smart tags from web page - it things my nbr is a phone

    Is there any way in the code to prevent this instead of just having them turn the Skype add in off?
  2. jtaylorttt

    how to remove smart tags from web page - it things my nbr is a phone

    thank you so much, I did not even think of that. I removed the skype add0n
  3. jtaylorttt

    how to remove smart tags from web page - it things my nbr is a phone

    In one of my fields, I have a number 999-888-llll. In IE with thier smart tags this comes up looking like a phone number. With a flag on one side and a phone symbol on the other. is there a meta tag i can add to my page to prevent the explores from interpeting this as a phone number. It is not
  4. jtaylorttt

    How to Please wait loading on a .net form

    Thank you for all the response. Below is the solution that works. I think it is because I created a DIV above the body and then did a flush. I had tried a similar approach with a div in the body and it never showed up. I still have a slight time of a blank page but when the internet is...
  5. jtaylorttt

    How to Please wait loading on a .net form

    I tried using the Ajax Progress bar but it would not display on the initial load, I am not sure why. The example I have seen, had the progress bar display on a button click and it displayed will they did stuff in on the click. How do you get it to display right when it loads.
  6. jtaylorttt

    How to Please wait loading on a .net form

    The issue is not really the calls to get data. The long delay only happens with our customer is coming from Russia to our Atl servers. This area has a very bad internet connection and it takes a long time to go back and forth. From most of the world it does not have a problem.
  7. jtaylorttt

    How to Please wait loading on a .net form

    I have an .net aspx page that can take a long time to load depending on where in the world you are calling it from. I want to put up a Please wait loading message while the page is loading. The issue is in the aspx.cs file function Page_Load(object sender, EventArgs e) I do a lot of data...
  8. jtaylorttt

    confirm box and firefox

    that works. so it is not the confirm itself. but for the life of me, I can not figure out why it is dropping out of my code. thanks
  9. jtaylorttt

    confirm box and firefox

    still doesnt work. I really dont get this.
  10. jtaylorttt

    confirm box and firefox

    could it be anything to do with doctype or the lack of doctype I have on my page
  11. jtaylorttt

    confirm box and firefox

    Tried it but it did not seem to fix it. thanks
  12. jtaylorttt

    confirm box and firefox

    I have some javascript that puts up a confirm box. after the confirm box, depending on if they selected ok/cancel I display a alert. under ie this works fine, under the latest firefox 1.5.0.7. I get the box and then it seems to exit and does not get to the alert. any ideas? if (confirm("Are...
  13. jtaylorttt

    vcl50 to indy

    I have an old vcl project that was developed under delphi 5. I need to port it to the new delphi 2006. I know with delphi 2005 you could install is with vcl50 or indy. Should I convert everything to indy instead of vcl50? Is there any problems with using indy? This is a Win32 application. Do you...
  14. jtaylorttt

    add calendar events to outlook programatically

    is there a way programatically to add mulitple appointments at once to the outlook calendar? I have tried vcs files but you can drag and drop only one entry at a time. I want to write 3. Can this be done? Is there a way to tie these entries together?
  15. jtaylorttt

    creating calendar entry in outlook

    is there a way programatically to add mulitple appointments at once to the outlook calendar? I have tried vcs files but you can drag and drop only one entry at a time. I want to write 3. Can this be done? Is there a way to tie these entries together?
  16. jtaylorttt

    vcalendar

    If no one knows how to work with the vcal file (vcs) maybe there is another way to do it. From my application I want to add up to 3 entries to outlooks calendar. How do you do this? Can you do this all at once? Is there a way to tie these entries together? thanks
  17. jtaylorttt

    vcalendar

    I have been reading on how to create a vcs file so that I can add a calendar event into outlook. Is there anyway, in delphi, once I create the file that I automatically load it into outlook
  18. jtaylorttt

    Can't run 16- bit window program

    still did not work. The customer had the ntfsDisable8dot3NameCreation=1 and I had him change it to 0 and reboot. Still did not fix the problem. I made sure that I ran spyware and virus scan on my box before repackaging. Nothing seems to work. He has tried to install other applications...
  19. jtaylorttt

    Can't run 16- bit window program

    I have verified that the wise install exe is a 32 bit program and the exe that it installs is a 32 bit program

Part and Inventory Search

Back
Top