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

    Print datasource details in CF5

    Does anyone know of something that will print out a report of all my datasources with its settings in CF5? I found a routine for MX and it works great, but I have a CF5 server with >100 datasources and I don't want to write them all down by hand. Thanks, Kris
  2. krisbrixon

    Menu like Finder in Mac

    Has anyone seen a Flash navigation menu that works like Finder from the Mac OS? I have seen several examples of menus like the treeview from Windows, but I am researching the idea of making a website navigation based on Finder from Apple. I would be interested in links to actual sites and/or...
  3. krisbrixon

    Advanced CF Training in Southeast

    Does anyone have any recommendations for training companies in the southeast for Advanced ColdFusion (MX)? I would prefer something in north carolina (raleigh), but I would like to hear about any in the southeast. Thanks, Kris
  4. krisbrixon

    SQL Script Speed Question

    Which do you think would be faster. Base information: - Three tables Table 1 has @ 100 records (i.e. Batch File) Table 2 has @ 5000 records (i.e. Active File) Table 3 has > 1,000,000 records (i.e. Historical File) - The value I want will be in only one of the three tables. - There...
  5. krisbrixon

    Anyone using (or have used) SharpDevelop?

    Has any of you used (or played with) SharpDevelop for VB.NET or C#? http://www.icsharpcode.net/OpenSource/SD/default.asp I found this today and was wondering if it was any good. For the cost it has to have some merit, but I was wondering if anyone here had any experience with it. I am...
  6. krisbrixon

    Long File Names Being Truncated

    Anyone know why long file names would be truncated to 8.3 standard. Is there some setting or option that I need the change. Here is the kicker: Sample file Name: "FileNameIsMe.doc" It is not doing "FileNa~1.doc" It is doing "FileName.doc" Thanks Kris
  7. krisbrixon

    Problem with NULLS (I think)

    I usually use SQL Server, but for this application I need to use Access and I have not used Access in over four years. I am creating a large SQL statement, but is not returning the results like I think it should. I have narrowed the problem down to a simple SQL statement and I wanted to see if...
  8. krisbrixon

    How to set color from text value

    Right now I have the following code to set the alternate color for listview's Public Shared gBackGoundColor As System.Drawing.Color = System.Drawing.Color.LightBlue Now, I want to have a combobox with a listing of colors that the user can select and set the gBackGroundColor to the value of the...
  9. krisbrixon

    Single Checkout - Multiple Saves

    Here is my problem: When I check a file out in VS.NET (VB.NET) it gives me the little check mark by the file. I make a change to the file and save the file (still checked out). Then a coworker will open the same file, make a change and save the change (not checked out). On my computer it will...
  10. krisbrixon

    Does anyone have any tips/resources

    Does anyone have any tips/resources/code/... for handling error messages beyond the simple messagebox. My goal is to throw the error all the way up to the GUI class (I can do that) and then gather as much debugging/environemnt information as possible and write to a file or something. A little...
  11. krisbrixon

    Error Reporting

    Does anyone have any tips/resources/code/... for handling error messages beyond the simple messagebox. My goal is to throw the error all the way up to the GUI class (I can do that) and then gather as much debugging/environemnt information as possible and write to a file or something. A little...
  12. krisbrixon

    ListView Column Resize

    I have seen several pieces of code that will automatically resize the widths of a column in a listview for VB6. Does anyone have any tips/webpages/code on how to do this in VB.NET? Thanks, Kris [hammer]
  13. krisbrixon

    How can I view an Access version 1 database?

    I am trying to read this old file I have and I can not find a way to open it. I am assumming they are Access version 1 mdb's. When Access 2002 tries to convert the mdb it tells me that "This operation is not supported for Microsoft Access 1.x databases." When Enterprise Manager for...
  14. krisbrixon

    Compile Memory Error (Windows 2000)

    First of all the progam compiles fine in Win98, but I get the following error message when I try to compile in Win2000. I have tried a number of changes in config.nt and autoexec.nt but none seem to help. I would appreciate any help or ideas to point me in the right direction. SCREEN SHOT...

Part and Inventory Search

Back
Top