Recent content by Francois Caron

  1. F

    Question What Is The Syntax To Update A Field Format In A .p File

    Thank you for this info. I found that in "Schema->Field editor" it's possible to change the field's format. At first time I wasn't able to do it with that because someone's session was active. After restating the server I could modify what I wanted.
  2. F

    Question What Is The Syntax To Update A Field Format In A .p File

    Okay, if I understand well, via the Data Dictionary (I can't access the graphical mode of the DD but in console yes) I can run via the menu "Dump Data and Définitions", then modify the field (ex: "(999) 999-9999" for "999") in the .df file created and then run "Load Data and Définitions" with...
  3. F

    Question What Is The Syntax To Update A Field Format In A .p File

    Hi, I want to change a field's format in a Progress DB in a .p and I'm wondering what is the correct syntax. I tried a lot of things and it doesn't compile... UPDATE Client.extention SET FORMAT "999" UPDATE "extention" OF "Client" SET FORMAT "999". End. Ect. Thanks for your help...
Top