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

    popup blocked

    I was just wandering if there is a way to counter all the popup blocker like in the google bar ? I have a big system that rely a lot on opening windows with Javascript and I need to deactivate my popup blocker so that I can use it. Any idea ? Thanks.
  2. JeanPhil

    Problem with replace function

    Hi everyone. I use a javascript replace function to modify certain characters that I send in the URL. It work fine for most of them but when it comes to the + sign, I can only replace it once. Here is a sample of the replace I used ...
  3. JeanPhil

    Printer parameter

    Ok I am not realy good with FoxPro and I have a problem. I need to modify the code in a program someone else did and I don't know how. The program create a text file that is used for printing checks. I understand the code part but I have a problem with the top margin of the print. The program...
  4. JeanPhil

    Access Memo field in Foxpro Table

    Hi. I have connected to Foxpro table using ADODB Rrecordset but I have a problem with Memo fields. When I just put the info in a textfield (ex: list.text = rs("memo_field").value) it's alright but when I try to put it in a string for a sql server insert, there is no information in the field ...
  5. JeanPhil

    Run asp script in scheduled task

    Hi ... I have a .asp page that I need to run everyday. Usually I do it manualy but I was wondering if there is a way to call the page with a scheduled task. Any suggestions ? I tought of converting my page to a VB software but it's a long code and I don't really want to to it again (unless there...
  6. JeanPhil

    How to create .csv file in ActiveX control

    Hi I'm creating an ActiveX control and I would like to write information or create a .csv file with my code. I tried to use a FileSystemObject but I get a user-defined type not defined error in my declaration when I test my code. Is there another object I can use ? I used the FileSystemObject...
  7. JeanPhil

    Multiple Order By in one Select

    Ok I have a simple SELECT * FROM table The table looks like : Code | date | credit 5546 | 01/01/2004 | C 6875 | 12/25/2003 | C 9378 | 12/30/2003 | C 2254 | 12/30/2003 | D 9675 | 01/15/2004 | D 8574 | 12/15/2003 | D What I need is to sort my record differently depending on...
  8. JeanPhil

    Show full date

    I use asp code to show records from SQL Server Database. The problem is that my code doesn't show a full date. ex: 1/13/2004 I need it to show like that : 01/13/2004 Is it the code or a Sql Server setting ?
  9. JeanPhil

    Hi !! I don't know if I'm in the

    Hi !! I don't know if I'm in the right forum. I need to change the mouse pointer when it passes on a text field. Is it possible ? I need it to be a hand if possible. Thanks !!
  10. JeanPhil

    Loose data in insert

    Hi ... I have a problem that I really don't understand !!! I do a simple SQL INSERT Statement with .asp code into a SQL Server 2000 database and I loose data while it insert. To be clearer, I have a note field (nvarchar with a lenght of 2000 characters). The problem is that it doesn't insert...
  11. JeanPhil

    Create view from a different database

    Hi ! Is it possible to create a view in one database that is linked to another database. I have a system with multiple companies which requires a database for each company. But I want to share a table for more than one database. Is there a way I can link a table from one database to another ?

Part and Inventory Search

Back
Top