Preventing the record ID to display in form header

m.pacanam.pacana Member Posts: 75
Given that i have a form that has an assigned source table to it, How do i prevent the value of the primary key of the record selected to display in the form header? :?:

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    You can change the caption using the properies or change it by code
    Currform.CAPTION := 'The caption'
    
  • KowaKowa Member Posts: 925
    You can also select the desired fields in the DataCaptionFields -Property of the table. In the table designer put the cursor below the last field and select View/Properties. This will change the caption for all forms which use this table.
    Kai Kowalewski
  • m.pacanam.pacana Member Posts: 75
    Thanks for your help guys! it works properly. It solves my simple problems!


    \:D/
Sign In or Register to comment.