Home » Community » Newbie corner » Option ctrl in a sqlarray
Re: Option ctrl in a sqlarray [message #46351 is a reply to message #46350] |
Mon, 25 April 2016 14:24   |
Lance
Messages: 656 Registered: March 2007
|
Contributor |
|
|
I inspected some example in reference,
you can probably fix you problem simply by changing
Customers.AddColumn(PROSPECT, "Prosp.", 5).Edit(OpProspect);
to
a.AddColumn(PROSPECT, "Prosp.", 5).Ctrls<Option>();
Turns out Mirek has taken care of your situation long long time ago. But again, use customized Display to draw a picture requires more coding, but will save you some memory. Whether it's worth it is your own decision.
Lance
[Updated on: Mon, 25 April 2016 14:24] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Jun 08 19:06:48 CEST 2025
Total time taken to generate the page: 0.03881 seconds
|