Search results

  1. D

    How does progress handle this find first statement??

    Hi I was looking through a program looking for a bugg when I stumbled on a find first statment that seemed "strang": Find First T-1 Where T2.Field1 = T1.Field1 T2.Field2 = T1.Field2 And T2.Field3 = T1.Field3...
  2. D

    Can I override Validations in the dictionary??

    Thanks for the quick answer, but it didn't work. The validation code can be something like this: not(can-find(first S-LST where S-Lst.DevKod = S-DEV.DevKod)). And its not a trigger. Its entered under the validation button under table/field properties.
  3. D

    Can I override Validations in the dictionary??

    Hi I have a database containing validationcode both for the table and for some fiealds in the tables. Im writing a program for dumping/loading the data in the tables for one of our applications. But in order to get it to work properly I have to options: Either I will load/dump the tables...
  4. D

    .pf file questions

    Thankyou for the answers. Ive just found this site and its real good. /Per
  5. D

    .pf file questions

    Hi This may be a stupid question but here it goes: The problem is that we have serveral products that are built the same way and in our installation scripts we use the same progress\dlc\bin\startup.pf. But now we have aquired a product that needs a totally different startup.pf. I really...
  6. D

    How to get read the date when a file was created/last edited?

    Hi I need to get the date when a file was created, but I haven´t got a clue how to do this. Im using progress 83C. Any help appreciated. TIA Per Nergård
Top