Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gotcha #3
Message
From
29/01/1997 19:59:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Gotcha #3
Miscellaneous
Thread ID:
00018766
Message ID:
00018766
Views:
76
Here's another gotcha I have found in a project I moved from 3.0 to 5.0.

In one of my form, I had a grid having a relation on a combined key.

In 3.0, I was having STR(DEP.DEP_ID)+STR(TEMP.CAT_ID) but this is not working in 5.0 as it seems that multiple aliases in a relation is not supported anymore. No bug appeared but the full table appeared on the grid without any relationship.

To make it work, I change the key to STR(DEP_ID)+STR(CAT_ID).

I guess I should start Universal Thread Gotcha forum.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform