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 Wanet Telecoms Ltd 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: *

  • Users: peggasus88
  • Content: Threads
  • Order by date
  1. peggasus88

    Text Fade In WITHOUT Keyframes In MAIN TIMELINE?

    Hi. It's 4 AM but I am determined. :) How do you make text fade in WITHOUT adding keyframes to the MAIN TIMELINE (so that the main timeline has just one frame) ? Someone mentioned a two layer movie in another post, but did not explain how to do it. I tried the following to do a 20-frame...
  2. 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...
  3. peggasus88

    Stored Procedure to Select AND Return a Value?

    Hi, Newbie here. :) Can someone please show me how to SELECT a value and RETURN that value in the same stored procedure? My stored procedure: Alter PROCEDURE spGetQuarter_byDate @Date datetime, @Quarter varchar(20) Output AS Set @Quarter = (SELECT Quarter FROM Quarters WHERE @Date...
  4. peggasus88

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

    Hi everyone, I have a simple page with one Textbox DTC, one Button DTC, and one Grid DTC. When I enter a value into the textbox and then click the button, the grid displays a record corresponding to the textbox value. This page will be used repeatedly and for the sake of user friendliness...
  5. peggasus88

    How to Write an Error Handler for a Specific Error?

    Hi, I purposely entered a primary key value that already existed in my database table and as expected, I received the error below. I would like to pop up an alert box to the User, rather than have them redirected to such a scary error page. =) I would like my alert box to be specific and pop...
  6. 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...
  7. peggasus88

    PageNavbar - Tell Me There's A Way To ONLY Include the Parent Page!

    For the PageNavbar, under Properties > General, I only want the Parent page to be linked, not ALL the Parent Level pages or one of the other options AND the Parent page, ONLY the Parent page. Someone please tell me this is possible...I was thinking this would be something many people would...
  8. peggasus88

    Detailed Question About Retrieving Field Determined By Identity Option

    What I Would Like: From a Customer Menu page, a user clicks on a &quot;Place New Order&quot; button and is taken to an Order Form page. There are 3 elements on the Order Form page: 1. A grid (grdProducts), displaying product information such as product name, description, price, etc. 2. A...

Part and Inventory Search

Back
Top