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

    Why are stored proc params being passed NULL?

    VB6, RDC, ODBC, SQL Server This is probably very easy, I'm just new to RDC (been using OCX for years) I have a VERY simple report using ODBC, based on a stored proc with 1 char param. It works fine in the Crystal Designer. In VB6, I add the viewer to a form and add this code: Private Sub...
  2. brailian

    Disabled Text with the Etched/Sunken look

    I've noticed that the text of a disabled command button looks different from a disabled label or textbox. It turns a lighter shade of gray as opposed to a darker, and it gets an etched or sunken look to it. Does anyone know how I can make the text of a label look that way? Or, if the label is...
  3. brailian

    How do I close forms w/o letting them run any more code?

    This might be a tough one. Does anyone know of a way to close a bunch of modal forms without letting them execute any more code? For example, I want to close forms 2 and 3. Form3 is called modally from a command button on form2 (see code below). How do I kill both forms but prevent the...
  4. brailian

    Can you have a timer without using the control

    I want to put a timer into a class that has no user interface (i.e. no form to drop the timer object onto). Does anyone know of a simple way to do this? Do I have to use an API call? (if so which?) Thanks, AJ
  5. brailian

    Two modal dialogs in VB hangs the IDE

    Here is a weird one that locks up both my program and the IDE. It's VB6. Can anyone explain the behavior described below? (and please, no one say you can't have 2 modal forms at the same time, you can, I do it all the time) 1. Create a DLL project. 2. Add a form, place a command button...

Part and Inventory Search

Back
Top