本文介绍了我如何获得onLastRecord的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将onlastrecord与当前记录进行比较..如果它是真的那么我想显示最后一条记录。

我试过这样的东西,但它不起作用

>

iF OnLastRecord然后

{rpt_Growthof10K; 1.GrowthNAV}



{rpt_Growthof10K; 1.GrowthNAV} = {rpt_Growthof10K; 1.GrowthNAV}

I want to compare the onlastrecord with the current record.. and if it is true then i want to display the the last record.

i tried something like this but its not working

iF OnLastRecord   then
  next{rpt_Growthof10K;1.GrowthNAV}
Else
 {rpt_Growthof10K;1.GrowthNAV} = {rpt_Growthof10K;1.GrowthNAV}

推荐答案


这篇关于我如何获得onLastRecord的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-19 02:16