Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4630 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

index.php?app=downloads&module=display&s

File Name: questionAnswers

File Submitter: imoree

File Submitted: 01 Apr 2012

File Category: Samples

FM Version: 11

This file demonstrates using the repeating fields in a virtual list technique.

Inspired by Bruce Robertson.

THis is not the "IDEAL" way to perform operations such as data normalization, but a technique non the less.

enjoy.

-ian

Click here to download this file

Posted

This is not a reliable implementation of a virtual list. The virtual list technique uses strictly sequential integers from 1 to N, whatever your record count is.

You are using get(RecordID), which does not work for this purpose. Record ID is not sequential. What happens if you delete the VList records and create new ones?

Also, why are there two occurrences of the Vlist table? If you are going to use an auto enter method for populating Index it should be get(recordNumber).

Or use a script and replace operation to ensure it has the right values.

You aren't performing the necessary find operation to find the related virtual list records.

This topic is 4630 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.