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. dansleight

    Checklist and Controls[]

    I'm trying to loop through the controls in a control and perform an action on each one. It works fine with most controls but doesn't include any checkbox controls. Any ideas? for(int i=0;i<thisControl.Controls.Count;i++) { clearBindings(thisControl.Controls[i]); } checkBox controls are...
  2. dansleight

    Convert VAX G_FLOATING data

    I'm trying to import tables of data from an OpenVMS system. I have files and layouts, and am having trouble with a datatype "G_FLOATING" (GFLOAT, G-FLOAT). Has anyone dealt with this? Does anyone know of a class available that converts this data type?
  3. dansleight

    Changing the Language from English to Spanish

    Does Windows XP Pro have both Spanish and English on a regular installation? Can a machine use both? For instance, if a company has both Spanish and English employees, can the same computer use a different language per login settings?
  4. dansleight

    Binary Header Detected

    That did the trick. Great work. Thanks.
  5. dansleight

    Binary Header Detected

    Winroute is blocking access to certain sites (like Register.com). The security log reports &quot;Binary Header Detected&quot;. Any ideas how to keep winroute from blocking that access?
  6. dansleight

    Illustrator stalling at start-up

    HAD the same problem. What a pain... In C:\Program Files\Common Files\Adobe there is a Fonts folder. I had a TON of fonts in there (Thousands). I moved that folder out and Illustrator started right up. I guess I need to learn how to use a font manager. Any suggestions on a good one?
  7. dansleight

    Remote Desktop Client not sending Password

    That didn't seem to be the issue... I'm noticing that RDC isn't allowing me to save passwords, and that is probably the problem. Any idea what would be keeping RDC from saving passwords?
  8. dansleight

    Remote Desktop Client not sending Password

    on the same network I have two XP computers, and one Win2k3 Server. They are setup on a workgroup. When I use Remote Desktop Connection to connect to the server on the first machine, I can enter the password into RDC, click on save my password, and it automatically gets me past the login...
  9. dansleight

    Keep ebay users from using my images

    Ebay users are directly linking to my product images, so the http_referrer shows up as cgi.ebay.com/... Is there a way to tell apache that if the referrer is from an ebay site, and the file is an image, to either not reply, or to send a different file?
  10. dansleight

    Macro on Directory of Files

    That was exactly what I needed. Thanks
  11. dansleight

    Macro on Directory of Files

    I have a directory of a large number of RTF files. I need to open each one, apply an image, then save the file as a .doc file (saving as rtf makes the file 20megs, saving as doc makes the file 1meg). My question is is this possible? I need a hint as to how to apply a Macro to the entire...
  12. dansleight

    DVD RAM Type 1

    I have a DVD RAM Type 1 Cartridge type disk, it contains medical data from a hospital stay. I'm uncertain what kind of drive to purchase. Can someone help me, and perhaps recommend a certain model?
  13. dansleight

    Syncronize Outlook 2k2 between Desktop and my Laptop

    They are both on the same workgroup.
  14. dansleight

    Syncronize Outlook 2k2 between Desktop and my Laptop

    No MS Exchange Server. It's been suggested that you can put the pst files in a Briefcase. Has anyone had success with that?
  15. dansleight

    Syncronize Outlook 2k2 between Desktop and my Laptop

    I would like to be able to syncronize my outlook data (Calendar, Contacts, Tasks, Notes) between my Primary Desktop and my Laptop. Does anyone have any information on how to do this?
  16. dansleight

    Time Based Access Control

    I want to be able to limit my childern's access to the computer. I like in XP that they each have their own accounts, and I would like to set up rules for each account that limits the times that they can access the computer. For instance, I want the young children to only be able to access the...
  17. dansleight

    I put this up earlier but still nee

    It looks to me like the problem may be on the referring page. When you set the hidden field, check to see that you are between cfoutput tags. It appears that the form is actually submitting the string &quot;#form.order_id#&quot;.
  18. dansleight

    Page counter

    I would create a retrieval template, that recorded the &quot;hit&quot; on the document, then used cfcontent tags to give the document to the user. For example, if each document has a unique id: Link <a href=&quot;retrieve_doc.cfm?documents_id=#documents_id#&quot;>#file_name#</a> Retrieve...
  19. dansleight

    populate select or text box from other select box

    It is possible, but requires mixing JS and CFML when the template builds the page. This is the example I placed in the Shared Snippets for my programmers to use as an expamle. If there is a better way, I'd sure like to know it, since it has the potential to get very large with larger queries...
  20. dansleight

    Set up &quot;Virtual Directory&quot;

    I have my document root set at &quot;C:\http_root&quot;, and everything works fine but I have another directory, &quot;C:\other_dir&quot; that I want to access with the same server as a &quot;Virtual Directory&quot;, ie &quot;http://my.server.name/other_dir&quot;. How do I set this up?

Part and Inventory Search

Back
Top