Is there a way to write to a file on a network share drive (like \\ServerName\ShareName\FileName.txt) without using MapNetworkDrive? Anonymous users will be accessing my site and I won't know the which letter drives they have used or not used. I don't want to re-map their already mapped drive...
...the text fades in AOK in the Library, but not in real life. :(
I'm going nuts because I know it's supposed to be such a basic effect and I feel like I'm so close. This is my first time posting to this forum and I would greatly appreciate any help.
This newbie thanks you in advance,
~*Peggy*~
Thank you Merlin! Changing the button to an Image works great. I misinterpreted your suggestion a couple months ago, but now that I'm more familiar with VI, I understand. :)
Do you happen to know if it works for IE 6.0? (It works for IE 5.0.) My co-worker has IE 6.0 and hitting 'Enter' on...
Hi.
Thanks for writing back. I was looking for something just like this!
One question:
Say I have a grid with hundreds of records and I scroll all the way down to select a row near the end...when I click on the anchor, a server round trip is made and the scrollbar jumps back to the...
Yeah, I'm getting:
[Microsoft][ODBC SQL Servcer Driver][SQL Server]Column 'ForecastDemand.Qtr' is invalid in the select list because it is not contained in either an aggreagate function or the GROUP BY clause.
...I know which implementation is more effecient...I guess that comes with experience. :)
I do have a question about using the view...SELECTing * FROM vToMakeQty gives the correct results, but when I append the clause, WHERE Qtr = ?, I get the following:
[Microsoft][ODBC SQL Servcer...
...were incorrect; I figured out where the incorrect 'Useable' values were coming from...They are the TOTAL number of 'Serviceable' cards in the *TestCardInfo* table! Ignoring the 'ToMake' for now, I am getting something like:
*ProductName* *Need* *Useable*
TestCard_1 100 350
TestCard_3...
...related at all. A test card belongs to a project group, but when I'm calculating the number of 'Useable' cards, I look at ALL the records in the *TestCardInfo* table (cards can be transferred between projects groups). Similarly, with the *ForecastDemand* table, I sum every project groups's...
Hi 'bperry',
I'm not getting the error message anymore, but I am getting an unexpected return value of '0'. In my code, I am simply trying to set a variable value to the return value of the SP. I might be calling the SP wrong? Can you please show me some code snippets to call a SP that...
...Server Driver][SQL Server]Syntax error converting the varchar value '2002 Q2' to a column of data type int.
I have no idea where the 'data type int' is coming from since I have no ints in my table!
Please help. I don't want to be thinking about this when I'm watching Star Wars! ;)...
Me again. :) I modified MerlinB's Delete hyperlink code to an Update hyperlink that basically updates a recordset (Read his FAQs! They are incredibly helpful and easy to follow!) This hyperlink is used in an editable grid. Is there way a way to do field validation after clicking on the...
...as expected, the appropriate information is not displayed in the grid. Placing focus on the button using client-side script (as suggested in another post) hasn't worked for me because when I'm inputting a value into the textbox, the button loses focus.
Any help is really appreciated...
Hi everyone,
Thanks for the helpful input.
Can someone direct me to a resource that has a list of errors and their error numbers? Or maybe a way of determining the error number? I don't believe the error number would be '80004005' for my 'Violation of PRIMARY KEY contraint' since I always...
...show me how to do this?
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'PK_TestCardInfo'. Cannot insert duplicate key in object 'TestCardInfo'.
Thank you for any help you can give,
~*Peggy*~
Hi,
I have a very simple form, consisitng of just a textbox for the user's ID number. I would like Submit and Reset images that have the same functionality that buttons of type="submit" or type="reset" have...
The FORM tag:
<form action="CheckLogin.asp"...
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.