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

    Raise event to parent form?

    I have a composite user control for standard data entry operations in my Windows Forms application. Save, Delete, Add, Cancel, Find. I want the click events on these buttons to be raised to whatever form the user control is placed on. Can anyone give me some help in getting with the button click...
  2. codemech

    Windows Forms User Control

    I have a composite user control on a windows form. How can this control get a value from a field on the parent form?
  3. codemech

    Covert currenct string to decimal data type?

    How would I convert a currency string to a decimal? I type "$100.95" in a text box and then want to store it as a decimal. decimal d = txtPrice.Text; This throws an exception. Thanks, Codemech
  4. codemech

    Crystal Reports XI slow loading DataSets in .Net 2003

    I am evaluating Crystal Reports XI Developer edition and have found a very annoying problem. It takes about 30 seconds to run the Load() method of the ReportDocument object in C# when connecting the crystal report to a dataset object. There is no delay at all when using the Crystal 9 version...
  5. codemech

    Validate integer in textbox copntrol

    Can anyone help me with validating a textbox for an integer value. The texbox is designed to hold a contract number which is an integer value in the backend sql database. I know that a try/catch block will work and that is ok but I am looking for any other creative solutions. This is a Windows...
  6. codemech

    DateTimePicker and null

    I have a SQL field, "PurchaseDate DateTime Null", where the date is optional. Is it possible to set a DateTimePicker on a Windows form to a null value? I am starting to think that if you need null date values on your Windows form then the DateTimePicker control is not the correct control to...
  7. codemech

    Shared vba macro in Outlook 2000

    I want to create a vba macro in Outlook to open the file dialog box positioned to a default client folder. This macro is to be used by 15 people on a lan. My questions are: 1. Once written, how do I share the vba module with the other users so that I only need to maintain one copy of the code...
  8. codemech

    pcAnywhere file transfer with mapped drive

    I am using pcAnywhere v11 and want to be able to connect to my office pc (WinXP pro) and transfer files to my home pc (WinXP Pro) from a mapped drive (F: = \\server1\data) on my windows 2003 file server. This all works fine as long as I log into the office pc first. If I just connect and launch...
  9. codemech

    Export an ADO recordset to Excel?

    I want to export and ado recordset to excel without having to use code to create the excel spreadsheet and loop through the recordset to populate the cells. I want to use something like the docmd.outputto command. Has anyone been able to get this to work? Codemech
  10. codemech

    Data modeling & reporting tools

    I am in need of a program to help me consistently design and document SQL 2000 databases for several clients. The SQL Enterprise manager is just too weak on reporting. I have tried Visio 2002 and find it to be weak on reporting as well (plus it crashes randomly). I am currently evaluating Case...
  11. codemech

    Unique Table issue in Access 2000 project file

    I have run accross an unexpected problem in a client Access 2000 project with a SQL 2000 backend. My form recordsets only allow on table's fields to be edited when I have more than one table in the source. For instance (just a simple example) -- I have an invoice form and I want to edit the...
  12. codemech

    How does sql database size affect .ade file size?

    As my backend sql database grows in size, my ade file grows in size. I thought that the size of ade would not be affected by this. Can anyone explain. C
  13. codemech

    Multiple client servers in Enterprise Manager

    I have several clients that each have a SQL 2000 server running, each having the same server name like SERVER1, and each having the same IP address like 192.168.1.2. I use VPN to connect to individual servers to perform various tasks. How can I get these servers all registered in Enterprise...
  14. codemech

    Prompt within a view

    In an Access .mdb query I can create a prompt using the following criteria syntax -- >[After What Starting Date?] Is there any whay to accomplish this in a .adp file? Thanks, C
  15. codemech

    Help creating a Data Dictionary

    I use the following query to create a data dictionary which returns the table name, column name, data type, field length and nullable option. I can't seem to figure out how to indicate if a field is set as a primary key. Note: The LIKE statement just return my (M)ain and (L)ookup tables...
  16. codemech

    Multi-user VB.NET exe file

    Can I have multiple users launch a VB.NET 2003 app from the same .exe file in the same shared network folder? Thanks, C
  17. codemech

    Multi-users issue with Access 2000 project

    I have a customer that wants me to design an app using Access 2000 Project with SQL 2000 backend database. No problem except they want all of the users to launch the app from one shared apd or ade file. Microsoft says this won't work. Microsoft -- If you try to open an Access project (.adp)...
  18. codemech

    VB.NET and Windows 98

    Hello all -- I am new to VB.NET but have used VB6 for years. Can I run a VB.NET 2003 .exe file on Windows 98? Is the .NET 1.1 framework supported on Windows 98? Thanks, C
  19. codemech

    VB.NET and Crystal Reports

    I am learning to program in VB.NET after several years of working with VB6. I have always used Cryatal Reports with my deployed VB6 apps. At this point I do not want to spend the bucks on VS.NET Pro. and I currently own Crystal Reports v9. Since I own VB.NET and Crystal Reports 9, can I deploy...

Part and Inventory Search

Back
Top