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 TouchToneTommy 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: CrashDome
  • Content: Threads
  • Order by date
  1. CrashDome

    IP Phone and Softphone will not connect to server

    This one has me stumped. All I can say is that the configuration for all the phones and softphones (on a single network) on a BCM 200 (r4.0.2.03) is correct. The network is also fine. I know this because at any one point all phones have been working properly. It all started when two...
  2. CrashDome

    Web Services and Custom Attributes

    I coded myself into a corner! I wrote an object in my Web Service which utilizes a custom attribute. In my client app, the web reference does not support that custom attribute! (AFAIK) I didn't even think about this, but is it possible to send metadata over a web service? example: Web...
  3. CrashDome

    Factory Design and Static Methods

    So I've been writing a new piece of software for my company and I am diving into the use of generics for the first time (Just got VS2005 not too long ago). So I've been building my classes based on code I've found throughout the net and found some very good articles to base my work/learning off...
  4. CrashDome

    Find the solution directory during design-time?

    I am completely unfamiliar with how to retrieve the current solution's directory via code? My custom UITypeEditor is perfect except that the values I want to select are dynamically stored in an XML document with the solution and NOT like an enumeration or value placed within the DLL. So if I...
  5. CrashDome

    Need a creative way to handle control permissions

    I'm rewriting our software for .Net 2.0 and in the process cleaning up some bad practices. Our previous framework was based on a user object and associated permissions collection stored in a database. The user object has been converted to a singleton instead of being referenced...
  6. CrashDome

    Best way to reference an object across an application.

    I am writing an application such that much like a 'login' screen - a selection screen appears before the main program. The options available are in a database and once the option is selected by the user, an object is returned with the database values. After the selection screen, I finally enter...
  7. CrashDome

    How do strings sort in a DataView?

    I'm trying to sort a datatable in a datagrid by a column with a string value. There are certain items I would like towards the bottom of the list that would normally have a {null} value in the string column. A quick fix was to populate them with a character value higher than any alphabetic...
  8. CrashDome

    Impersonation very slow on initial connection

    Our company receives very large files from our customers and we decided to toss out FTP because it is a full-time job keeping track of whose file is whose or what are logins/passwords. I had the bright idea to use a file upload control (from MediaChase) and attach files to a ticket system...
  9. CrashDome

    Duplicating DataRows with Constraints. Possible?

    First, you are probably wondering why I want to 'duplicate' data in the first place :) Well, it's actually necessary: Currently, I am trying to find a nice efficient method to duplicate an order on our customer service order entry screen. The order entry program is connected to an MS SQL...
  10. CrashDome

    Web App: wishes Template Column Checkbox was read only

    I created a datagrid and template column binding the data to a checkbox. Unfortunately, the checkbox can be checked/unchecked at will. While it does not modify the underlying data (AFAIK), it is annoying to know that users can modify it. The checkbox is based off of this FAQ...
  11. CrashDome

    Displaying Fractions

    Has anyone (or does anyone know of anyone who) has been able to display and enter fractions into a datagrid? For example: 1/8 entered ---> 0.125 saved and vice-versa.
  12. CrashDome

    Bindingcontext and determining Position

    I have a treeview control which lists information based on rows in a datatable (with some as child nodes). I would like to navigate the position based on the user selected node. For example: (Assume a treeview with nodes that are tagged with the PK value) //POINT A...
  13. CrashDome

    Databinding and SelectValueMember not updating DS

    I currently have two tables: JobCenter (holds a job number and more importantly - CustomerID pertaining to that job) Customer (holds addresses etc... with a PK CustomerID) I created a ComboBox called "custName" and did the following: this.CustName.DataBindings.Add(new...
  14. CrashDome

    Best way to handle customizable formulas

    I am developing an application for estimating manufacturing costs and the end-users would like to define there own formulas and processes at any time. This means they want to create a master list of formulas set to calculate specific fields from specific tables in the database and insert the...
  15. CrashDome

    Spaces in Database Column - need SQL help

    I am currently using Visual Studio .NET to create an application for an existing database we have. It uses Pervasive v8 and I have successfully connected using the OleDBAdapters and writing to a dataset. HOWEVER, the company that created the database (BTRIEVE) way back when used the term...
  16. CrashDome

    sequential dates in a report?

    Hmmm... been banging my head over this one! I have a table for a list of jobs. I created a report for our production managers that lists these jobs grouped by SHIP DATE. They can select [Start Date] and [End Date] to filter it. The jobs are then listed per page by DAY. Example: one page might...
  17. CrashDome

    working with Data Access Pages

    I recently was given the task to build a Job run-list for our plant. Currently, all info is paper driven. I built a simple database using Access 2000 to collect the data and format reports. I will be completely modest and say this is my first attempt. I taught myself Access over the weekend...

Part and Inventory Search

Back
Top