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

    column size in a dataset

    Dear All, In my application I have 2 database coulmns that include long string values (over 30 characters). When retrieving data from these cells the value returned is truncated to the size of 30 characters only! anyone got an idea about this issue???
  2. Coolstep

    Arrange Columns in Datagrid

    Dear all, In my project I currently do the following: 1. Fill a datatable from DB 2. Have a DataGridTableStyle mapped with the datatable to hide some columns 3. the DataGridTableStyle is assigned to a datagrid Everything works fine except that I can't arrange the columns, I'm forced to use the...
  3. Coolstep

    OO logical question (DB Insert Method)

    As far as I'm know, Functions which Add/Delete/Update an object is placed in the object's class. like class Emp... Emp.addEmp(Emp newEmp) Emp.delEmp(Emp oldEmp) Emp.updateEmp(Emp currentEmp) and in the Emp class I place my SQL satements. If I'm right, my question is: I have a class, the GUI...
  4. Coolstep

    Logical Problem regarding time intervals

    My project is a billing system for airlines using local airports. we have Airports, Resources, Agents and Airlines. - Resources: Resources in the airport used by airlines. Each resource has Tariffs with From-To intervals - Agents: Companies who register with us to make their related airlines...
  5. Coolstep

    passing a string to function!

    I face a very strange problem, I have a function that executes a SQL statement, this SQL statement has a string variable exists 3 times in the statment that passed by the function's arguments. So simple till now but what actually happens seems to be a bug. consider I pass one of two values...
  6. Coolstep

    Can a child class instantiate a parent class?!

    Dear Members, After designing a CLIENT class and i have 2 types of clients (AGENT & AIRLINE) so i thought of 2 inherited classes of this parent class. The AGENT class is identical to the parent class, so is it right to have such identical child class? knowing that the 2 child classes are related...
  7. Coolstep

    A distributed system using CR v10

    Hi, I'm a lil bit new to Crystal reports and i have mission to implement a desktop application for a reporting system. This system will work on a lan of 5 clients and one server. Win XP platforms and SQL Server2000 database installed on server. Only my application should be running on the 5...
  8. Coolstep

    A distributed system using CR v10

    Hi, I'm a lil bit new to Crystal reports and i have mission to implement a desktop application for a reporting system. This system will work on a lan of 5 clients and one server. Win XP platforms and SQL Server2000 database installed on server. Only my application should be running on the 5...

Part and Inventory Search

Back
Top