I have a form who copy customers from another company. In that form I ask for the company source.
And when I asked for the customers, I can made a Lookup from the customer form, and works fine.
recCustomer.CHANGECOMPANY(wfor_EmpresaOrigen);
recCustomer.RESET;
IF FORM.RUNMODAL(0,recCustomer) = ACTION::LookupOK THEN
BEGIN
...
But in the Page I made the same but it doesn´t works. I try to change the word FORM by PAGE but its the same. always I obtain a view of the same customers. So I try to control the CHANGECOMPANY with an IF statement, for finding the problem, but without luchy.
Anybody can help me?
Thanks a lot!!!
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
https://mbs2.microsoft.com/Knowledgebase/KBDisplay.aspx?scid=kb;EN-US;977217
I haven't tested though, so it may only be related to the DELETEALL function, but thought it may be relevant.
I don´t make a DELETEALL of my record.
I only make a lookup.
Thanks in advance!
Angel.