Hi all,
I'm populating my DataGridView from database without any problems.
But cells in 1 of the columns can have 1 of 3 possible values.
How can I display the current values in the cell and allow the user to amend it by selecting 1 of the 3 possible values?
(When the user wants to amend the...
Hi,
Thanks for your reply.
How are you polling the share?
This code below would be ideal if the onError event would fire when the connection with the shared folder is lost.
I'll post here again if I find anymore info, I hope you'll do the same.
Thanks.
=======================
using System...
Hi,
I worte a Csharp application that monitors a shared folder on our network using fileSystemWatcher component, the problem is that if the network connection is lost for few seconds fileSystemWatcher stops monitoring without raising any errors at all! And it doesn't start monitoring when...
Hi,
Is it possible to create a report where after the user runs it, they can click on a plus sign on the report which will trigger
another query and display further results?
This is to avoid user having to wait a long time for the whole report of finish running.
Thanks,
N.
Hi all,
Does anyone know the equivalent to this c# code in Delphi?
Thanks in advance.
N.
private void frmMain_Load(object sender, EventArgs e)
{
//create a new NetworkBrowser object, and get the
//list of network computers it found, and add each...
Hi All,
Does anyone know how to recycle an application in "Application Pools" programatically in Delphi ?
Normally I do this by:
Right click on my Computer
Expand Services and applications
Expand Internet Information Service
Expand Application pools
Right click my application then left click on...
Thanks for your reply.
I'm not writing any .Net code. I just created an SSRS report which has report params. One of them is a dropdownlist, which I'd like to pass its selected items to my sql function in a comma delimited format (UserSelectedCountries).
My code is:
SELECT companies,Countries...
Hi All,
I have a dropdownlist which contains different ProdutIds.
I have to use the values from the dropdownlist as a parameter to the report. How to use the dropdownlist to the Report?
Thanks for your help.
N.
Hi All
One of my report parameters allows users to select a list of countries from a dropdown list, and I'd like to pass the selected countries to one of sql functions in my query.
I created a textbox to hold a list of the selected countries this way: =split(parameters!Countries.Value,",")...
I've a table that displays something like this:
clientid order OrderDate
-------- ------ ---------
1 Printer
2 mouse
1 monitor
3 printer
4 keyboard
2 keyboard
But I'd like to get this result:
Where I display the latest 4 orders in the same row...
Hi All,
I've a table that displays something like this:
clientid order OrderDate
-------- ------ ---------
1 Printer
2 mouse
1 monitor
3 printer
4 keyboard
2 keyboard
But I'd like to get this result:
Where I display the latest 4 orders in the same...
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.