>> > That seems to be another problem. Steps?
>>
>> Hmm... doesn't expose with the current test case. Please a clue what to
>> add to the test case related to displayvalues.
>>
> No clue. :-)
>

http://www.likan.uz/uploads/mse_testcases/PODPISKA_TCASE.ZIP is a
testcase to the working project.

DB-setup:

1) create PG 9+ database named "postprj"
2) create PG superuser "admin" with password "1"
3) fill the database with the dump from DB/postprj-14sep.2012.sql

Test flow:
-  load the project to the IDE

1)  try to delete a persitent field from mt1inputform.qryMaster &
confirm this deletion - me have two errors here (one of them - about
displayvalues) and the deletion blocks

2) for some reason, accessing "mt1inputfo1" in "appmainform" causes SF:

procedure tappmainfo.loaded(const sender: TObject);
begin
  mt1inputfo1.loaded(sender);
  with dmmainmo,qrySettings do begin
    {разрешение смены реквизитов}
    gbInputForReqs.enabled:= fields[12].asboolean{f1_add_down_past boolean};
    {разрешение смены рабочего дня}
    dbcdeOperDay.enabled:= fields[10].asboolean{f1_add_past boolean};
    {разрешение смены ОС}
    dbnelbOfficeCode.enabled:= fields[11].asboolean{f1_add_down boolean};
  end;
  mt1inputfo.qryPaymentTypesMT1.active:= true;  // <<<<<< HERE

end;

procedure tappmainfo.eventloppstarted(const sender: TObject);
begin
  mt1inputfo.qryPaymentTypesMT1.active:= true; // <<<<<< HERE
end;

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to