Search Result

Collapse
9 results in 0.0041 seconds.
Keywords
Members
Tags
disable
  •  

  • Djiber
    started a topic dataGridView Selection?

    dataGridView Selection?

    Is it possible and how to disable selection of 1'st row in dataGridView.

    I made it select some other row, but even so when u try to move with arrows on keyboard it'll select 2'nd row(cause 1'st row was selected initially and you can see it's selected on RowHeader-1'st/Left Column)

    This is my code for selecting row:

    Code:
    dataGridView1.ClearSelection();
    dataGridView1.Rows[BoPrI].Selected = true;
    ...
    See more | Go to post

  • HBJ1124
    started a topic Disable modification of zip archive
    in APIs

    Disable modification of zip archive

    Hi, friends i want to disable archive modification of a zip file, how can i do so, do you have an idea..?
    I can easyly disable rar archive modification. But i'm finding a way for zip...
    See more | Go to post

  • How to Disable or Reroute Export to Excel Button in Ribbon?

    Hello,

    I had a database user click on the "Export to Excel" button in the ribbon to try and export a report to excel when I already have a button on a report selector that runs VBA code I created to copy data into an excel templated report.

    My question is how can I reroute the ribbon button to my code that works correctly? Or if that can't be done, how do I hide the button from all users?

    Thanks...
    See more | Go to post

  • Antonio Bacasno
    started a topic No Record Found Error Handling
    in PHP

    No Record Found Error Handling

    Please help me. I would like to put some code that will produce an error message if the ID number entered is still non-existent, then returns to the previous page. I've tried using mysqli_num_rows , but it doesn't work, maybe I used the wrong function. Please find the attached code.

    ***RETRIEVE DATA OF CORRESPONDING ID NUMBER***
    Code:
    <?php require_once("includes/db_connect.php"); ?>
    <?php require_once("includes/functions.php");
    ...
    See more | Go to post

  • jbrumbau
    started a topic Access 2010 Ribbon - Disable Design View?

    Access 2010 Ribbon - Disable Design View?

    Hello,

    In Access 2010/2007, how do you prevent users from flipping into design view from the ribbon? I do not want to hide the entire ribbon (DoCmd.ShowToolb ar "Ribbon", acToolbarNo) or even the "View" part of the "Home" tab because users like being able to flip between Form View and Datasheet View in the forms. It turns out that on our network, if a user inadvertantly clicks Design View, then the database...
    See more | Go to post

  • damir
    started a topic Disable image load with Javascript or jQuery

    Disable image load with Javascript or jQuery

    Is there a way in javascript or jquery to disable image before page is fully loaded? I'm trying to make my own lazy loader (because the original isn't usable) and I'm stuck with this.

    The point is to save src attribute to longdesc and put some placeholder, and this has to be done before all image loads. If the placeholder is set originally in html then users with disabled javascript won't see the images.
    See more | Go to post

  • Anil Kumars
    started a topic How to make a button unclickable?

    How to make a button unclickable?

    Hi,

    I have a few buttons in a webpage. I want to dynamically disable the ability to click on one button. So the button is clickable only if a certain condition is met. Condition is the value of a variable like date or time. Can any one tell me how to do this with javascript?

    Thanks in Advance
    See more | Go to post

  • How to disable trigger as soon as it got triggered.

    I want to disable a trigger as soon as it got triggered. But dont know how to do this.

    Could anyone please help me?

    Thanks,
    sanjaya
    See more | Go to post

  • Tarzan2001
    started a topic Temporarily disabling a partition

    Temporarily disabling a partition

    Hi,

    I've recently purchased an external hard drive case and a 160 GB hard drive to use for back-up and data transfer. I've made 3 partitions using the Computer Management program in Windows XP. I was wondering if there is any way to temporarily disable a partition so that it doesn't get infected with a virus because I want to use my external HDD to transfer data from my friends' computers, but here in the dorms not everyone is as...
    See more | Go to post
Working...