IF statements
Hey guys,
I have a grid, and using an IF statement, I want to trigger a series
of commands if the variable 'result' is within the grid cell
'square1'. I am able to achieve this using an IF statement for if a
value is equal to, less or greater than a given number for example,
but how would I create a statement to trigger the rest of the code if
'result' is simply present within the cell?
Many thanks for any suggestions,
smurray444
.
Relevant Pages
- Re: IF statements
... I have a grid, and using an IF statement, I want to trigger a series ... of commands if the variable 'result' is within the grid cell ... 'square1'. ... (comp.lang.fortran) - Re: Updating an object value in a grid
... Fitim Skenderi ... certain properties of that object change, I want the DataTable to trigger ... an update in the grid. ... CurrencyManager update when certain properties are changed. ... (microsoft.public.dotnet.languages.csharp) - Re: scaling down
... Assuming 2d drawing, overlay a grid. ... grid and just transfer curves in each grid cell to its corresponding cell ... in the finer grid. ... (rec.woodworking) - Updating an object value in a grid
... certain properties of that object change, I want the DataTable to trigger an ... update in the grid. ... CurrencyManager update when certain properties are changed. ... (microsoft.public.dotnet.languages.csharp) - How to refresh grid after INIT trigger?
... I have form which displays information in grid. ... I wrote a small program and link to INIT so when this form is loaded, ... I want INIT to trigger the program which changes the quantity and as soon ... I also tried REQUERYin REFRESH but nothing happening. ... (microsoft.public.fox.vfp.forms) |
|