Jim,
I am adding this for anyone who looks at this later.
The last problem I had with that column, I could not see ANYTHING in the textbox.
I opened a backup copy of that form in the CLASS BROWSER and was scanning for something totally different but noticed that the column that I had 'hassled...
Jim,
Thanks for you response. I did the only thing I could think of and started over with that part. I set it up the same way and put an InputMask in the testbox of that column and it works. I sometimes forget the order in which I make changes in attempts to fix a problem and am misled in...
Jim,
Thanks for your response.
Actually, the value comes in the view correct. In the InteractiveChange of a checkbox in a column in a grid I have this code. After I set the local variables up like this I can see in the DEBUG. I can't see what happens to the amtpaid! I have removed all...
Hi!
Here I am back with a simple issue that I can't track down.
I am updating a field in a view that is the difference in two other fields in a different table. All fields are N 10 with 2 decimals. This is done to display in a grid. The amount is shown without decimals even tho the grid shows...
Hi!
Just want to close this thread for the benefit on anyone reading it later. (I find so many answers that way that I am always conscious of leaving it hanging)
I never could get this to work so, as I am moving forward in learning new ways, I used a parameterized view for the RecordSource and...
Mike,
OK, now I understand what you are telling me. Although I have created confusion by not answering your questions correctly and am actually doing better than it sounds like!
So let's just forget any answers above and let me say that I would NEVER (in my right mind) name a field with the...
Mike,
I am afraid you are losing me. I don't use m. ever so I guess I am not strictly using the standard. I only use first char for scope and second for type. And yes, you are right .T. for every row CHECKED which is what I want. I will try to improve. [smile]
My code works. Thanks for...
Mike Y
It is a field, but I am confused.
The llPaid is only TRUE if the checkbox for that row WAS clicked. This worked to give me only selected rows data. However, I see the point that the field would probably be the best reference.
Thanks again.
Mike L: I got the point anyway (a looong...
Mike,
Super! Thanks so much. That is exactly what I needed to see. I can take that and go now. I don't know why it takes something like that for me to "get it'. Examples I look at usually have so many other things going on that I am not sure of the bare basics.
Yes, it is as you said. The...
Mike,
I was hoping you were around. You tend to make these explanatory comments that are so helpful!
However, sadly, I am aware of the concepts you outlined. (Maybe not the Carter admin bit [smile]and the embarrassing thing is that in all other places I am using SCAN and I know that you...
Dave,
OK, T tried REPLACEing as you said but with the same result.
I have only used GRIDS before to select one row and then act on that. In doing that, I assumed that the values I pulled from the grid would be those on the active row. This always worked when I left the GRID and coded...
Dave,
I tried using the same with a REPLACE.
This gives an error 'not a field variable'
I am sure others do this. Is my approach so far out in left field? How else could it do this?
This is the only thing on a very nice screen that I cannot get to work properly.
Thanks.
Judi
I get the same result. I had previously tried putting it in InteractiveChange.
I have code to set it back if the checkbox is checked again and that works correctly.
Check one time. OK
uncheck it OK
check same box again OK set back correctly
check another box shows the value of the...
Dave,
Checkbox is in column 7. On check, I want to copy value from column 3 to column 6. This works fine the first time I click on any row. Say I click on first row checkbox. OK. Value in column 3 copied to column6. If I then click on checkbox in column 7 in the second row in the grid (now...
H1 Mike!
You told me way back when I was first trying to move from VFP DOS/2.6 to the VFP world to 'remember what I knew and try for new ways. That is what I am doing but I am still doubtful of using cursors. Displaying info that way - great but not yet manipulating them as I did tables.
Here...
Hi!
Maybe I should start a new thread but I don't know how to describe my problem in a title.
In the grid described earlier, I click the checkbox and a value is updated in several places. (The code is in the click of the checkbox) This works fine in the first row that I click whether it is...
Hi!
I am still learning how to use the power of cursors and want to move forward in understanding. (VFP9)
I have a grid with RecordSource an updateable cursor. Checkboxes select the rows to update in the table underlying the cursor. The cursor shows info from several tables, but I only need...
Dave,
The RecordSource is set in the Valid of the object immediately before the grid in the tab order. I have used this setup in many forms before as a selection is being made there on what to present in the grid. (All or Selected) This happens to be a checkbox on the form.
Judi
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.