Sorry to post a new thread on this but i figured everyone gave up on the last one considering how stupid it sounded. We are doing work for a client were an application gets passed to java classes which then gets passed to a dll to convert the java to C which then calls the proper dll within our...
I have a very long form on my web page and I was trying, to divide it up by using tabs. I wanted to split it up into categories(i.e.Dealer Name, Contact Information, registrtion Information....)Is there a way to create tabs and pass the form information this way.
I am opening a file and reading through it line by line. In the file is a summary of other files. Currently I am checking the files based on the date they were last modified, if they satisfy the specified condition I am writing the file path to a list box where on a double click event a...
So I have finished my designing and coding of a visual basic project. I was wondering how I should store the form so that when a user clicks it, it goes straight to the live form rather than the design and code screen where you have to have to click the debug button to load the live form.
Sorry to keep posting on here, I am obviously a newbie, and your help has been much appreciated. My LAST question is...Is there a way to subtract x amount of days from the Now() function?
I am reading a file I was wondering if there was anyway to only write certain lines of the file based on the date at the end of each line here is the top half of the file.
Category: FRED > Categories > Interest Rates
Link: http://research.stlouisfed.org/fred2/categories/22
README File...
How would I go about creating a button that would be clicked and bring up a window for a user to find and select a file, and then enter that file path into a text box?
I am trying to email 508 records in my database from a microsoft word document. So far on a couple test accounts when I send the email message in plain text I get a warning for each record, and then each one is sent out individually from my outlook account. So I tried to use HTML format and in...
Thanks for your help I figured out how to randomly generate a code, however now it is trying to input the same randomly generated code in every field is there a way around this?
Is there a way to write an update query that will update all records with random values. I want the input mask to be ??1?8?5? with the ? being equal to a random value and the 1, 8, and 5 being static values in those same positions.
Is there any way to write an update query with random values. For example I want to update records and make a certain field equal to ??1?8?5? with ?= a random value. Is this possible?
With help from you I recently put this statement in for a stop method.
if (document.all) {
document.getElementById("iframe_id").document.execcommand("stop");
} else {
window.stop();
}
My next question, as I always seem to have one, is what should be in place of iFrame_id...
Sorry to keep bothering you but is there some type of universal stop method. I tried window.stop() and it did stop the page, but then I got an error message letting me know that this method was not supported. Any ideas?
HI I am trying to write a function that validates a field only if focus gets set to that field. I am currently using OnBlur, and it tries to validate but then I get an error message that states an object is expected. Here is the code for the function. Any ideas?
Response.Write ("function...
I posted earlier about an error message that said:
Form.GMAC_CancellationName.value is null or not an object. Here is the code could someone plaese help me out.
<%@ LANGUAGE = VBScript %>
<%
Option Explicit
Response.Buffer = True
Response.ExpiresAbsolute = Now () - 1
Response.Expires = -1441...
When I try to add a record to my data base I get this error.
'Form.GMAC_CancellationName.value' is null or not an object
I don't know what the problem is and it shouldn't matter if it is null b/c there is a default value for this field in the database and it isn't even required. Can someone...
I am pulling information from a database, from a table named GMAC and the field name is GMAC_Disabled. It can only contain the values of yes or no, I want the radio button with the corresponding value from the database to be checked for each record. Here is the code for the raio buttons...
I am looking through a bunch of code developed by one of my coworkers, and I cannot find where is SQL update statement is for the life of me. I was wondering if there was anyway for someone to look at it and help me out. Is there anyway to post it on here.
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.