Hello there!
I am using the following code to patch results to the database, but it is really slow. Sometimes it can take 5-10 seconds...
Patch('D-Nummers-OpleverApp'; LookUp('D-Nummers-OpleverApp'; Uniek_x0020_nummer = lblUniekNummer.Text);
{
Geopperd: "FALSE";
Geopperddatum: ""
}
);;
Is there any way to make this patch function faster? Maybe with using showColumns ? There is only one check that needs to be done, Uniquenumber needs to be equal to a label named lblUniekNummer. (Extra question: Is it faster to check variables than to check for text from a label?)