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 gkittelson 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. JeanPhil

    popup blocked

    Thanks Adam ... that's pretty cool stuff. I can't use it for my system right now but I'll keep it in mind.
  2. JeanPhil

    popup blocked

    That's what I do but I wanted to know if there was a coding solution so I don't have to do this for all users in the office. Thanks anyway !!
  3. JeanPhil

    popup blocked

    That's what I tought but I know there is some really clever programmers here so I tried ;) It still sucks !!!
  4. 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.
  5. JeanPhil

    Problem with replace function

    Thank you so much vongrunt !!! Now I only have to replace my function in about 200 pages :s !!
  6. JeanPhil

    Problem with replace function

    Thanks for the quick reply Kaht ... No I have the same problem. It work for most character but not for the + sign !! Really weird.
  7. 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 ...
  8. JeanPhil

    Printer parameter

    Thanks for the quick anwser. The program is in Visual FoxPro 4 or 5 .. not sure but it's not for DOS. The print is hard-coded to create a .txt file that is sent directly to the printer. Ex : SET ALTE TO temp\CHEQUE SET ALTE ON SET CONS OFF ... ? space(60),database_field_x ...
  9. 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...
  10. JeanPhil

    Access Memo field in Foxpro Table

    Thanks very much Mark ... I got it to work. Really appreciate the help !!!
  11. JeanPhil

    Access Memo field in Foxpro Table

    I tried the GetChuck fonction but I now get an error : Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. I search the web but could'nt find an appropriate answer. Here is my code, maibe you'll see something wrong in it that I don't !! ...
  12. 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 ...
  13. 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...
  14. JeanPhil

    How to create .csv file in ActiveX control

    Yes I did thanks !! I forgot about the reference of the objet. I tough it was a component and couldn't find it. But now it works.
  15. 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...
  16. JeanPhil

    Multiple Order By in one Select

    Thanks again ... I found what I needed for the conversion part !!
  17. JeanPhil

    Multiple Order By in one Select

    Thanks to both of you !! I still have a little problem with the Format function ... I use SQL Server as Golom mentionned so I changed the query to use the SELECT CASE but I still need to convert the datefield to a string !! Any Idea ? Here's an example of my query : SELECT * FROM temp_concil...
  18. 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...
  19. 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 ?
  20. 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 !!

Part and Inventory Search

Back
Top