Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all
I am trying to start with the free app but it crashes whenever I try to load more than one table from the DB.
It looks like it's done but does not close.
When I press "end here" nothing happens and "abort" crashed the whole thing.
I tried reinstalling but it still happens.
Any thoughts?
Thanks,
Carin
Write before all loadings this instruction:
Qualify *;
in this way tables will not associate. if doing this the app doesn't crash the reason could be that tables are not well associated.
Let me know
Write before all loadings this instruction:
Qualify *;
in this way tables will not associate. if doing this the app doesn't crash the reason could be that tables are not well associated.
Let me know
Worked like a charm, thanks!
How do I connect the tables now, though?
Do I enter a join into the script?
Thanks
Load field by field in both tables and verify what kind of link is created
Got that covered with unqualify, thanks!