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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by atferraz

  1. atferraz

    casting int2char

    Hello, need to cast a integer to char. My real problem is this: int i,k=0; for(i=0;i<100;i++) { strcat(nome, k); // on BSD is an error: incompatible types in assignment }
  2. atferraz

    float division

    thansks
  3. atferraz

    float division

    How can I get the full result of two floats? x/y and x%y on tha same result
  4. atferraz

    Field jumping with tab key problem

    No previous mouse clicks on the movie. The film rolls well, shows a logo and slide for the login input fields. The first actionScript puts the focus on the userName input field. Then when I use the tag key to jump from username to passwd, the focus….. The funny thing is that, if I click on the...
  5. atferraz

    Field jumping with tab key problem

    Hello, I’m making a login flash page and get the focus for the user name text Field. But when I hit the tab key, the focus goes to the browser url. However if I use the mouse to focus the password text Field, the shift+tab and tab works well. Any suggestions are welcome.
  6. atferraz

    How to print images in the document?

    thanks.
  7. atferraz

    How to print images in the document?

    I see your meaning. This image is on a <td> background. So it is up to the operating system and its printer object to decide. You’re saying that in foreground method works? How can I define it as foreground? By using the <src> tag? thanks
  8. atferraz

    How to print images in the document?

    Hello, I’m trying to print a document with some images (gifs, jpg) and every thing is printed but the images. Anyone knows how to solve this? Thanks
  9. atferraz

    Open and close windows

    Hello, need to do this for my log in: The default opens with the flash logo and jumps to login.asp. The user logs and if authenticate another window is open with no menus and all that stuff. (want a controlled and fixed properties window for this application). At the same time the parent...
  10. atferraz

    load a url in a iframe

    Thanks, did help
  11. atferraz

    emule - how to

    how to permit emule to pass Isa server thanks
  12. atferraz

    load a url in a iframe

    Does nothing. I’m calling a asp page and there is a response.write "hello" at the top of that page along with other stuff and cant make it talk. The interest thing is this: if I call it from outside (parent or a popUp child window) it gets there. But I really must call it from the document it...
  13. atferraz

    can´t put a value on server side

    On this page I've a button and an iframe. When I press that button, on click event has: document.getElementById("iframeID").src="mypage.asp?test=xpt" . On mypage.asp I've test=request.queryString("test"); response.write test response.end() The iframe loads the page, but test is empty. Any...
  14. atferraz

    how to select the same from 2 tables

    Not that. The problem is that my date fields are strings and order on string isn’t very much what I want. So I need to know how to convert date strings in SQL date format

Part and Inventory Search

Back
Top