Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh Help
Message
From
27/07/1998 15:22:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00121195
Message ID:
00121740
Views:
19
>>>>Yes the view is in the data enviroment.
>>>>
>>>>the error is
>>>>
>>>>error loading file- record number 4. form1 Loading form or the data enviroment:SQL column 'NO_TRANSPORTISTA' is not found.
>>>
>>>Can you post your SQL here? Is it a simple one-table view? One of the reasons here may be if you have in the view the parallel joins from one table to two others.
>>
>>The view is actually composed of three tables, so I guess you are right and that is the problem.
>>
>>can I work around this?
>>
>>Sergio
>
>You can copy your SQL from View SQL option in View Designer menu and create your view programmatically like:
>
>CREATE SQL VIEW myView AS ;
>here goes your copied SQL.
>
>Just don't open it in the View Designer again after that.
>
>Nick
I'll try that. Thanks a lot Nick.

Sergio
Previous
Reply
Map
View

Click here to load this message in the networking platform