Results 1 to 4 of 4

Thread: Field_Defaults procedure DF2022

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,509

    Default Field_Defaults procedure DF2022

    Hi all

    Has anyone noticed a change in DF2022, does it not take the Field_Defaults? Everything was fine in DF20,
    I migrated to DF2022 and it doesn't take the fields from the Field_Defaults procedure.



    Code:
    Procedure Field_Defaults
            Forward Send Field_Defaults
            Set Field_Changed_Value Field NmLibros.Cerrada to "0"
            Set Field_Changed_Value Field NmLibros.Oficio to "NO"
            Set Field_Changed_Value Field NmLibros.Contabilizada to "0"
            Set Field_Changed_Value Field NmLibros.Presupuesto to "0"
        End_Procedure

    Pantalla1, values to save
    Patnalla2, Log Saved


    What did I forget?

    Edgar
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	pantalla1.PNG 
Views:	105 
Size:	16.3 KB 
ID:	15342   Click image for larger version. 

Name:	pantalla2.PNG 
Views:	101 
Size:	7.3 KB 
ID:	15343  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •