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 strongm 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. DeltaWind

    Query on a keyword field.

    I have a table with one of the fields named date(how in the world anyone could name a field 'date' beats me). I want to do a simple select, on that field, but I keep getting an error. i think it is because it is a key word. i know in msSql, you wrap a key word in []. how do you query this field...
  2. DeltaWind

    how do I add click event to a programmatic control in grid?

    Did that already. same result. thanks.
  3. DeltaWind

    How do I know the record I am sitting on in a grid ?

    Duh! That is what happens when you program in multiple lanquages at the same time. I was already looking for a grid.selected property or some funky stuff like that when the answer was staring me in the face. vfp rocks. thanks for setting me straight.
  4. DeltaWind

    How do I know the record I am sitting on in a grid ?

    This may sound mundane for a lot of people, but I cant figure it out. Depending on the record that is currently selected on a grid, i what to display a curresponding image on an unrelated image control on the form. I do I know what record number. thanks.
  5. DeltaWind

    how do I add click event to a programmatic control in grid?

    It is the column that that is tied to the controlsource not the checkbox. I believe It would not allow you to tie the checkbox itself because the controlsource is an inherited property of the column. My method is now only in the click event. -I have tried putting it in all events and a...
  6. DeltaWind

    how do I add click event to a programmatic control in grid?

    spoke too soon. it still doesn't work...frustration setting in....
  7. DeltaWind

    how do I add click event to a programmatic control in grid?

    This problem is solved. I put the code in the click event as oppossed to interactivechange and it solved it.
  8. DeltaWind

    how do I add click event to a programmatic control in grid?

    Yes. The checkbox is tied to a numeric field in a read/write cursor. created with the code below. SELECT 0 as chk_add,00 as qty,* FROM allitems; INTO CURSOR totalItems READWRITE chk_add is then tied to the controlsource property of the checkbox.
  9. DeltaWind

    how do I add click event to a programmatic control in grid?

    I ran into another problem. I have added the checkbox programmatically, but now the checkbox behaves like a radio button (at least on the first couple or so clicks. this is what I was trying to archieve. I have two grids. one of "All items" and the other grid is "selected items". first column of...
  10. DeltaWind

    how do I add click event to a programmatic control in grid?

    I programmatically added a checkbox to a grid column, but I what certain actions to fire when the checbox is clicked. how do I add an interactivechange event to the checkbox ? Any help will be appreciated. thanks.
  11. DeltaWind

    To find a certain line in a Word-Document

    How do you make the word document a readonly?
  12. DeltaWind

    Where Should EXE's Launch From- Server or User's Local Hard Drive?

    Interesting subject. Good idea for network users. Will this also work for Terminal Server Users?

Part and Inventory Search

Back
Top