Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. peggasus88

    Microsoft VBScript runtime error '800a0046' Permission denied

    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...
  2. peggasus88

    Text Fade In WITHOUT Keyframes In MAIN TIMELINE?

    ...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*~
  3. peggasus88

    A Way to Place Focus on a DTC Button So That...?

    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...
  4. peggasus88

    Grid DTC Navbar / Vertical scroll

    Hey 'computergeek' Just letting you know that I still haven't found a solution, but I am going to try Merlin's suggestions later. :) -- Peggy --
  5. peggasus88

    Grid DTC Navbar / Vertical scroll

    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...
  6. peggasus88

    Tricky SQL SELECT Statement...Please Help.

    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.
  7. peggasus88

    Tricky SQL SELECT Statement...Please Help.

    ...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...
  8. peggasus88

    Tricky SQL SELECT Statement...Please Help.

    ...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...
  9. peggasus88

    Tricky SQL SELECT Statement...Please Help.

    ...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...
  10. peggasus88

    Tricky SQL SELECT Statement...Please Help.

    Sorry, 'Quarter' in the *ForecastDemand* table should be 'Qtr'.
  11. peggasus88

    Tricky SQL SELECT Statement...Please Help.

    My database tables: * TestCardInfo * <- Table Name - BarcodeNumber (int) <- Primary Key ProjectGroupID (int) ProductName (nvarchar 10) BoardRevision (nvarchar 5) ReworkLevel (nvarchar 5) Status (nvarchar 20) Comments (nvarchar 255) * ForecastDemand * - ProjectGroupID (int) - Quarter (nvarchar...
  12. peggasus88

    Stored Procedure to Select AND Return a Value?

    Thanks for the help! Yeah, I was thinking about it incorrectly, and I have now gotten it to work.
  13. peggasus88

    Stored Procedure to Select AND Return a Value?

    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...
  14. peggasus88

    Stored Procedure to Select AND Return a Value?

    ...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! ;)...
  15. peggasus88

    Hyperlink within grid

    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...
  16. peggasus88

    A Way to Place Focus on a DTC Button So That...?

    ...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...
  17. peggasus88

    Submit &amp; Reset the Form Using Images?

    Hi 'Einstein47' Thank you so much! I really was going to go mad. =) I chose Method 2 because it looked interesting. =) Works great. Thanks again.
  18. peggasus88

    How to Write an Error Handler for a Specific Error?

    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...
  19. peggasus88

    How to Write an Error Handler for a Specific Error?

    ...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*~
  20. peggasus88

    Submit &amp; Reset the Form Using Images?

    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=&quot;submit&quot; or type=&quot;reset&quot; have... The FORM tag: <form action=&quot;CheckLogin.asp&quot...

Part and Inventory Search

Back
Top