Question about Apex [message #660511] |
Mon, 20 February 2017 02:25 |
|
alhakimy
Messages: 56 Registered: December 2016
|
Member |
|
|
I want to learn Apex
But I want to know about his work
Can I work a form Contain than three table And connect them with primary key
and can I work a Loves contain 10,000 record takes it from the database.
thank you
|
|
|
Re: Question about Apex [message #660513 is a reply to message #660511] |
Mon, 20 February 2017 03:18 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Quote:
Can I work a form Contain than three table And connect them with primary key
Is it a master-detail-detail form? If so, I've never had to create them. However, Dimitri Gielis says that Apex 5.1 provides such a functionality so - either upgrade, or see what Dimitri suggests for earlier Apex versions.
Quote:
can I work a Loves contain 10,000 record takes it from the database.
If "Loves" means "list of values", then my question is: what do you plan to do with a list of 10.000 values? I'd rather use cascading LoV which would narrow such an enormous list. As of your question: no idea, my LoVs aren't that large, but you can create your own one and see how it behaves. Tip: make it a Pop-up, not a Select list (as select list almost certainly can't handle such a number).
|
|
|
|