o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Deletion of a Row -

i want to know how to delete any particular row/column from a spreadsheet at run time?

Regards,
Mohit

 

Intercepting deletion of folder. -
Is there any way to detect the trial of deletion of a specific folder to perform some actions and cancel the deletion??


“Freezing” formula in spite of row deletion/insertion -
Hi, I would like to know if it´s possible to do the following: I have a cell with the following formula: =Sheet2!A7 If I delete one of the rows on top of row 7 (for example row 2) on Sheet2 the formula I just mentioned will change to =Sheet2!A6, because of the row deletion. Is it p


reaaranging/tracking the deletion of elements in Control array at runtime -
hi, need some help!!!! i want 2 make a popup menu to add & remove labels(with specific names) dynamically.the labels form part of a control array.i can add labels but when deleting them, a) is there a way to reassign the index of the elements of the array., ie, if i delete


How do I tell if a dbase record is marked for deletion -
I am working on a project where we want to know what records have been deleted. The database is dBase. I can show them but I do not know how to tell if they are marked for deletion. -Bob


Undoing datarows flagged for deletion with CancelEdit -
How can I undo datarows that are flagged for deletion? Essentially, I have a DataGridView with a CancelEdit button in a BindingNavigator. Private Sub BindingNavigatorCancelEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorCancelEdit.Clic


multiple deletion through checkboxes in grid using vb.net -
hi can anyone give me the code of multiple deletion using checkboxes like hotmail or yahoo do in grid but using vb.net


Deletion of Threads -
I am getting totally pissed of with Threads being deleted. Today, one which didn't seem offensive (Afghan weather forcast) gets removed. All I ask is that Threads are closed instead of being deleted, that way: a) The Thread will drift down the board b) If the Moderator who closed


Deleting a Record from MS Access with VB6 -
Hello All, I am trying to delete certain records under certian criteria from an MS Access DB with VB code. Works fine the first time but if attempt it a second time I recieve the error- 'Row handle referred to a deleted row or a row marked for deletion'. If I close the program


detecting file creation/deletion -
how would one go about detecting the creation/deletion of files by other programs? What i am trying to do is track all files that are created or deleted during a specified period of time. is there a windows log that stores this info? Anyone aware of existing programs that do this?


DataGridView Row Deletion -
I'm trying to delete a row from a bound DataGridView. My problem is when I sort the grid by column and I select the first row of the grid (row 0)to delete (which is actually row 519 in the DataTable), the deletion actually deletes the 1st row of the grid and not the 519th row of the da


