VFP8: AEvents() cause memory leak!!! (NOT fixed in SP1)
Each start of this algorithm causes outflow about 3 MB of memory
See This Test Code
Local _tester
_tester = CreateObject("Tester")
return
Define Class CBase as Custom
Function Cool
EndFunc
EndDefine
Define Class Tester as Custom
oBase = NULL
Function CoolHandler
Local _arr[3]
=AEvents(_arr, 0)
EndFunc
Function Init
This.oBase = CreateObject("CBase")
=BindEvent(This.oBase, "Cool", This, "CoolHandler")
This.Test()
EndFunc
Function Test
Local _i
For _i = 1 to 100000
This.oBase.Cool()
EndFor
EndFunc
EndDefine
Alexander Korolev Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182751
HTML Help - running from vfpro
Hi,
Please could you tell me how to run an html help file
(.chm) from within a fox pro application.
Many thanks,
Steven Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182750
record is out of range
I have grid which the record source from view, it have 9
colom, the last colom is editbox,
in editbox.getfocus
thisform.grid1.rowheight=90
in editbox.lostfocus
thisform.grid1.rowheight=30
when I click colom1-colom8 it's ok, when I clik colom9 ,
the grid height automatic adjust to 90, it's ok but after
that if I click anywhere in grid the error show up, err
(5), record is out of range
I've tried to search in google, there are some cases like
mine but I still can not get the light.
Can someone help me, please.
TIA
HN Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182748
winsock control recommendations please
I have an application that needs to route socket messages between servers,
it really pushes the boundaries and as such I have had nothing but trouble
with the MS winsock control. Can anybody give recommendations for a third
party winsock product? Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182746
Filter out control codes in ReadURL
http://groups.google.com.hk/groups?q=readurl+vfp&hl=zh-TW&lr=&ie=UTF-8&oe=UTF-8&selm=u7c%23kup3CHA.1808%40TK2MSFTNGP11.phx.gbl&rnum=7
I've tried the ReadURL but I won't if there is any more generic function to
filter out the control codes so that I can concentrate on reading my wanted
information, say an invoice listing information of a saved html file.
Regards,
Martin Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182744
Setting the KeyboardHighValue of a spinner control...
I cannot set the KeyboardHighValue of the spinner control to a value
greater than 2147483647.
Also doesnot accept decimals!
No problem with the SpinnerHighValue! Why?
I have VFP6sp5...
Nick Pofiris,
ErmisPliroforiki
Athens-Greece
www.ermis-pliroforiki.com.gr Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182743
How to programmatically assign eventhandler to control
How to programmatically assign eventhandler to control
For example, I want to assign all the rightclick event of text1 of all
columns of a grid to rightclick of text1 of column1
Regards,
Martin
13 Oct 2003 Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182741
Pull data from Electronic Cash Register (ECR)
Is they any command or small code to pull the data record store in the
Electronic Cash Register (ECR) ? Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182739
Finger Print Scanner
Anyone has sample code for using BioTools Biometric
Scanner ActiveX. Thanks. Tag: FWD: Prove internet update which came from M$ Corp. Tag: 182736