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 IamaSherpa 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: EAS
  • Order by date
  1. EAS

    tifs in thumbnail view display as black or logo

    thanks again bcastner - that's twice in one day you've solved my problems! It's nice to get a complete explanation thanks again Liz
  2. EAS

    tifs in thumbnail view display as black or logo

    Additional Info it displays other formats perfectly - jpg, gif, bmp etc. The problem is I have to deal with tifs Liz
  3. EAS

    tifs in thumbnail view display as black or logo

    I need to display tifs in a folder as thumbnails but when I choose thumbnail view some of the files display the imaging logo whilst a few show as solid black Any help would be greatly appreciated Liz
  4. EAS

    Kodak Imaging vs Wang Imaging problem

    thanks a lot bcastner, works perfectly. You're a hero. Now all I have to do is get Explorer to display the thumbnails properly instead of the Imaging logo..... thanks again Liz
  5. EAS

    Kodak Imaging vs Wang Imaging problem

    thanks for the prompt reply - I tried it but I still can't find a thumbnail view for multipage tifs in it. It was slightly worse in that respect to IrfanView as that at least will show 1/24 to show you how many pages you have. With Alternatiff you have to use the drop down box. thanks again -...
  6. EAS

    Kodak Imaging vs Wang Imaging problem

    I need to open TIF files through the browser (ie 6) using an imager that will display multi-pages as thumnails. On NT it works fine but 2000 insists on using the Imaging Preview that doesn't have the thumbnail option. No matter where I tell it to use the full blown version it ignores me as...
  7. EAS

    Date Problem

    Brilliant - Thanks Rudy, I'm implementing it now Liz
  8. EAS

    Date Problem

    How do I get the 4th Tuesday of every month?
  9. EAS

    cfif syntax problem

    Thanks Tony - It was my data - ExistIntQ.InterestType wasn't a true comma delimited list. I added <CFSET LizQ=&quot;#quotedvaluelist(ExistIntQ.InterestType)#&quot;> to my code and it worked. Thanks for the last 2 suggestions though Liz
  10. EAS

    cfif syntax problem

    The right answer! 3,8 - I have repeated your code exactly <CFSET LizQ=&quot;#ExistIntQ.InterestType#&quot;> <CFSET Lizleft=&quot;#left_select#&quot;> <CFSET loopStatus=0> <CFSET loopList=&quot;&quot;> <CFLOOP list=&quot;#LizQ#&quot; index=&quot;i&quot;> <CFIF ListFind(#Lizleft#,i) eq 0>...
  11. EAS

    cfif syntax problem

    Thanks for your prompt reply Unfortunately looplist gave me the 5 not the 2 from ExistIntQ.InterestType - I've changed my data to check exactly what it's getting and it's always the first entry in the list Liz
  12. EAS

    cfif syntax problem

    Dear All Please help - I have a variable called left_select that contains, for example, '5','9','2'. I have a query (ExistIntQ.InterestType) that contains a 5 and a 9. If the contents of ExistIntQ.InterestType are all in left_select then I do nothing. If there are items missing (the number 2...
  13. EAS

    Local Outlook Email Address

    Thanks for your reply. I appreciate the security issues - this is purely an intranet system. As the recipient would never need to reply to the email I have used the #remote_user# variable to overcome my problem. Thanks again Liz
  14. EAS

    Local Outlook Email Address

    Hi everyone Can I get the local machines Outlook Email address automatically, so I can store it in a variable to use in the From field in cfmail? Thanks in advance for any help Liz
  15. EAS

    Mailto Textarea as Body

    Thanks Erik - you're brilliant - works like a charm. Good luck with the Boomerangs........... Liz
  16. EAS

    Mailto Textarea as Body

    Hi I have a suggestion form and I want to include the contents of a textarea input box as the body of an email. I cant work out the syntax. Can anyone help? My syntax so far is: <form method=&quot;POST&quot; name=&quot;Suggestions&quot; action=&quot;mailto:me@somewhere?Subject=Your...
  17. EAS

    Add HTML Table rows dynamically

    Thanks - I'll look there
  18. EAS

    Add HTML Table rows dynamically

    the user sees a table that contains a list of items for collection (bulk collection of rubbish)that they have chosen from a select list. I need the table to grow dynamically as someone asks for something new to be collected For example - Bath, Door, Tyres might already be available on the pick...
  19. EAS

    Add HTML Table rows dynamically

    I have an HTML table that is populated from a multiple select and query. I need users to be able to add items to the resulting table dynamically without me adding x number of blank rows in case. This is my code to create the table: <cfquery datasource=&quot;ABCBulkDB&quot...

Part and Inventory Search

Back
Top