T
Tommy
I have a strange problem. I have what I consider a huge app for a ce/ppc
device. It contains 38 forms. Quite a few are designed to be reused.
I have a couple of forms that do queries on a sybase ASA db and pass the
dataset into another form for the user to go through the data and make mods.
The strange thing that is happening is if you keep going through the data
and get to the end, go back to the form that makes the query and back into
the editing form yet again,, over and over you steady lose memory until the
unit get's very slow.
I am definately closing and calling dispose of the edit form. I have removed
all references to the outside thinking maybe there was something referencing
one of those forms keeping it from going away. I changed the dataset being
passed and passing byval now instead of byref like I was.
I realize this is pretty vague to get much help on but i'm about at the end
of what I know to check.
I am using CF sp3. I tried it on a Ce device and a ppc device with the same
results.
Any ideas out there on where to go next with this?
Thanks
device. It contains 38 forms. Quite a few are designed to be reused.
I have a couple of forms that do queries on a sybase ASA db and pass the
dataset into another form for the user to go through the data and make mods.
The strange thing that is happening is if you keep going through the data
and get to the end, go back to the form that makes the query and back into
the editing form yet again,, over and over you steady lose memory until the
unit get's very slow.
I am definately closing and calling dispose of the edit form. I have removed
all references to the outside thinking maybe there was something referencing
one of those forms keeping it from going away. I changed the dataset being
passed and passing byval now instead of byref like I was.
I realize this is pretty vague to get much help on but i'm about at the end
of what I know to check.
I am using CF sp3. I tried it on a Ce device and a ppc device with the same
results.
Any ideas out there on where to go next with this?
Thanks