Farpoint spread 3.5... old school... vb6 viewing data in the spread

Posted by: mikes2nd on 8 September 2017, 5:32 am EST

  • Posted 8 September 2017, 5:32 am EST

    I am new to Farpoint so bear with me!(mind you I just looked at this)

     I have a FPS in a vb6 app that is being filled by a procedure.

     I place the spread in watch... How can I see the individual cells? in watch?

     I want to see each individual value in cells in the array.  I see it using "fpSpread.GetText".

     is there a way to see each value in the cell? like the recordset values? Or just use the GetText?

     any other hints as to what is useful to look at in the watch on the fpspread?

  • Posted 8 September 2017, 5:32 am EST

    Hello,

    In order to get the value of a cell, you may surely use GetText or simply Value for that cell e.g.

    fpspread1.col=1

    fpspread1.row=1

    str= fpspread1.value

     

    Thanks,

     

     

     

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels