For Programmers: Free Programming Magazines  


Home > Archive > Cobol > May 2005 > Use of FlexCell Grid Control in Fujitsu Power Cobol









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Use of FlexCell Grid Control in Fujitsu Power Cobol
Alan Warren

2005-05-25, 3:55 am

Has anyone had any experience with this control.

I have tried it and it seems to work ok when referencing the properties of
the Grid itself eg:

move 5 to "cols" of Grid1.
move 10 to "rows" of grid1

and this works OK.

However I have a problem with properties of the objects eg:

move 3 to "CellType" of "Column(2)" of Grid1.

This gives me a compile error as it does not recognise the "CellType"
property.

Any help with this will be much appreciated.


Thanks

AFW


Pete Dashwood

2005-05-25, 3:55 pm


"Alan Warren" <alan@wasystems.co.nz> wrote in message
news:K4Ske.2743$U4.383010@news.xtra.co.nz...
> Has anyone had any experience with this control.
>
> I have tried it and it seems to work ok when referencing the properties of
> the Grid itself eg:
>
> move 5 to "cols" of Grid1.
> move 10 to "rows" of grid1
>
> and this works OK.
>
> However I have a problem with properties of the objects eg:
>
> move 3 to "CellType" of "Column(2)" of Grid1.
>
> This gives me a compile error as it does not recognise the "CellType"
> property.
>


I haven't used your particular grid, but I have used others, and have worked
for many years now with ActiveX and COM components in PowerCOBOL.

Try this:

move 3 to "CellType" of "Column" (2) of Grid1.

Pete.



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com