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.
If anyone is interested, the language, well environment, is Kotlin... looks like an ok thing, has strings and bools and all that.
Gone initially for a google course, the text is good but the videos are H O R R I B L E, too much yeah haaa! for me.
The text is ok, but there are things that should...
I use both methods, depending on the difference in length between the two labels, when they are both small, and similar in size, it can be harder to 'debug' later
because one will be over the other - if one is much longer it is easy to spot
@trial03
The app is in VFP just now, not trying to run that on Android, was thinking it's simplicity would make a good target for rewriting
in something for Android. A little math, a little timer and some text - wrapped around a case statement.
@Mike
Pretty sure I can handle the coding, what...
I don't develop much new stuff these days, but I have thrown together a simple app to help myself exercise my hand after a recent procedure.
One form, two buttons and a few labels... thinking it would be a really good first app for Android.
I think I need some kind of on-line course in Android...
NAS may have issues... if it uses SMB1 run code in a bat file as admin...
dism /online /get-featureinfo /featurename:smb1protocol | find "Status : Disabled" && (
echo Enabling SMB1Protocol
DISM /Online /Enable-Feature /All /FeatureName:SMB1Protocol
) || (echo SMB1 Currently Enabled)
dism...
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.