Default Avatar

miyomo

miyomo

About

Username
miyomo
Joined
Visits
0
Last Active
Roles
Members

Comments

  • sasan_vm wrote: Hello, I use this code for select dataset in designer, but dataset not select in Data Tab ??? frxReport1->Datasets->Add(frxDBDataset1); regards, s.vm Have you dropped a frxDBDataset component on the form?
  • Thanks gordk, for the elegant piece of code! I didn't think about initializing with [line#]=1... I'm going to try it now! miyomo
  • While I was getting crazy to find a solution, my wife (a simple Windows basic user!!) told me.... Why don't you color the odd days with a color and the even with another? GUESS WHAT???? It works... Damn! :-| Thanks to everybody! Miyo…
  • >if [tablename."fieldname"] = some value then memo10.fillcolor:= claqua; Thanks for the quick reply. The problem is that I have to compare the current record field "date" with the previuos one to understand if the date has changed or not. If …