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.
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 ...
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
...
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...
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 !!
...
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 ...
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...
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...
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...
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...
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 ?
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 !!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.