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 bkrike 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: Snaggs
  • Content: Threads
  • Order by date
  1. Snaggs

    Question about SQL Icon in system tray

    I noticed every once in a while that a red wiggily line appears under the SQL Server Icon in the system tray. What kind of significance does this have or what does it mean? This is the full version of SQL Server 2000. Thanks, Snaggs tribesaddict@swbell.net Life can only be understood...
  2. Snaggs

    CSS and SSI

    OK, I have a header.asp, footer.asp and default.asp header looks like this: <head> <link href=&quot;style1.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;> <title>Test Site</title> </head> <body> </table> <table border=&quot;1&quot; cellspacing=&quot;1&quot...
  3. Snaggs

    Need help with a transform...

    I have a simple XML file as shown below and a pretty simple XSL transform. I want to color the shipdate different if the status is shipped. --<report.xml>-- <?xml version=&quot;1.0&quot;?> <report> <sale> <customer>Customer X</customer> <so>123</so> <contract>pending</contract>...
  4. Snaggs

    Submitting forms via buttons...

    I'm sure this is real easy to do, but I'm stuck at the moment. I have an asp page that has a form on it. The form is defined like this: <FORM name=&quot;records&quot; id=&quot;go&quot; action=&quot;records.asp?Mode=<%=Mode%>&quot; method=&quot;post&quot;> I have three buttons on the form...
  5. Snaggs

    PC Configurator

    I'm looking for some code that allows someone to configure a PC online. IE: Select a base system, and then modify it as needed. Increase HD capacity, Memory, etc and have the price show up on screen. Should be database driven (MS-Access is ok) and customizable. Anyone know of a system or...
  6. Snaggs

    Visual BASIC Programmers Journal?

    Ok, what's the deal? The magazine used to be called Visual BASIC Programmers Journal. Then the name got changed to Visual Studio Magazine, then it possibly got changed again to .net magazine. Since I haven't had a subscription to it for some time, what the heck is the name of the magazine...
  7. Snaggs

    Looping through a table...

    I have a table that has a birthday in it along with a Stage field. Birthdate is a DateTime field and the Stage is a VarChar(50). I put the Birthday in the table first, then I want to determine what stage the user is in. I have a function that looks up the stage based on how old the person is...
  8. Snaggs

    Frames and Menu History

    I have a web page setup using frames just like this one: http://financialaid.concordia.ca TTTTTTTTTTTTT TTTTTTTTTTTTT MMMDDDDDDDDDD MMMDDDDDDDDDD MMMDDDDDDDDDD MMMDDDDDDDDDD MMMDDDDDDDDDD MMMDDDDDDDDDD T=Title frame M=Menu frame D=Detail frame Down the left side I have the menu options the...
  9. Snaggs

    Visual InterDev Training...

    Can anyone recommend some training material for learning Visual InterDev? I had a link to a book that was online but I can't find it now. I'd like to have some place on line to go or a book to download. Also if anyone has any of the video series on learing Visual InterDev that they no longer...
  10. Snaggs

    Enable SoureSafe in InterDev

    I know someone has to have this working! I have tried as many things as I can think of to get SoureSafe to work with Visual InterDev and I've come up shooting blanks everytime. In fact, when I do get it working, I'm writting a FAQ on it! I have one developement machine. It's running Windows...
  11. Snaggs

    Can't set 'real' data type to NULL

    I have a table that has a field called &quot;Discount&quot;. The data type of this field is a &quot;real&quot; in SQL 2000. The box at the end is checked to Allow Nulls and the length shows 4, which can't be changed. When I enter a new row, the Discount is Null. If I set the value, save the...
  12. Snaggs

    Using system date as default value

    I'm a newbie to SQL server. I have a table that has two fields in it. One is a date field the other is a Value field. I want a default value of the server date to be in the datestamp field when a new record is inserted. Trigger? Stored Proc? Default Value? This is an easy one I'm sure...
  13. Snaggs

    Viewing all data from related tables.

    Greetings FoxPro Experts, I'm a programmer by trade, but not a FoxPro programmer. I inherited a project that's writen in Visual FoxPro 5.0 and have a section that doesn't work. The following code relates a breeding table to a view based on an index. What I want to do is see the output of...
  14. Snaggs

    ADO Save Method / Disconnected RS

    The ADO Save menthod is giving me a fit! I'm using a disconnected recordset. I create all the fields and data types of the fields from a configuration file. I can add data, delete data, change data, all with no problems. The problem comes in when it's time to save the data. I give it a...
  15. Snaggs

    Building a IDE Interface like Visual BASIC...

    I want to know if anyone knows of any controls or has built and IDE similar to that of Visual BASIC. We have a need to do much data collection. However, each one is slightly different. What I would like to do is have an empty form, where we could add a tab dialog, then add labels, textboxes...
  16. Snaggs

    Resize Event on a Form...

    Ok, I've looked hi and low to figure this one out but couldn't find the solution. So I'm posting to the experts. I have a form that has an image control on it. When the form is resized I want to set the height and width of the control to that of the form, plus or minus a few twips to allow...
  17. Snaggs

    Creating controls for Access...

    I read somewhere in the past that the controls for Access are slightly different than the ones for Visual BASIC. I don't recall or remember what the differences were. Visual BASIC has a control called a &quot;DT Picker&quot; short for &quot;Date Picker&quot;. It's a control that looks like a...
  18. Snaggs

    Building an Online Catalog System...

    I'm very new to ASP, however quite an avid Visual BASIC programmer. I have seen many sites that offer real estate for sale where you can see the picture or multiple pictures of the homes. The pictures are usally associated with some really long number. I'm looking for a way to do what the...
  19. Snaggs

    Creating Recordsets from a Recordset

    Does anyone know how to create a recordset from another recordset? I need it for a drill down application where the initial SQL statement would be too long and complex. For example, create a RS with all the states, then let the user pick a few states to keep and then dump those into a new...
  20. Snaggs

    XML Structural question...

    We have the following XML sturcture:<br><br>&lt;TCAResult&gt;<br> &lt;TCACall&gt;<br> &lt;CallID&gt;1&lt;/CallID&gt;<br> &lt;ConsumerID&gt;1111&lt;/ConsumerID&gt;<br> &lt;DateAndTime&gt;01/01/2000 11:52 AM&lt;/DateAndTime&gt;<br> &lt;OperatorCode&gt;AB1&lt;/OperatorCode&gt;<br>...

Part and Inventory Search

Back
Top