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 wOOdy-Soft 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: *

  • Users: davem1958
  • Content: Threads
  • Order by date
  1. davem1958

    MSHFlexGrid cell size max

    I've got an HFlexGrid bound to an ADO recordset, one of whose columns is a Memo field. I've noticed that the text in the Memo field gets truncated at about 963 characters once it gets to the grid. Anyone else notice this? I don't suppose there's a work-around? Dave
  2. davem1958

    MSHFlexGrid click event

    This seems like a simple question, but... I want to trap the Click event in a heirarchical flexgrid, and show the full text of one cell in that row -- if it is a row. How can I tell the difference between a Click somewhere on the grid and a click on a row? Also, two clicks in sequence on the...
  3. davem1958

    MSHFlexGrid ignoring mouse click

    I'm using an MSHFlexGrid, binding it to an ADO recordset, then closing the recordset (so now it's unbound). I have all the code to load the grid in a subroutine called 'RefreshData' I call RefreshData inside Form_load, and also when a user clicks a button. The problem is, after a Form_load...
  4. davem1958

    Error 2771 with Calendar control

    I have a form in Access 2000 with 2 calendar controls, version 7, which works fine. Each calendar works in conjunction with a combo box, as suggested in another thread. I created a new form, added another calendar, copied the same code into the form, and now when I click on a new date I get an...
  5. davem1958

    Compile errors in forms

    I checked the FAQs, but didn't find anything. How do you tell Access to compile the code associated with a form, and tell me where the problem lies? In a module, I just hit F5, and there it is. If I try the same in a form, it wants to know what Macro I want to run. Dave.
  6. davem1958

    Can form be bound yet unbound?

    I have a situation where I need to: - compare Table A with Table B - present records where there is an A, but no matching B - allow user to check off which records to copy to B - allow user to change certain fields of record A - copy the selected records from A to B when user clicks Note that...
  7. davem1958

    Unbound forms

    I'm a VB programmer, so I'm used to doing everything in code. I'm trying to create an unbound modal form that when user fills out and hits Save, I create one parent record and multiple child records. The problem I'm having is that when I make the form unbound, my combo boxes quit working --...
  8. davem1958

    Generate calendar on Access form

    I've been assigned the task of tracking vacation/sick days/personal days for my dept, and they want it done in Access 2000. Everything looks easy, except -- how to display a monthly "group" calendar with everyones "out-of-office" days marked? I'm open-minded -- an ActiveX...

Part and Inventory Search

Back
Top