--
You received this message because you are subscribed to the Google Groups "Migrated By Firefly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to migrated-by-fir...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/migrated-by-firefly/76de4891-e804-4f74-adc4-fdcf7b8a2abfn%40googlegroups.com.
|
Lawrence Award winning philatelic exhibit Author of "Kill Me Now!" https://stampandstories.blogspot.com |
Noam,
Ran a migration using the newest firefly code (start without a version number), pulled it down but don’t see the AfterSavingRow event (looked in env.BusinessProcessBase.cs.
What class is it in?
Thanks,
Keith
To view this discussion on the web visit https://groups.google.com/d/msgid/migrated-by-firefly/CAON83%3DeVaPtPCSs%3DpEN2styT04mh76-2dMG7sN%2BgDPTiqZt1pw%40mail.gmail.com.
So Noam,
I found it being used in AbstractUIController (line 671)
If (!e.Cancel)
_levelProvider.AfterSavingRow();
and defined in Advanced.LevelProvider
public void AfterSavingRow()
{
StartContext(“RM”, “RS”, null);
}
But it’s not in BusinessProcessBase
???
Keith Canniff
President and CTO
IntegrateOne LLC
www.integrateone.com
678-485-8665![]()
To view this discussion on the web visit https://groups.google.com/d/msgid/migrated-by-firefly/CAON83%3Dfd9OxA90T9T8uGxA4sEd7cHF9Yby9Qe7Z4jbf0TYNwow%40mail.gmail.com.
Noam,
What I’m saying is that we are using an older version of ENV in our application and if I pull the full newer version of ENV with our existing code, we get errors. I just migrated our code again under the new ENV so I could find out where the AfterSavingRow() method was so we copy and paste it into our older version.
However I need all the pieces of the method so I know what to paste into our older version, and there is no reference into our newer ENV under BusinessProcessBase to AfterSavingRow, so something doesn’t seem right.
That’s why I wanted you to look at the dotnet.rar file in our FTP folder so you could determine why I’m not seeing in the latest code what you’ve outlined below (including incorrect row numbers).
Noam,
The point I’m making is that I cannot find the lines you specified from the new ENV.
I went on the firefly ftp and converted the application again using the start instead of start.30132 (or whatever our version is) so I would get the latest firefly code.
When I downloaded it, again I cannot find the lines you’re specifying, but I’ll try converting it again and see.