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...
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.
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.
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...
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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.