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: *

  • Users: Trigeek
  • Order by date
  1. Trigeek

    return Vars from SP to another SP

    Hi, I'm looking for the same thing I think. I just don't know the syntax (or if it's possible) to call StoredProcB from StoredProcA. I would want StoredProcA to send in two parameters and StoredProcB to return one variable. I can give more specifics if anyone is available to help. Thanks! Sheri
  2. Trigeek

    Single File for menu

    I am so sorry. I posted that last post in the wrong spot. Loooong day. s.
  3. Trigeek

    Single File for menu

    Okay, I'm starting to get the hang of table structure - thanks. Now, I'm suddenly missing something on SSI. This HTML file works: <TABLE BORDER=3 WIDTH=20% HEIGHT=80%> <TR> <TD ALIGN=&quot;center&quot;> <object type=&quot;text/x-scriptlet&quot; width=&quot;100%&quot; height=&quot;100%&quot...
  4. Trigeek

    Access Reference Blues

    I think I might be dealing with a similar issue in a different way and I'm stuck.... I am developing on a PC which has Office2000 and Access97 installed. An admin did this install for me, I have no idea how she did it, and I'm now in a remote office in the fields of Brazil with little access...
  5. Trigeek

    Binding a DataGrid to a ADO.RecordSet

    Hi - I used this sample for my own datagrid. I have both a data control and datagrid on my form - neither shows any records. The recordset is populated and bound to the data control (as far as I can tell). Are there other steps that aren't listed here that I need, i.e. I haven't done any...
  6. Trigeek

    Problem with dataset interaction VB.NET &lt;-&gt; CR

    Hi... Did you get this issue resolved? I'm having similar problems, except right now, I can't even get one table to show...it works on their sample, and I can't see the difference between mine and theirs. I don't understand the dataset bit - do you need to add a dataset to the form as well as...
  7. Trigeek

    Correct way to test for Null values?

    what syntax did you use for the test? when I use Is DBNull, I get &quot;Object cannot be cast from DBNULL to other types&quot;...??? thanks! sheri
  8. Trigeek

    Crystal runtime files.

    I'm having the same problem, except I can never quite get an install to work. I'm using RCAPI and I've talked to Crystal and have all the files they say you need on my install. Any help on this would be greatly appreciated.
  9. Trigeek

    Passing recordsets to Crystal Reports 8.5.

    ftam, I saw your code for this and it makes sense. But I'm dealing with a slightly different problem I think. My recordset is not associated with an active connection. It gets passed in rather than created in this portion of code. So, my application blows up if I try to use...
  10. Trigeek

    SetDataSource, Recordsets and unbound reports

    I am having the same problem. Were you able to resolve this?

Part and Inventory Search

Back
Top