have a look at parent object properties in the help - in the click of a command button on the same page frame
messagebox(this.parent.name)
should return Page1, and a recursive call to that until you reach the top of the tree would give you what you need
You can include an executable within your vfp app and write it to disk - then run it. I do that all the time, but I am not sure you can run it from within vfp
without writing it to disk, your os will not see it within the vfp exe
Do you mean that for each item on the ledger report you want to write back the page number it appears on into the original data?
if so, you are looking to run something like this for each detail in the report - in the run on entry property on the detail band
function LedgerPageUpdate
select...
I think you have two choices, either find a way to split the files using a utility (64 bit presumably) or use VFPa
for this particular effort.
For splitting take a look here
https://stackoverflow.com/questions/31786287/how-to-split-large-text-file-in-windows
This will be a bit negative. Sorry in advance.
Suppliers will give you a full time job keeping up with changes to their system.
Forgive me, do not waste your time.
Thus far, I have been using BandiZip, about 18 months ago I did a lot of testing various zip programs with VFPa
and that was the fastest.
Times change.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.