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

  1. SeanGriffin

    Form.AcriveForm Doesn't work Like I Expected

    I have an application with a form. On this form I have a button. In the Button's Click event I check Form.ActiveForm and it is null. How is Form.ActiveForm null in this instance. I know I have a form because thats where button I clicked is. -Sean
  2. SeanGriffin

    Output Assigned to Position not Name of Stored Procedure Parameter

    I was wondering if anyone could tell me why this happened. I have a Stored Procedure in SQL 2000 where when I define it as follows it works the way I expect it to. CREATE PROCEDURE [dbo].[addSequenceBinaryData] @sequenceID int, @testData image, @fileName varchar(255), @retval bigint OUTPUT...
  3. SeanGriffin

    Is is possible to associate Files in VSS

    VSS automaticaly assocaites some files like .frx with .frm (When a .frm file is checked out if a .frx file exists in VSS with the same name it is also checkedout) I want to be able to set up simular correlations of my own. Is it possible? -Sean
  4. SeanGriffin

    How to Use Excel Addins from VB

    I'm attempting to run an Excel macro from a spreadsheet that references some excel addins. When starting excel from the shortcuts or the executable this macro works fine. When I start Excel from my VB application I can't run the macro because it can't find the functions that are in the addins...
  5. SeanGriffin

    Mac Files into Source Safe

    The company I work for has a few programs that are writen on a Mac. They want to place these program into source safe as back up and I was wondering if anyone knew an easy way to accomplish this. -Sean
  6. SeanGriffin

    Union in VB

    Does anyone Know how to make a union in VB?

Part and Inventory Search

Back
Top