Could anybody help me about How to Get the Cell value from Gridview Control while I use Mouse Click on one Cell?
Hi Sir, Here goes my question,I'v drag a Gridview control and binded data to it ,I'm thinking ,Can I get the value from the Cell which I used the mouse to click on it ? Thanks for your kindly help.Here.I.Am
Edit Columns in the Smart Tagthen on the column use want to use click the "Convert to a Templated Field"Now Click OKGo back to smart tag, and Edit Templated field, On the Field you want to change, Item Template, you delete the Label Field and add a HyperLinkWhen you add the hyperlink, a smart tag will appear asking you to "Edit DataBindings", click it.Now ch...
To use or not to use DelphiSadly, it seems to me that there is a sort of race between the two threads, for and against using Delphi in new projects, with more or less the same users posting in both threads. Arguments are fiercely debated in both camps.
Borland had their own vision. As a community, now that Delphi has changed ownership I believe we should try to be more consistent, more clear, and more articulate in what we expect from Embercadero in terms of Delphi. We can contribute to keeping Delphi alive and moving in the right direction.
"Laurent Cocea" schrieb:
> Sadly, it seems to me that there is a sort of race ...
<snip>
Some people go fishing, some go to the movies, some like to take long walks
on the beach, and then some like to type their fingers bloody discussing
totally irrelevant issues on public Newsgroups. And my wife likes to watch
soap operas and follow posts from a forum where new-baked parents are
discussing their kids-issues.
Everyone needs a hobby :-)
Regards,
Danijel
Laurent Cocea wrote:
> Sadly, it seems to me that there is a sort of race between the two
> threads
They're essentially the same thread with a little more trolling in one
than the other. Lots of free time over the holidays and all.
I think the discussion in general is a good thing, though. Help remind
people why a tool like Delphi is worth while, and maybe even shed some
light on some of the things that still need attention. I still learn
about ...
Using FDGUIxLoginDialogHi
please - when using FDGUIxLoginDialog how can I detect that the cancel button has been clicked?
I am on XE6.
Have set the FDConnection.logindialog = FDGUIxLoginDialog
And I also got an access violation when I have this sequence of events:
Enter wrong password - click OK
Get the login dialog agian and the press cancel - and the access violation occurs.
Thanks in advance for any answers that might help mw solve this.
The following links will give you ideas regarding handling login canceling:
* http://docwiki.embarcadero.com/RADStudio/XE8/en/Establishing_Connection_%28FireDAC%29#Hand...
Spreadsheet component for use in Delphi VCL 2010Good day
I have been using the Flexcel component for reading and writing Excel spreadsheets
in my Delphi VCL projects for some while and have been very happy. Unfortunately,
though, a version for use with Excel 2007 format files (.XLSX) has been promised
for years now but just never arrives and I have reached a stage where I just
have to update some of my software. Can any body suggest alternatives and
comment on their experience with these? I have no objection to buying a component
although all my programs are for academic use by myself and colleagues/friends
so cheaper would...
click click clickthe subject line is a sound that eminates from the harddrive of a laptop
(not mine) with xp pro/ntfs
unit powers up, unable to access the c drive. same results with a bootable
floppy disk.
I assume there is nothing else that can be done unless one wants to pay a
company to recover the data?
"mgwmp" <p.zie@cnn.com> wrote in message news:blv77g$i9q$1@news.grc.com...
> the subject line is a sound that eminates from the harddrive of a laptop
> (not mine) with xp pro/ntfs
>
> unit powers up, unable to access the c drive. same results with a bootable
>...
Click...click...clickI was listening today to a photography podcast at:
www.photography.ca/blog
and the host Marko described the loss of the hard drive which
contained a backup of all his images. He said that one morning he
tried to boot up, and the drive just went "click... click...
click" but never did anything more, and of course wouldn't boot.
Is there a reasonable chance that Spinrite could fix that, or does
that behavior indicate a physical problem with the drive head or
electronics?
Peabody wrote:
> I was listening today to a photography podcast at:
>
> www...
Edit individual datagrid cells using click event
Hi All,
I am developing a simple datagrid to store data with a status field.
the requirement is when ever user clicks that perticular cell in that Status column (any row in that column) the display control(label) will switch to dropdownlist with 3 options. user selects any one option and that value should update and replace the dropdownlist. Its kind of spreadsheet style editing....
how to handle this. i tried to use itemdatabound event. but couldn't succeed.
Please help me .
Thanks.,
vrnetLover
My recommendation would be to add into ItemTemplate for the "Status&...
[Delphi] Using SendInput (Specificaly moving and clicking the mouse)Hello everyone, For the life of me, I cannot find an example on how to use SendInput to move and click the mouse within Delphi, Can anyone post or point me in the right direction? I would appreciate it alot
Jeff wrote:
> Hello everyone, For the life of me, I cannot find an example on how to
> use SendInput to move and click the mouse within Delphi, Can anyone
> post or point me in the right direction?
Try something like this:
{code}
var
Inputs: array[0..2] of TInput;
begin
Input.Type := INPUT_MOUSE;
Input.mi.dx := XCoordinate;
Input.mi.dy := YCoordinate;
...
Actuall thread about vcl classes / components in C++ for use with delphi...Hi All,
I wanted to follow the topic that appears as a 'sub-thread'
above... suspecting it would die...
I'm sure many of us are interested in this topic. ( by 'sure'
I mean absolutely certain...)
It also brings to my mind the question, does anyone know of
any references for us semi-delphi-literate C++ programmers
that would like to read/write/modify delphi stuff?
Thanks Everyone,
(you know who you are... B)
Bruce
...
how to update call of grid view by double clicking it ,i want update cell value to database by double clicking it,i want only that cell to be update
I am displaying the grid view with some minibars data now i want to update the status of each minibar(LOCK/UNLOCK) to database by clicking on cell(contains image) of grid
How can i do that?SuyogI am just using my free time,but if it helps you then my mark my post as answer
Minibars? Like how many of the little vodkas are left in room 216? :)
Make your image an ImageButton instead and you can write a handler for your OnClick. You can get the row reference of the cell through reflection.
I love to display the non-secure items...Charlie Asbor...
Delphi XE8 Send Notification from Parse using VCL appHello,
I am learning the new Baas technology with XE8.
I created a small app to receive notification on Android mobiles using Parse.
Everything is working fine when the notification message is sent from Parse web site.
However when my VCL app send the notification with BackendPush component, nothing is coming in mobile phone.
The messages are sending correctly because I can see them on Parse site. Their status is different than the one sent from Parse .
Here are my VCL messages Status on Parse:
Type: API, target: Chanels.
When sent on Parse site:
Type : Campaign, Target: Everyone...
Delphi 6In preparation for applying a bug fix to one of the VCL modules (AxCtrls.pas), I have been trying to compile the original source code for the module in order to reproduce exactly the existing dcu.
I have copied AxCtrls.pas to an empty directory, and have found that doing:
dcc32 -q AxCtrls -$D- -$L-
gives me a dcu which is identical in size to the one on Delphi6/Lib, with identical contents except for a few bytes near the beginning, which I assume are a compliation timestamp.
However, I have been unsuccessful in duplicating the debug dcu in Delphi6/Lib/Debug. Using "-$D+ -$L+&q...
How to detect if code executes in a VCL application and needs to use Synchronize?Hello newsgroup,
this is my current logic in a thread to check if the
'HandleIncomingData' call needs to be synchronized:
if System.IsConsole then
begin
HandleIncomingData;
end
else
begin
Synchronize(HandleIncomingData);
end;
It works fine, but only if the console application does not open VCL
Forms. For example, I have a GUITestRunner unit test project which also
uses APPTYPE CONSOLE to open a console window for debug output. In this
case, System.IsConsole is True, but the Synchronize is necessary to
avoid applica...
Making a cell editable on clicking the cell
Hi,
I am trying to make a cell editable as soon as the user clicks on that particular cell in the .net data grid. Usually, the way we do is, we click the edit button and the cells become editable and two buttons(Update and Cancel) appear. Instead I would like to make this possible without even clicking on the Edit button. There will be only one button (Save) to save the changes done on the grid. Is there any way to do it ? I hope I am clear.
Thanks in advance.
Prasad P
Take a look at the following article, which shows how you can hightlight the row by clicking anywhere in the ro...
Using Delphi 7 and Delphi 2010I had a project in Delphi 7.
I worked on it in Delphi 2010.
When I try to open the .dpr again in Delphi 7, the IDE toolbar widens across both monitors, and Delphi 7 locks up.
It appears that Delphi 2010 modifies the .dpr in a way that makes Delphi 7 unable to open it again.
All my forms & units appear to open fine in D7 after D2010, except for the warnings on the ExplicitHeight and ExplicitWidth properties being missing...
I can easily recreate the .dpr, but is this expected behavior?
Thanks.
Tom Field wrote:
> I had a project in Delphi 7.
>
> I worked o...
Fire event when click in the specific cell in DataGrid using Asp.net,Vb.net
Hello
i am using asp.net DataGrid control. i wants that when i click on the specific cell in a datagrid the event occur after clicking the specific cell and display which cell has been clicked.
Note: cell not a row. cell means value against specific row and coloum.
i am using nested dataGrid . Master Child datagrid.
i am using child datagrid in datagrid template coloum of master data grid.
thanx
tenzeel.M.Tenzeel Fayyaz
Take a look @ DataGrid and Client Side Events
Make changes at below given statement to onclick event and modify accordingly
'2. To change the co...
Is there a way to detect selected value when a mouse is held-down over a context menu( opened by right click on textbox) using javascript?
Is
there a way to detect selected value when a mouse is held-down over a
context menu( opened by right click on textbox) using javascript?
Means find out which value (Copy,cut,paste, delete, select all) is selected by mouse click from context menu using javascript.
No you can not tell what was selected from the context menu. (You can write your own.)
One example is: http://www.dynamicdrive.com/dynamicindex1/contextmenu.htm but you would have to build the functionality of the orginal menu with code.
EricPascarello.com | Twitter epascarello | LinkedIn...
How design a COM using Delphi and Using in PB7?I need some component, So, we want using DELPHI5 to develop a COM or
Activex.
What type of knowege or Skill I must know it.
Can anyone tell us?
from DRAOGN
Can you explain what type of component you want to create? You may not
need to a) build your own, or b) use Delphi. If the component should be
used from within a PB application, you ought to use PB to develop it
unless it is something that PB does not let you do.
regards,
Bill
DRAGON wrote:
> I need some component, So, we want using DELPHI5 to develop a COM or
> Activex.
> What type of knowege or Skill I ...
Updating Excel , cell by cell using VB
Hi there.Firstly , let me start to say that I am new to ASP.NET, ASP.NET for dummies new :)I have created a page with a few dropdown lists and textboxes. I wish to write the information into a existing xls file. After writing the information to the xls file I wish to attach it to a new email message that should popup on the users pc. so the two problems I have yet to get around is:1. Writing the data to the excel file. (not much data, about 10 cells with only UPPERCASE text)2. a way to create the email and attach the xls file to it, keeping in mind that the xls file is on the server.If there...
delphi Win32 using delphi .NET dllHi,
I'm trying to use a delphi.NET dll in delphi.WIN32. I am currently using CodeGear Delphi 2007 with version2(base version) of .NET
I can get the dll to import into the WIN32 application the only problem is when i include things such as: "using Classes,DateUtils, SysUtils" in the .NET dll the win32 application will instantly hang when any of the dll functions are called.
Any help would be great thanks.
Also I have tried this example and it also crashes for me? http://cc.embarcadero.com/Item/22688
-Braden
I also found this..
"The problem is that, wehn you instal...
Change cell color in a cell when hyperlink is clicked
I have a table across the bottom of my form, when a user clicks a hyperlink in one of the cells, I want the bgcolor of the cell to change.
You can use the onClick event of the cell to change its bgcolor property. For example:<td bgcolor="black" onclick"bgcolor='white';">This is a test!</td>This uses event propogation to capture the click event which is passed down from the link.
Steven BeyRecursion: see Recursion
Don't know what I'm doing wrong, I used your example and it it doesn't want to cooperate.
The bgcolor automatically deafults to the oncli...
How to detect if the 'cancel' button on Acrobat Reader's PDF print dialog window has been clicked when using Acrobat Reader ActiveX control in Powerbuilder 9Product name: Acrobat Reader V5.0, Powerbuilder V9
Operating System: Windows XP
I have an Acrobat Reader's ActiveX control on my window application to
present and print PDF files. The application was developed using
Powerbuilder V9. I need to know if a user has just printed a file then
save the printed date into a database. The user can click the 'Cancel'
button on the print dialog window from Acrobat Reader to cancel the
printing. In this case I won't update the printed date. How can I know
if the user has clicked the 'Cancel' button to cancel the printing?
...
Edit the cell text by clicking in the cell in datagrid control
Sir,In asp.net 2.0 application, I want to edit the cell text by clicking in the cell in datagrid control. By EditItemTemplate it is possible to edit the cell text but for that we need to click on Edit button and after edit we need to click on Update button. But this way is not accepted.
Is it possible in datagrid (possibly without activex control) to click in cell and edit the value and click out of the cell to update just like windows application grid?I did not find any article on web related to this.Please help me.Thanks in advance.
&nbs...
Infragistics WebGrid-cell Edit and Image Click of the cell
This post was edited by moderator XIII: Please read this article: How to post on forums.
Hello,
We are devloping web application with Asp.Net, C#, and Infragistics NetAdvantage Vol 2 suite for webgrid. If anybody have workd with Infragistics webgrid, Please help me out here!!
Coming to my problem, I want the cell of grid to enter or edit with one image at the right hand corner of the cell. so When i click on the cell, it should allow me to edit or enter the data. And when i click on the image of the cell, it should call a another page which will cotain the data in table. But wh...