Forums › Forums › SIMPOL Programming › SetRowLabelwidth()
- This topic has 1 reply, 2 voices, and was last updated 15 years, 5 months ago by
Michael.
- AuthorPosts
- November 25, 2009 at 9:38 pm #261
JD Kromkowski
ParticipantNR: “As for the row numbers, I am pretty sure you can change them programmatically yourself, just call the setrowlabelwidth() method I think it is.” Ok, I see this method, now. And if you set the width to (1), you can essentially make the label disappear. (setting to 0 causes error) But shouldn’t I really be able to set this while using the Form Designer? And if I just create the form (saved as .sfx) and then use opendataform1(), I really can’t easily be doing this.
November 26, 2009 at 11:33 am #1666Michael
KeymasterJDK wrote:
> NR: "As for the row numbers, I am pretty sure you can change them
> programmatically yourself, just call the setrowlabelwidth() method I
> think it is."
>
> Ok, I see this method, now. And if you set the width to (1), you can
> essentially make the label disappear. (setting to 0 causes error)
>
> But shouldn't I really be able to set this while using the Form
> Designer?
>
> And if I just create the form (saved as .sfx) and then use
> opendataform1(), I really can't easily be doing this.True, but the row area was being reserved for telling the user which
record they are on, and also for later indicating that a row has
changed, or is being modified, etc. so I did not intend for people to be
able to directly modify except programmatically. I can certainly make
the default width smaller.Ciao, Neil
- AuthorPosts
- You must be logged in to reply to this topic.