Default Avatar

Petar Rajcevic

Petar Rajcevic

About

Username
Petar Rajcevic
Joined
Visits
0
Last Active
Roles
Members

Comments

  • SOLVED! 1. had to put userdataset to delphi form and set RangeEnd=reCount, RangeEndCount=1 (without this endless number of pages is created) 1a. assign masterdata1.dataset:=frxUserDataSet1 2. in OnGetValue event I did this: form1.frxRepo…
  • gordk wrote on Dec 28 2009, 11:31 PM: //first your report file must be loaded in the tfrxcomponent before trying to set the value. can you explain? //second when passing string values you must use extra string delimiters well I've tri…