1

Konu: Form "init" i ne zaman okur

Merhaba

Load'ı formu yüklerken activate'i formu aktive ederken okuyor. peki "init" i ne zaman okur ve icra eder. sanırım ikisinin arasında biyerde. ama bunun üstad açıklaması nedir

Teşekkürler

2

Re: Form "init" i ne zaman okur

form events siralamasi

Load
Init
Show
Activate
GotFocus

3

Re: Form "init" i ne zaman okur

helpte bir yer vardı, buldum, açılış ve kapanış sırasını derlemiş:

The Visual FoxPro Event Sequence
The following table shows the general firing sequence of Visual FoxPro events. The data environment’s AutoOpenTables property is assumed to be set to true (.T.). Other events can occur based on user interaction and system response.

Object Events
Data environment BeforeOpenTables
Form set Load
Form Load
Data environment cursor(s) Init
Data environment Init
Objects 1 Init
Form Init
Form set Init
Form set Activate
Form Activate
Object1 2 When
Form GotFocus
Object1 GotFocus
Object1 Message
Object1 Valid 3
Object1 LostFocus
Object2 3 When
Object2 GotFocus
Object2 Message
Object2 Valid 4
Object2 LostFocus
Form QueryUnload
Form Destroy
Object 5 Destroy
Form Unload
Form set Unload
Data environment AfterCloseTables
Data environment Destroy
Data environment cursor(s) Destroy


1. For each object, from innermost object to outermost container
2. First object in the tab order
3. Next object to get focus
4. As the object loses focus
5. For each object, from outermost container to innermost object

VFP9 SP2

4

Re: Form "init" i ne zaman okur

Ya da isimle aklinda tutanlar icin LISA G.:)

5

Re: Form "init" i ne zaman okur

basit anlamda acilis siralamasi ni yazmistim help te okumak isteyenler icin,
Index kısmında sequence in visual foxpro seklinde aratabilirsiniz