Ok... Here's the code... I feel like I'm almost there but I'm missing a piece and I don't know Javascript well enough to know if what I want to do is even feasible.
-------------------------------------------------
<script language="javascript">
function SubmitSelectedToEngine(form)
{
var...
I just found a website that I manage was unavailable. IIS was still up and working, but until I unloaded the website, it would not work. What are some things that would cause me to unload my website? Does anyone have a really good reference on this?
Thanks in advance!
****************...
This is my result, thanks SonofEmidec1100 for the help!
' finally we need to kick off the process that imports the file data into the database
'Set Executor = CreateObject("ASPExec.Execute")
'Executor.Application = LocalPath&batchname
'Executor.Parameters = ""...
I have an asp page that was executing a batch file with the following code:
'kick off the process that imports the file data into the database
Dim command
Set Executor = Server.CreateObject("ASPExec.Execute")
Executor.Application = LocalPath&batchname
Executor.Parameters =...
So... there is NO WAY that I can possibly delay a batch from running or have it run later, after the asp page is finished? If I kick the batch or vbs from an asp page, the asp page will still count that as part of it's connection? ****************
DariceLR
:-{} :-V
****************
I have an asp page, utilizing VBS, that imports a file, reads through it, does some validation and spits out the data to be imported to a database. My question is:
The validation and reading of the file takes too long and causes a connection timeout. I have made the asp page such that all it...
... Thanks in advance...
I have two tables:
Member Table
(Primary Key: MemberID)
Fname
Mname
Lname
...
AddressTable
(Primary Key is MemberID and AddressType)
AddressType
Address
City
State
Zip
...
What I need is to get all the columns of table Member and if there is a matching child record in...
Just wanted to put this out there for those who might encounter the same mistake and perhaps get some insight from others as to why it causes a "Type Mismatch" Error:
I had code similar to the following (took a lot of code out):
while not RCMfile.AtEndOfStream
strText =...
IF anyone is looking for what I did to solve this:
In assigning the Ctrl + Key pairs to the menu commands in the Menu Editor, I was assigning but it wasn't calling them because I didn't have working data to the Subs associated with them... As soon as I found how to Cut, Copy, and Paste they...
If I move the name of a DSN, will the DSN still be attached??? I am using the Wizard made ODBC Logon, and my app uses a specifically name DSN
How would I move that up? ****************
DariceLR
:-{} :-V
****************
What if what I want to set it to isn't necessarily the first row in the list (0)... I want my dynamically filled list to point to a specific item, the one that is used to most often.
(Thanks in advance!) ****************
DariceLR
:-{} :-V
****************
Correct me if I'm wrong, but just the mere setting the combo box to 2-DropdownList enables the user to scroll by typing (VB6.0)? ****************
DariceLR
:-{} :-V
****************
After asking the question myself, the answer is... kind of.
If you have a VB application in versions 3.0 and lower, there is a decompiler. The guy who wrote the application is German. His website (written in German) is listed below. To translate it I used altavista's translators. (Don't...
I have previously posted my question and didn't receive a helpful answer, spending a week looking at other resources...
Situation:
I have a form that inputs records to a database. When I want to put in information found in a supporting table, I use a Modal form to search the table (on SQL...
How do you code shortcut keys, for example Ctrl-X or Ctrl-C and other options available in the Menu Editor? Where does the code go? ****************
DariceLR
:-{} :-V :-x
****************
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.