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 Chriss Miller 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: izachar
  • Content: Threads
  • Order by date
  1. izachar

    Fkash 5 Zoom

    I have a Flash 5 Movie that I createda a zoom button it is working but the image is being pushed down every time I zoom in. I would like it to stay always in the center
  2. izachar

    Saving Dynamic Graphics

    I am using a tool to create dynamic graphics (gif). They display in the browser correctly but now I would like to save them to the local machine. Is there any tag that will allow me to take a graphic from a web page and save it locally? Thanks
  3. izachar

    font problem

    I am retrieving a text field from SQL db and I can not apply any text formatting to it no matter where I put the font tags (before the <cfoutput> or after. any suggestions?
  4. izachar

    GetBefore( ) function

    I have a field that has the city and the state in it.I wan to break it abart. There is a delimiter between the two &quot;,&quot;. I read on the crystal decisions web site that I can use GetBefore ({PM Property Info.PROPERTY_CITY_ST},&quot;,&quot; ) but the function is not there any one know if...
  5. izachar

    layering

    I have a cfinclude for my drop-down menus. I have a java applet playing under my menus and when the menues drop down they go behind the applet is there a way to bring them to the front or send the applet to the back?
  6. izachar

    If no plugin display image

    I know this is basic but I can not find the answer anywhere. I want to play my flash movie in the browser if the user has the player. If the user does not have the player I want to display a jpeg. I do not want the user to have to download anything. Macromedia used to have an aplication called...
  7. izachar

    form problem

    I have a form that has only one line but it is a <cfoutput> tag so it really generates as many rows as the criteria sets. The problem is that when I update the form it updates only one line not every record. This is the section in the form: <cfoutput group=&quot;de_occupant_name&quot...
  8. izachar

    generating variables

    I am creating variables: <cfset index=1> <cfoutput query=&quot;vacancy&quot;> <cfset &quot;var#index#&quot; = #de_unit_number#& &quot;,red&&quot;> <cfset index=index+1> </cfoutput> I need to then aggregate them in a cfinclude so it will look like this: <cfinclude url=&quot;file?var1...
  9. izachar

    Alternating sides

    My graphic desiger asked me to display a page where a picture and description is on the first row and the description and picture are on the next row. Like this it should alternate until the end of the query. I understand how to alternate colors in a table but how do I alternante the display of...
  10. izachar

    Web log files

    I am trying to point to a web logs directory provided by one of our ISP's but when I try to look at the fields it can not see anything and the files are not emty.
  11. izachar

    bolding and spacing

    I'm creating a tool where the user can copy and paste text from a word document. Unfortunetaly the formating is lost and the user does not know how to put the html tags around the text he or she will need bolded or underlined. Is there a quick way to allow them to select text and bold or...
  12. izachar

    close a window

    I am using function newWindow2(images){ imagesWindow=window.open(images, 'imageWin', 'width=480,height=250') imagesWindow.focus() } and i am passing variables in the URL. what script do I need in the window that opens to close it with a button or automatically after it runs a procedure?
  13. izachar

    dropdown problem

    I have 2 drop down menus. The first one is hard coded and based on what you choose there the page refreshes and then populates a second dropdown dynamically. But when the page refreshes the second time to pull the relevant content from the db the second dropdown resets without staying on the...
  14. izachar

    Exchange Client is slow on loading

    I installed Microsoft small busiess server 2000 (exchange server). All clients managed to launch outlook with no problems. We had a technitian from bell south who installed our DSL and he changed the configuration on clients machine gateway and DNS. This was not what I wanted so I put the proper...
  15. izachar

    calculation problem

    I have a formula that takes out a field from a database under a condition if {PM Unit Info.VACANT_INDICATOR}<>&quot;V&quot; then numberVar occupied_sqf :={PM Unit Info.SQUARE_FEET} else 0 Then I use it in another formula if {@convert sqf to number}>0 then Sum ({@ocx qf}, {PM Property...
  16. izachar

    upload to a specific location

    I have 2 sections to the application an admin and a live section. I am allowing a user to upload a file in the admin tool that has to be placed in the live section. I tried to use the relative path but it is ignoring the destination tag? <CFSET thisPath= ExpandPath(&quot;*.*&quot;)> <CFSET...
  17. izachar

    Breaking apart text

    I have multiple drop downs so the user can select a month day and year to post a press release. I have to do this now in french. I created a dropdown with all the months in french and I am using the day and year from the original code. The problem is that when the user want to edit the field I...
  18. izachar

    French Date

    I am built a site that is in English and now I have to make it available in French. I am having problems with the date format. The first letter is capitalized and it should not and some of the months are spelled in English not french. Is there a system varable for it or will I have to hardcode a...
  19. izachar

    Mapping the Drive

    I am new to Citrix and I have a dos based application sitting on an NT server. I am using citrix to distribute the application to our remote offices. The application needs to be mapped to drive F. I have drive F mapped on my citrix server but it does not work when the user logs on. Ilan
  20. izachar

    Urgent not recognizing cfif

    I am using this code <CFSET thisPath= ExpandPath(&quot;*.*&quot;)> <CFSET imgDirectory= GetDirectoryFromPath(thisPath)> <CFIF IsDefined(&quot;FORM.p_picture&quot;)> <CFTRY> <!--- Upoad File ---> <CFFILE ACTION=&quot;UPLOAD&quot...

Part and Inventory Search

Back
Top