Menu

#82 field ResourceID not found

open
nobody
DataStores (19)
5
2013-01-15
2005-09-28
No

I have tables where I changed the fieldnames
Resource.ResourceID is Gebruiker.ID
Event.ResourceID is Behandeling.GebruikerID

Behandeling.GebruikerID has a foreign key relation with
Gebruiker.ID

I use TVpFlexDataStore with Mappings

in the procedure TVpFlexDataStore.PostEvents:

original :
FN := GetFieldName(FEventMappings, 'ResourceID');

my version (and I think it's the right one):
FN := GetFieldName(FResourceMappings, 'ResourceID');

JohnBe from Holland

Discussion


Log in to post a comment.