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

    How to get messages printed by MSSQL Print Command in C#?

    Hi I Would like to call a stored procedure from MS SQL 2000. That procedure generates a report using the print command and using select command. Usually it was run from SQL Query analizer with results in text, and then pasted into clipboard and next into word and so on. My task is now to get...
  2. alfer

    I need a TreeView controll with a backimage

    Hi I'm working with C# Visual Studio 2003. I'm writing a program for windows (not for web). Have You any ideas how to write a TreeView controll with a bitmap instead of the white backcolor? I have tried to make the backcolor transparent and to put an image under my TreeView but this does not...
  3. alfer

    How to check which ports are tunneled?

    Hi all! I have a linux machine, that connects my internal network with internet. Users can connect from internet to restricted account with putty and open tunnels. They forward their local ports to computers in local network. So they can telnet from internet to local SCO-server in my local...
  4. alfer

    Number of open files per session

    Hi My users are working on Solaris (v.2.7 or 2.8) with an old CISAM application. They are receiving an error like "fail to open lock file", "too many locks" or "too many open files". My question is: Is there any possibility to change number of open files/locks per session/global in Solaris...
  5. alfer

    ToolBarButton size

    Hi I have a toolbar control with some toolBarButtons. The toolBarButtons have different texts and also different widths. I would like to make this witdths equal without changing the image on toolbarButton or its text. As I see the witdth is computed automatically depending on buttons text and...
  6. alfer

    Help by defining rules in iptable

    Hi friends! I have a Linux system with the iptables installed. The system makes an IPMasqarading and filters traffic on external interface. The internal interface is mostly trusted. Now I have to block a traffic from one computer (192.168.1.26) in internal network on one specific port (80)...
  7. alfer

    Generic Text Printer

    Hi all! I would be nice to prepare one report and print it both on: -laser printer with all frames lines and fonts -generic text printer - only with simple text lines. I have installed a generic text only printer driver on my XPPro maschine. I use CR9. I have prepared a small report and I try...
  8. alfer

    I want to get and show only some records to table, not all

    Hi I have following problem. I have a big database table. I should to display this table using DataGrid. But, becouse the table so big is, it takes too much time. I have following idea. I get from database and display only 50 records. When user navigates to the end of my small subset of records...
  9. alfer

    I need something like "OnPaste event" for TextBox

    Hi I would like to write a special handling of paste operation for a TextBox. (Only some characters are allowed in this TextBox). I have written code proving pasted text when the user presses CTRL+INS or CTRL+V. But I have no idea how to catch "paste operation" from context menu (right mouse...
  10. alfer

    Shortcut key in tabcontrol

    Hi! I have a tab control on my form. I would like to add a shortcut key for each page, so it could be used without mouse and without many many TABs. I can't find any property in controltabs properies for this. I have tried to use the &-sign in Text property of tabPage, but it doesn't work...
  11. alfer

    Check Box with Focus

    Hi all I have following problem in my windows aplication. I have some checkBoxes on my form. When a checkbox receives focus, cursor disappears and there is no frame around the checkbox. My users claim, that they dont know which field they are editing. In other windows programs when a checkbox...
  12. alfer

    How to disable hints in a report?

    Hi all I use C# on .NET platform with Crystal Reports 9. My report is ready and I preview it in a Crystal Report Viewer. When I move mouse pointer over a field, a hint appears with information like <table_name>.<field_name>. I find such hints not interresant for a user and I want to disable...
  13. alfer

    How to define a PATH for user with rsh (restricted shell)

    Hi I have defined a user with a restricted shell. The user cannot do anything. I don't know how to define a PATH for this user. I would like to create a directory with some programs for such a user and to point to this directory with PATH. But where can PATH be set? Thanks
  14. alfer

    Is this possible to use Interbase 6 from Borland C#?

    Hi I have Borland C#. The databese released with this enviorment is Interbase 7. When a client has application using Interbase 7, he has to buy this database. Interbase 6 is now free! Is this possible to use Interbase 6 int the place of Interbase 7? Has anybody any experience in connecting to...
  15. alfer

    Big stored procedure hangs Pervasive while executing

    I have quite big stored procedures. I have about 10 procedures calling each other, about 800 lines. They are not recurent. When I run this procedure on small tables the work ok. When I run then on tables with about 200.000 records I receive errors about insufficient memory. Pervasive stops...
  16. alfer

    UMSDOS filesystem?

    I would like to use RedHat on computer without partitioning the disk. I have found some informations about umsdos file system. Because performace is not important for me such solution will be good for me. How to install RH using umsdos? If umsdos-solution is not possible: How to prepare cdrom...
  17. alfer

    Linux on multi processor machine

    I have Linux on machine with two processors. How can I check how Linux uses this processors? Can I decide that one of processors shuld be only used by some processes? (One for system services and the second for database engine) Is this possible to separate processes created by one user in...
  18. alfer

    Function abs does not work

    I'm writing a stored procedure. I have a variable named ':my_number'. I know that value of the variable is negative. I'm serching one record that has field named 'number' equal to abs(:my_number). The select statement like: SET :abs_number = (SELECT TOP 1 number FROM TEST WHERE...
  19. alfer

    How to debug stored procedures?

    I find debugging stored procedures heavy... Sometimes I receive error message &quot;error in asigment&quot; without any information which assigment was bad. Sometimes I receive NO ERROR MESSAGE and my procedure finishes. How do you debug procedures? Is the 'print' and marking as comment the only...
  20. alfer

    How to comment a block of code in PSQL?

    I need to comment a block in a stored procedure. I know only the &quot;--&quot; operator for marking a row as a comment. Is there a symbol that marks a block as a comment? Something like /* ... */ in C?

Part and Inventory Search

Back
Top