Integer Variable --> * in TextBox

Chris_tianChris_tian Member Posts: 5
Hi,

the situation: A form with some TextBoxes (SourceExpr.: Int-Variables)

the problem: some of the TextBoxes (not all!) show a single * instead of the value of the variable.

The "PasswortText" property is "no" and the width of the textbox is more than enough for the integer variable.

The variables are filled with the COUNT-Value of some record-variables.

Who can help me?

Thanks... :)

Comments

  • krikikriki Member, Moderator Posts: 9,110
    Do you something in the OnFormat-trigger that changes the value to display?
    Or do you have some formatting in the properties?
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • garakgarak Member Posts: 3,263
    check the OnFormat Trigger, also check if it is realy integer and not a BLOB ;-)
    Do you make it right, it works too!
  • Chris_tianChris_tian Member Posts: 5
    It is integer, and not BLOB. ;)
    Indeed I´m a beginner, but it is integer, definitively! ;)

    In the OnFormat Trigger is only one thing:
    CurrForm.KPO.UPDATEFONTBOLD(KPOBold);
    
    KPO is - such a wonder - the name of the TextBox.
    KPOBold is a boolean variable. :)

    There is no formatting in the properties of the TextBoxes.
  • ajhvdbajhvdb Member Posts: 672
    Export the form to txt and post it here. If you view the table from the object designer it is the same?
  • kinekine Member Posts: 12,562
    What you have in your SourceExpr of the textboxes?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.