I'm trying to understand a system I currently working with. This following line calls a function from the component. There are 2 possibikities, but I don't know which one. Can anyone shed some light?
Thanks ;)
This is the line in asp:
***
objGrantee.PartyName =...
I'm trying to get a list of all the numbers for which the parent of that number and the parent of that numbers formers aren't the same.
Every number has a parent. A number can also have a forward( a number that was create before the current number was created) number and a former number( a...
Hi guys, I have a looping problem that I can't find right now.
This is the sql query when I execute this code:
SELECT iogc_instrument.instrument_number, iogc_instrument.iogc_agreement_number FROM ilrs.iogc_instrument WHERE iogc_instrument.instrument_number IN...
string literal too long is the error I'm getting by using this code. I'm assuming this is because I'm creating a huge SQL statment. Is that the problem? IF so does anyone know how I could fix this? Thanks for taking the time to read, it's really appreciated.
do while icounter <=...
Guys, I'm trying to create a statement that will allow me to have more then 254 values in an in statement. I'm trying to do this with the following statment. When I try to use it I get a scripttimeout error, even if I increase the timeout. I'm baffaled, I don't know what the problem could be...
Is there a way to cut a string in 2 once a delimiter has been seen x amount of times?
This is what I'd be starting with:
string = (bob,june,sally,eric,joel)
This is what I would have at the end:
string1 = (bob,june)
string2 = (sally,eric,joel)
Thanks for taking the time to read and write ;)
I'm using a vb4 web application and it dosen't work with windows 2000 and windows nt, though xp, which is based on the same kernel, has no problem running the app. Does anyone know of a place where I can find problems like these? or have any of you guys encounter a problem like this?
Thanks for...
Is it possible to write some code, asp or other, that would get the link to an other image if the current image is missing. This way you wouldn't get a broken image. I would use direct linking to server x, if server x goes down, the images on server y, the one where the page would be would use...
This is the error I get when I try using mid:
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument: 'Mid'
/ESD-PSE/language.asp, line 4
This is the code I have that results in this error:
sString = Request.ServerVariables("HTTP_REFERER")
sExt = Mid...
Trying to sort in alphabetical order, the date I get from the txt file I have to use I tryed this. I get the same results as before(not in alphabetical order, but in the order that it is found in the file. Here's the code:
function DisplayLinks()
Dim objFS 'File System Object
Dim objFile...
I have a problem with the button's alignmnet. I have some text and then I have a button, I would like the middle of the text to be at the same height as the middle of the button. Is this possible?
Thanks for taking the time to read n write!
Instead of having links in my site, I want to make them buttons. I create a form for each ling with the action as the url of the link. The button works..but's huge...is there a way to make the button stay the size of a normal button and not a huge one.
Thanks for readinf and replying!
,,,
ADODB.Recordset error '800a0cb3'
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
/ABSInternet_Local/test.asp, line 40
I have 2 sql queries set to rs and rs2. I open both of them, then I do this...
This is what i'm doing right now:
set rs2 = Server.CreateObject ("ADODB.Recordset")
rs2.Open "select distinct P1.number, p2.number
from part p1, part p2
where P1.number = P2.number(+)
Later in the code I use the following to use that information in the table
<% do while not...
<td align="center" onMouseOver="this.bgColor='#ff0000'" onMouseOut="this.bgColor='#0000ff'">
Is there a way to make this work in netscape 4.47
I'm trying to get a background image to appear in a cell of a table. In netscpae the background dosen't appear, in IE everything works. Any ideas on what the problem might be?
This is really weird, I can't post the code because it would be too elnghty, but I'll give a description of the problem:
This is an ASP page that is called from different pages, and the information showed on the page comes from a database. In one circumstance, only in netscape, a big white...
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.