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

    porting a C# app into flash

    was wondering if anyone has some experience with moving a c# application into a flash solution. anyone can point me in the right direction that would be great!!!!!! Thanks Jeff Roberts kritterMedia.com
  2. jefargrafx

    php mysql join to querries with limits on both

    I need to return two querries with different limits on each. Same table, one to return all proptype limit to 3 and another to reutrn all proptype that = "rental" limit to 1. to dipaly the content on one web page, only a total of 4 proptypes can you do this in mysql thanks Jeff Roberts...
  3. jefargrafx

    PHP Mail problem

    need more eyes on tis problem than me. I have a php mail script that take info from a form and emails it to an address. I want the user to be able to hit the reply button and have the email to field populated with what ever the sender put on the form. Now get this. It works perfect on my...
  4. jefargrafx

    copying sybase content to mysql on the web

    hello all, long time no chat. I got a request to copy part of a sybase database inot a mysql database so that we can write php to display content on a web site. The copy would need to be done once daily so I'm thinking I'll need a batch process running somehow somewhere. Anyone do this type...
  5. jefargrafx

    asp variabels with #

    I have a database that pulls a product number on a catalog page, I them use that number to pull product detail on a product page. I'm using <%= Server.URLEncode(rsResults("manuID"))%>"> to encode the url variable, and in ie it acts like it works (in the status bar) but whn you click the link...
  6. jefargrafx

    asp application pool

    I got a real problem. I've been asked to fix a problem on a web site that someone else built. The deal is, according to the support folks at the host provider. The site will not render even the first index.asp file because the site has put itself into the application pool by itself. What's...
  7. jefargrafx

    swf to server pdf

    anyone know if you can covert a movieclip within a swf to PDF and save it to the server with in flash. or will this require some server side coding thanks jef
  8. jefargrafx

    updating multiple rows at once

    I have a bit of code that I want to change the value of a row for very row in a table based on -1 here's my first stab and I'm confussed at why this doesn't work $query_allpicSortOrderhigher = db_query("SELECT picSortOrder FROM property_pictures WHERE propid='$propid' and picSortOrder >...
  9. jefargrafx

    using list to constuct page

    I'm using the list (like array) to pull data and make a page. for ($i=0;$i<$count;$i++) { list($picid,$propid,$desc,$picSortOrder) = db_fetchrow($query); echo "picid= ".$picid." picSortOrder= ".$picSortOrder."<br>"; } I then pass this info to a script to change the display order of some...
  10. jefargrafx

    highest number in a query

    I'm try to fix a problem in some code that I inherited. The script use $count to count the number of items in a query. And then add 1 to the count to create new entry. cool unless you delete say number 3 from 1-5 and then add another the count returns 4 and over writers 5 as 4. I need to...
  11. jefargrafx

    scrollpane height

    Hi, I'm using a scroll pane to load a clip from the library that has server frames with in it. A stop() is on each frame. on the root time line I have serveral frame and each of this frames tells the scrollpane to go to frame with in the library clip. okay that all work fine. However, each...
  12. jefargrafx

    print to dynamic pdf

    I'd like to use flash as a user interface design tool to produce wireframes for a large project. My plan is to move developers from static PDFs for documentation to dynamic swfs or PDFs to communicate the design and provide prototying at the same time. All a great idea, but how can I get the...
  13. jefargrafx

    php and hidden form field

    I'm pass a bit of text "address" from one from to another via $REQUEST on an update database page using hidden text fields. My problem is, I'm getting a paragraph tag in front of the address text in the database. The field is varchar in MySQL, if I pass the text via regular text field it works...
  14. jefargrafx

    strange problem with text component

    Yesterday I created a newsletter at http://www.internet-services.com/ydn_2006/perydn_2006/perydn_2006DF.html that gives users conference information. However, the tickets link loads html into a flash mx 2004 text component. It works fine for me and everyone but two of my users, they are seeing...
  15. jefargrafx

    Access multiple sort order for SQL statement

    I havea an access database that I'm querrying to diplay information on a web page. The boss wants the info sorted by date first and then item number, however, he wants to change the sort order of the item number only on some weeks through out the year. What a pain. I am considering writing 52...
  16. jefargrafx

    flash button on a form

    okay, how come I can get my flash button (created via dreamweaver not flash) to access focus? Got a simple login form and I wanted to use flash button to submit form the form, work great with a mouse, but if you tab through the form the keyboard just skips the flash button? any help??? jef
  17. jefargrafx

    set flash shared object from an html link

    I'm teching my self shared objects to store user state. My question is (since my test project is a mix of swf and html) can you set a shared object variable on an html link. Say from a second nav panel in html, and I want to know if the user picked an html link so my swf will act correctly...
  18. jefargrafx

    files upload

    I'm tring to teach myself how to upload files via php. So far so good......but I'm using an array and I do not know the syntax to get a part of the array _FILES["upload"] Array ( [name] => music.mp3 [type] => audio/mpeg [tmp_name] => C:\PHP\uploadtemp\php4E.tmp [error] => 0...
  19. jefargrafx

    data shaping SQL Where clause

    I new to data shaping and hoping to use it on one of my prject. I got everything working, but I need to all multiple where statement to the sql. I can add three ANDs, but when I add the fouth the script breaks? Is there a limit to the number of WHEREs you can use, works fine in straight SQL...
  20. jefargrafx

    button components with unicode foreign language

    okay ... ogt a real stumpper here. I have a button that I created in Flash 5 to work like a component button does in 2004MX. I'm willing to replace my old button with the Flash Components but I need to use foreign language font as the label...been at it for days and was wonder if anyone has...

Part and Inventory Search

Back
Top