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 Mike Lewis 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. Galford

    E-mail's are showing up blank

    Quite often I recieve e-mails sent to me where the subject and body of the e-mail is blank. When I open my e-mail using another hard drive (I have removable hard drives) the e-mail that showed up blank, looks fine on the other hard drive. So, if I want to read e-mails that show up blank, I have...
  2. Galford

    Can't Execute C2.exe

    Thanks. This definately gave me some helpful insite into the C2. Turns out after rebooting my system I no longer recieved this message. My system seems to throw these odd messages every once in awhile. Another one I get more often are enum's that I defined throwing messages that they weren't...
  3. Galford

    Can't Execute C2.exe

    While trying to compile my VB6 project i get the following error: "can't execute c2.exe"
  4. Galford

    Getting "Constant Expression Required" for an Enum

    the following code appears in the loginscreen form: cCon.ExecuteCommand "qryLogin", rsSecurity, True, cmdSecurity, False, True, DBServer ccon is a connection class. This is where the enumeration(found in my initial posting) is defined. This is also the spot where the the program...
  5. Galford

    Getting "Constant Expression Required" for an Enum

    I have the following enumeration defined in a class: 'Class module to handle connection to database Public Enum DBLoc DBLocal = 1 DBServer = 2 End Enum From time to time, I'll get a compile error stating Constant Expression Required even though it is defined in the class. Is this a bug...
  6. Galford

    Calling a Procedure Where the Name = A Variables Value

    Thanks to both of you. This definately points me in the right direction. :)
  7. Galford

    Calling a Procedure Where the Name = A Variables Value

    Is it possible to call a procedure using the contents of a variable as the name of the procedure? Kinda of like this Dim StrProcedure as String Call StrProcedure The reason I'm trying to do this is because I've got a monster Select...Case statement that I'd like to get wrid of. It's for a...
  8. Galford

    Need SQL Practice

    Can anyone recommend a book or workbook that has practice exercises on how to do SQL statements? Maybe even a software package? Thanks
  9. Galford

    On Naming Variables

    Thanks for the replys and the links. They helped alot. I loved the performance page on vb helper. Lots of stuff I didn't know.
  10. Galford

    On Naming Variables

    I wanted to know if giving variables and procedures long descriptive names slows down a program in runtime mode? Thanks
  11. Galford

    editable grids

    Sheridan was recently bought out. The new company is still continuing the grid controls and it looks like they'll be improving them with newer versions. The grids do what you are looking for. Here's the link http://www.infragistics.com/products/products.asp
  12. Galford

    Help ! Is my application eating up system resources ?

    If you are using Win 98 you can go to Start->Programs->Accessories->System Tools and start the System Monitor program. Check what your system resources are like before starting your program, then after. This should give you a good indication of the resources being used.
  13. Galford

    syntax highlighting for VB 6

    Does anyone know how to customize the MS VB 6.0 editor's syntax highlighting? Much like the way you can with UltraEdit32.

Part and Inventory Search

Back
Top