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

    FTP With FLash

    I would like to my cusomers to do FTP transfers via web pages. Is there a way to use FTP Protocol with Flash MX? Thanks in advance.
  2. salvatoredoria

    Compact and disapear?

    One of my customers attempted to compact and repair a corrupted Access 2000 Db. After doing that all user tables were marked as hidden and system tables. The bad thing is that trying to open a table a msgbox displayed that I "need reade authorization" to open the table. I tried a Office Recovery...
  3. salvatoredoria

    Datagrid hardcode

    1) Of corse you have to connect the DataGrid to a data source, e.g. Adorecordset; 2) when you right-click the datagrid, DON'T use retrieve fields, but modify. 3) add as much columns as you need. 4) right-click the grid again and go to properties, select the columns tab and edit for each column...
  4. salvatoredoria

    Little DIV scroll problem

    Chris, i needed "FILTER: chroma (color=lightblue);" to make the scrollbar transparent, but as you said before, in IE 5 the code applies also on the text. Thank you a again.
  5. salvatoredoria

    Little DIV scroll problem

    Dear Chris, Thank you for your little "best practice lesson" ;-). I'm new to web design, and i have to end that project, because our web designer is ill. So i didn't think much about clean code. Hope our web designer comes back soon, so that i can go on programming.... Your code test is worth...
  6. salvatoredoria

    Little DIV scroll problem

    Thank you for that helpfull link. You deserve a big STAR!!! I made some changes in my stylesheet. Hope it works. Thank you again. Greetings from Italy
  7. salvatoredoria

    Little DIV scroll problem

    Some news.... OS W98 (With Office XP ... oh my god) Browser IE 5 Behavior: 1. When browsing to the above page the colors change from blue (original) to green (on the customer pc) 2. The DIV scrollbar is shown in grey 3. The text is shown with a kind of "transparent" color. Any other...
  8. salvatoredoria

    Little DIV scroll problem

    Thanks for your reply, today i'll meet some of those people, so i can ask them the exact configuration of OS and Browser.
  9. salvatoredoria

    Little DIV scroll problem

    I have a web page (http://www.iesitaly.com/menu.asp?id=10&menuid=11), some of my customers see tha scrollbar but not the text. They say they use IE. The bad thing is that I see the text and the bar. here is my code: <div class="scroll" id="scrolldiv" height="200px" width="300" >...
  10. salvatoredoria

    Not Enough Memory Error 20500

    I solved it. The problem was that on the machine I mentioned before, there was a "mix" of version 7 and version 8 libraries. So I uninstalled my application, removed manually all Crystal libraries and then I installed my application again. Now it all works properly.
  11. salvatoredoria

    Not Enough Memory Error 20500

    I'm running a Crystal Report on an WinXP, connecting to SQL Server 2000, when it goes to print, i receive 'Not Enough Memory'. One funny thing is that the same report is printed on other machines. The funniest thing that all reports are printed on this machine except the chart containing...
  12. salvatoredoria

    Output parameters & Return Values

    Thank you it worked pretty good you are a genius!!!! [medal]
  13. salvatoredoria

    Output parameters & Return Values

    when i try ro get the .fields(0).value.
  14. salvatoredoria

    Output parameters & Return Values

    thank you for the hint. But after executing the recordset it's been closed. Any Other idea ?
  15. salvatoredoria

    Output parameters & Return Values

    thank you for the hint. But after executing the recordset it's been closed. Any Other idea
  16. salvatoredoria

    Output parameters & Return Values

    i have a stored procudere in SQL Server and i have this problem: The stored procedure has a return value (@codice0) that can be read with sql analyzer, but i don't know how to get the value in visual basic. for example: ' in Query Analyzer ' declare @myid int EXEC @myid=sp_Class001_Insert...
  17. salvatoredoria

    Text To Speech

    i think the problem is not ms agent
  18. salvatoredoria

    Text To Speech

    Try downloading also Microsoft Speech SDK 5.1. I managed to use text - to - speech in my Vb6 app. If you like to distribute your text-to-speech, download the Sp5TTIntXP.msm merge module for Visual Installer. P.S. I have 2 win2k pro
  19. salvatoredoria

    A form module accesing another forms variables and functions

    you have to declare the function of a form as "public", in order to call it from all the project
  20. salvatoredoria

    Connection to Visual Foxpro 6 tables Error Message

    check out if that table is part of a fox pro datbase (.dbc) In that case you have to connecto to the &quot;.dbc&quot; file with ado

Part and Inventory Search

Back
Top