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...
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...
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...
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...
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...
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)...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
I find debugging stored procedures heavy... Sometimes I receive error message "error in asigment" 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...
I need to comment a block in a stored procedure. I know only the "--" operator for marking a row as a comment. Is there a symbol that marks a block as a comment? Something like /* ... */ in C?
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.