PDA

View Full Version : automatic skipping of rows



Reni
6-Apr-2007, 09:29 AM
Hi All;

Upon entering a grid, I want to skip the first 3 rows automatically.
I want to be able to skip a row if the current record is of certain type as
you move up or down the grid. What message can be augmented just prior to
item in a grid getting the focus. I tried column_entry, entry_msg. etc.

Reni

ApplauseBoston
6-Apr-2007, 10:58 AM
Hi Reni, this is a grid, not a dbgrid, yes?

--
Regards,
Peter
Applause Software, http://www.ApplauseSoftware.Com
Northeast DataFlex Consortium Member: www.NEDataFlex.Com
"Reni" <rsurpris@comcast.net> wrote in message
news:sD%23CjgFeHHA.1656@dacmail.dataaccess.com...
> Hi All;
>
> Upon entering a grid, I want to skip the first 3 rows automatically.
> I want to be able to skip a row if the current record is of certain type
> as
> you move up or down the grid. What message can be augmented just prior to
> item in a grid getting the focus. I tried column_entry, entry_msg. etc.
>
> Reni
>
>
>

Reni
6-Apr-2007, 12:57 PM
It is a dbGrid

"Peter A Donovan" <Peter@ApplauseSoftware.Com> wrote in message
news:gG0LOTGeHHA.5152@dacmail.dataaccess.com...
> Hi Reni, this is a grid, not a dbgrid, yes?
>
> --
> Regards,
> Peter
> Applause Software, http://www.ApplauseSoftware.Com
> Northeast DataFlex Consortium Member: www.NEDataFlex.Com
> "Reni" <rsurpris@comcast.net> wrote in message
> news:sD%23CjgFeHHA.1656@dacmail.dataaccess.com...
>> Hi All;
>>
>> Upon entering a grid, I want to skip the first 3 rows automatically.
>> I want to be able to skip a row if the current record is of certain type
>> as
>> you move up or down the grid. What message can be augmented just prior to
>> item in a grid getting the focus. I tried column_entry, entry_msg. etc.
>>
>> Reni
>>
>>
>>
>
>

ApplauseBoston
7-Apr-2007, 09:51 PM
Hi Reni,
Please take a look at item_change.
That may solve your problem at least in part.

--
Regards,
Peter
Applause Software, http://www.ApplauseSoftware.Com
Northeast DataFlex Consortium Member: www.NEDataFlex.Com
"Reni" <rsurpris@comcast.net> wrote in message
news:E$2%235UHeHHA.5880@dacmail.dataaccess.com...
> It is a dbGrid
>
> "Peter A Donovan" <Peter@ApplauseSoftware.Com> wrote in message
> news:gG0LOTGeHHA.5152@dacmail.dataaccess.com...
>> Hi Reni, this is a grid, not a dbgrid, yes?
>>
>> --
>> Regards,
>> Peter
>> Applause Software, http://www.ApplauseSoftware.Com
>> Northeast DataFlex Consortium Member: www.NEDataFlex.Com
>> "Reni" <rsurpris@comcast.net> wrote in message
>> news:sD%23CjgFeHHA.1656@dacmail.dataaccess.com...
>>> Hi All;
>>>
>>> Upon entering a grid, I want to skip the first 3 rows automatically.
>>> I want to be able to skip a row if the current record is of certain type
>>> as
>>> you move up or down the grid. What message can be augmented just prior
>>> to
>>> item in a grid getting the focus. I tried column_entry, entry_msg. etc.
>>>
>>> Reni
>>>
>>>
>>>
>>
>>
>
>

Reni
9-Apr-2007, 04:29 PM
Item_change did not work. I created 2 procedures called by arrowDown or Up
where I manually check certain value of the next line in advance. If it
meets criteria then send down again before returning. It works except
sometimes I get an error pertaining invalid item.

Thanks

"Peter A Donovan" <Peter@ApplauseSoftware.Com> wrote in message
news:OxSgrkYeHHA.5880@dacmail.dataaccess.com...
> Hi Reni,
> Please take a look at item_change.
> That may solve your problem at least in part.
>
> --
> Regards,
> Peter
> Applause Software, http://www.ApplauseSoftware.Com
> Northeast DataFlex Consortium Member: www.NEDataFlex.Com
> "Reni" <rsurpris@comcast.net> wrote in message
> news:E$2%235UHeHHA.5880@dacmail.dataaccess.com...
>> It is a dbGrid
>>
>> "Peter A Donovan" <Peter@ApplauseSoftware.Com> wrote in message
>> news:gG0LOTGeHHA.5152@dacmail.dataaccess.com...
>>> Hi Reni, this is a grid, not a dbgrid, yes?
>>>
>>> --
>>> Regards,
>>> Peter
>>> Applause Software, http://www.ApplauseSoftware.Com
>>> Northeast DataFlex Consortium Member: www.NEDataFlex.Com
>>> "Reni" <rsurpris@comcast.net> wrote in message
>>> news:sD%23CjgFeHHA.1656@dacmail.dataaccess.com...
>>>> Hi All;
>>>>
>>>> Upon entering a grid, I want to skip the first 3 rows automatically.
>>>> I want to be able to skip a row if the current record is of certain
>>>> type as
>>>> you move up or down the grid. What message can be augmented just prior
>>>> to
>>>> item in a grid getting the focus. I tried column_entry, entry_msg. etc.
>>>>
>>>> Reni
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>