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

  • Users: Galford
  • Content: Threads
  • Order by date
  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

    While trying to compile my VB6 project i get the following error: "can't execute c2.exe"
  3. 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...
  4. 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...
  5. 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
  6. Galford

    On Naming Variables

    I wanted to know if giving variables and procedures long descriptive names slows down a program in runtime mode? Thanks
  7. 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