Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bigoldbulldog

    Preceding non-blank cell

    Does anyone know how to find the first preceding non-blank cell in a column based on some starting reference address? I'd like to do this using Excel built-in functions, not VBA (yeah, vba would be simple). Cheers, ND [smile]
  2. bigoldbulldog

    Can DetailsView change mode?

    Case: DetailsView in .NET 2.0 without DataSourceID, i.e. NO DataSource object. I'm forced to go with OleDB objects in my methods. Problem: when either Insert or Edit command buttons are clicked the DetailsView object doesn't appear to enter insert or edit modes. Obviously the ModeChanging...
  3. bigoldbulldog

    CheckedListBox space character

    Anyone, know why my CheckedListBox control doesn't respond to the space character keydown when using arrow keys. Mouse clicks work perfectly. I haven't had much luck using the keydown event. Arrow and space keys have always been available in checkbox controls and I would like to continue to...
  4. bigoldbulldog

    JSASM the x86 assembler in JavaScript

    Okay, this is amusing. http://www.xpounded.netfirms.com/jasm/jasm.html Cheers, ND [smile]
  5. bigoldbulldog

    Dynamic custom control disappears after postback

    Hi, I am loading 1 of 4 custom controls dynamically into a placeholder control. These controls have a variety of dropdowns, gridviews and other things. I load from a LinkButton_OnClick event using PlaceHolder.Controls.Add(LoadControls("~/CustCtrl1.ascx")); and all is fine until I try using...
  6. bigoldbulldog

    ATL Server template

    I have Visual Studio 2005 Standard Edition. I thought ATL Server was included among the set of template wizards. Is this true? If so, mine is missing and I want to know where I would get the missing item. MSDN dones't seem to provide it anywhere - or I'm searching wrong. Thank you. Cheers...
  7. bigoldbulldog

    Queries and Tables Not Referenced

    Does anyone know how to identify tables and queries that are not referenced by other queries? This is for cleanup of junk objects. Does anyone have any other tips to do this? Thank you. Cheers, ND [smile] bigoldbulldog@hotmail.com
  8. bigoldbulldog

    Concurrent use problem

    User A opens DB first and user B can work too. But if user B opens DB first then user A is locked out. The database is set up as shared and both will open the DB in shared mode. The DB resides on the Novell LAN and both users have Read/Write access to the folder and are running XP Pro on their...
  9. bigoldbulldog

    DSN to Remote Access DB

    Hello All, Can a DSN be created for an access database which is available via Internet (URL/http)? If this is possible would someone please share how to do it. Thanks Cheers, ND [smile] bigoldbulldog@hotmail.com
  10. bigoldbulldog

    label element and select

    Hi - I have a label element with for="some_select_list". Whenever the label is clicked the select goes into focus. The problem is that the selectedIndex always returns to zero when I want it unchanged. Any ideas how to have the selectedIndex remain unchanged? Thank you. Cheers, ND...
  11. bigoldbulldog

    To get textarea to fill <td>

    Hi - Does anyone know of a way to get a form textarea to completely fill the width of a <td> element? The table is already (partially) arranged using CSS and percentages for widths. Ultimately I want the textarea to fill the <td> element and not change the rendered width (expand) of the td...
  12. bigoldbulldog

    Has textarea changed?

    Hi - Does anyone know a succint way to tell if a textarea has changed so that I can avoid submitting unchanged text to the server? Thank you. Cheers, ND [smile] bigoldbulldog@hotmail.com
  13. bigoldbulldog

    Is client javascript turned on?

    Hello - How do I tell if the client browser has javascript turned on? Great thanks, ND [smile]
  14. bigoldbulldog

    max linesize in ex/vi

    Hi - I have a script using ex that bombs when the input line is too large. Doe's anyone know the maximum linesize for ex (or vi)? Thanks, ND [smile]
  15. bigoldbulldog

    Personal vs Lite

    Could anyone explain the difference between the Oracle database, Oracle Personal and Oracle Lite. What are the limitations in terms of OS, license and functionality? Thank you very much, ND
  16. bigoldbulldog

    Word InlineShape CommandButton

    Hello - Does anyone have a decent way to move, ie. cut and paste, a command button in MS Word? I've only come up with very clunky strategies. This text layer button comes from Selection.InlineShapes.AddOLEControl _ ClassType:=&quot;Forms.CommandButton.1&quot; Thanks, ND

Part and Inventory Search

Back
Top