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...
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
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...
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...
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...
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...
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...
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
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...
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...
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
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...
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
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...
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)...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.