Windowos service deletion problems! -
Does anyone know how to delete a service, I get the following message when trying to re-install it (the first version didn't work) "The specified service has been marked for deletion" so the install fails but how do I delete it? Any help much appreciated


[02/03] insertion/deletion on same page -
i want making a module for adding, inserting and deleting new supplier. now i want all this one one screen. i mean the list of all suppliers would be displayed and there would be options for insertion and deletion. if we want to delete a supplier already present in the database then by


Reason for post deletion -
Why is there a "reason for deletion" field... If you delete the post then who sees the reason? Is it just for the admins to see in a log or something?


how to prevent deletion of a folder -
hi all, can anybody tell me how to prevent deletion of a folder??? pls. help me pradip


Physicall deletion -
I'm using Microsoft Visual Basic 5 and ADo 2.1 to access data from FoxPro DB. When I delete records (from VB) everything works OK. But, in the database just performs a logical deletion, physically the data is there. This will give a problem because the database could turn very big in


javascript alert incorporating with asp code-behind -
I have a function in an asp.net page that will delete a record from a database. I need to have a message pop up to confirm deletion. I have searched google and everywhere for about 2 hours now, hoping to find something. It looks like everyone is saying i need javascript or vbscrip


How can I hook a folder activity like New File Creation or Deletion from vb -
Dear , I want to hook a folder to know its activity like folder /file creation or deletion in it. When a file or folder created i recieve a message. Also I want to know which folder is open in my computer (Explorer). I want it's full path.


Disable Deletion by Escape key in Datagrid -
Do anyone know how to disable record deletion by Escape key in Datagrid? I've recently use datagrid with a recordset (no DB connection) to let user edit cell content in the grid, but then a problem occur. I have unchecked the "AllowDelete" of the datagrid, but when I ru


[2005] Go Away Cookie!! -
Hey, I have a shopping cart on my site. So a user can come back to their shopping cart, I put a cookie on their computer that expires in 1 day. When a user finishes their cart and changes it into an order, the cookie is deleted. If I break on the deletion of the cookie, it says


Visual FoxPro Driver - Pack Database -
This subject has been addressed before, but not conclusively. The issue is how to mark records for deletion AND Pack the database to physically remove the deleted records IN THE SAME SUBROUTINE (or in the same run of the application). When this is attempted, the records are marked fo


Visual FoxPro Driver - Pack Error -
This subject has been addressed before, but not conclusively. The issue is how to mark records for deletion AND Pack the database to physically remove the deleted records IN THE SAME SUBROUTINE (or in the same run of the application). When this is attempted, the records are marked for


how to recover files after deletion from "Recycle bin" -
hi, can anybody tell me how to recover files after deletion from "Recycle bin". for my new project. pls. help me... pradip


i would like a piece of code that backs up my dat files -
Hi I have created a small program which just holds general data in four separate dat files. I have a button on one of my forms that creates new files and deletes the old ones but before the delection of the old ones i would like to back them up to c drive, does anyway know how?


[Very-Serious] Pressing Charges - Website -
Hello all, my site MYSPACE was Hacked today and the following damages were done: Deleted Admin Accounts Deleted Member Profiles Deleted Member Groups Deletion of Legal Files Regarding: Privacy Policy, Terms Of Service Deletion of Notices Messages sent to Members Changing of notice to


Program; self deletion -
yuyuyuyu


Read Only 'deletion' -
*wow* thanks both of you!!! Thank you very much and happy vb-ing! Jop!


track folder -
hi i want to track a folder for files getting deleted or created i also want to know the user who created or deleted the file. i am to run this program in an NT server. so i need to catch the login... by whom the specified folder or file has been accessed.. i am


Proper deletion; -
I have a class CPrimitive that holds a pointer to an UNLIT_VERTEX user defined structure. In my constructor I assign the UNLIT_VERTEX pointer to an array like this; Unlit_Vertices = new UNLIT_VERTEX[size]; in the destructor which method is better(proper) for the deletion of Unlit


DTS rollback -
I'm trying to copy data from a holding table into my live table using a DTS data pump. The live table contains a PK and the data in the holding table may contain matching rows so it can't just be copied across as it has Duplicate Key errors. So I need to delete the live table da


copy records to another table before deletion -
hi all i need to make a backup of deleted records. Incase if user likes to delete a record in a database, that particular record alone has to copied into another table for future refrence. is there any property to copy a record alone in a recordset. iam useing code like Privat


Deletion of a Row -
i want to know how to delete any particular row/column from a spreadsheet at run time? Regards, Mohit


Dynamic Bookmarks -
Dear fellow Developers, I am very sure most people who deal with database programming face the same problem as me... And that is bookmarking a certain record, then mark it for deletion. After marking it for deletion, we program the adorecordset to MoveNext so the pointer goes to


Key Down Event on a DataGrid -
I am trying to add a KeyDown event for a datagrid, specifically to catch the Delete key to Delete the row of data. The DataGrid is set to ReadOnly, but it seems like half the time I press Delete the row tries to go into edit mode and the event never fires. Anybody have any idea what wo


Post deletion -
How do I delete my own posts? There used to be a button or menu but I can't spot it anywhere...


Deletion -
Is there a command to delete all the rows in a access database table before I write to it again?


Marking a row for deletion in a dataset. -
I am trying to remove one or many rows from a dataset and be able to access the details of each deleted row. For example: Dim dr As DataRow dr =myDataset.Tables("tbl_Alerts").rows(.Rows.Count - 1) Debug.WriteLine(dr.Item(0) & "," & dr.RowState) .Rows.


DeleteFile and RemoveDirectory - close handle -
Hi, From MSDN: Quote: The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed. DeleteFile behaviours the same. When I try to delete somet


Antideletion -
PLS CAN ANYONE HELP ME....TO PREVENT THE DELETION OF SPECIFIED FILES................. THANK YOU.


Interception, going, going, he could go all the way .... -
Is there a way to intercept when something is being deleted? Would the windowProc work for this? So basically, when someone deletes something, I would like an event in my vb exe to fire off, but how do I catch the deletion?


Removal without deletion -
Hi, How do I remove a record from a recordset without actually deleting it from the actual database itself? I am using the Delete method. Thanks in advance.