Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: PCOUNT after Adapt

$
0
0
Re: PCOUNT after Adapt
FoxInCloud
Re: PCOUNT after Adapt
06/19/2012
07:51:15 PM
3J316JYT6 Show this entire thread in new window
Gratar Image based on email address
From:
Tuvia Vinitsky
To:
Attachments:
None

BTW I see the new FAA does not put in the dodefault() in the Init. I have not run the latest FAA, but I seem to recall it is still doing something to make sure dodefault() is triggered. If not, you should add a dodefault() as thye first statement after the lparameters.

I adapted a form and in the init this is what FIC did. The This.Get_data() no longer runs if no parameter is sent. I can move this line outside the Pcount IF/ENDIF to fix. Thought I would put this out there in case this is not by design.

LPARAMETERS iEmp IF Pcount() > 0 && Added by FoxInCloud Adaptation Assistant version 1.25 (source mode) on 06/19/2012 09:00:32 AM DoDefault() && Added by FoxInCloud Adaptation Assistant version 1.25 (source mode) on 06/19/2012 09:00:32 AM IF PCOUNT() > 0 vEMp_id = (m.iEMP) thisForm.wViewParmSet('employee_id',"vEMP_ID",m.vEMp_id,.T.) thisform.refresh() ENDIF This.Get_data() ENDIF && Added by FoxInCloud Adaptation Assistant version 1.25 (source mode) on 06/19/2012 09:00:32 AM


Viewing all articles
Browse latest Browse all 10393

Trending Articles