Hi,
you have several options:
transform dbf to a xls file
transform dbf to a xlsx file
see if the classes constructed by Vilhelm are of any use to your: http://praisachion.blogspot.nl/
Regards,
Jockey(2)
Hi,
O.K. now: just forget about the /n parameter!!
tcDestinationFile = "recording.cab" && replace with your desired filename.cab
tcSourceFile = "C:\temp\E170521235835log.txt" && replace with your sourcefile
tcArchiveDirectory = "C:\Archive1" && replace with your desired...
Scott,
If you are looking for a flatstyle tab, I suggest you also explore the class of Bernard Bout: OneNoteTab http://weblogs.foxite.com/bernardbout/2006/06/07/recreating-onenotetabs-in-vfp9/
The active page is unmistakenly shown by the background colour and the missing bottomline of the...
Olaf,
please check https://ss64.com/nt/makecab.html
and you will find:
Syntax
MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
/L dir Folder location to place destination file (default is current directory).
most useful when destination is not...
Tore,
I also always use Craig's excellent routine. However in this special case, to modify an existing app, I was requested not to add any other DLL or FLL files (people are a little bit over sensible) so indeed makecab seems to be an excellent alternative, however as explained: I cant get it...
Olaf,
1) no spaces in the directory
2) the call to makecab works ok, I tested with
lcCmd = "makecab "C:\temp\E1705log.txt" /n "recording.cab" /L "C:\Archive"]
parameter /L is supposed to make a, if not exsist, directory. After running this routine C:\Archive existed on my pc
Regards,
Jockey2
Hi,
I am working with this legacy project which makes use of cabarc, it seems to be ancient code by Ramani, to create cab files:
Function gsCabBack
Lparameters lcSource, lcDestination
Local lcCmd, lnSuccess, loShell
If !Empty(m.lcDestination) Or !Empty(m.lcSource)
lcCmd = "CABARC -r -p N " +...
Scott,
Can someone confirm this: Take any simple form you have. Place 2 image objects on the form, make the 24 x 24. Use as 24 x 24 png image (just for consistency). Rotate them both 90 degrees.
Compile the app, run the app. Open that form, close that form.
Go back, make any change on the form...
Foxwizard,
your application 64-bit, have you compiled it to an exe? Have you deployed that exe to an other or a virtual pc? and which runtimes did you had to install on your other pc?
Regards,
Jockey4
Mr. Landfla,
if you dont care for changes made to tables by user1 are overwritten by user2 than I wonder what you call 'update', it seems to me you are creating a carbadge.dbf. Olaf is very much correct: you are not updating, you are adding data and in that case no use at all to work with 2...
Olaf,
sorry, overlooked your correct statement so I'll take that out of the discussion, as primary keys could be generated differently and
should be, if two users check out the same data, or automatic incrementing numbers starting
from the same initial value will cause double keys, when the...
Olaf,
A PrimaryKey will not work as I understand more people are working with a TENG_XREF.DBF which must update the TENG_SHTD.DBF
Consider: two people are each working with there own TENG_XREF.DBF with an autoincrement primary key - nothing to prevent you will endup with same ID's over every...
Hi,
Apart from Olaf's reply you can also study the approach as decribed in Hans de Groot's blog: http://hdegroot.blogspot.fr/2006/09/images-in-vfp-grid-class.html
Regards,
Koen
Olaf,
I agree, but on the other hand, the developper has fixed a number of bugs which now exists in VFP9, one should consider to make use of his "VFP10" application if you have troubles with any of the fixed bugs. Surely it is, if at all, illegal to make use of his 'VFP10', 100% illegal if you...
Olaf,
Hmm, I did download and unzipped and (shame) never looked at the documents 'myProblem.PDF' or 'myProblem.docx'. Just opened and studied the x.prg. Now I see what is going on, and sure my advise using FoxyPreviewer does not solve his his problem and again it does.
I was wrongly orientated...
Hi Olaf,
Sorry, I dont see any request for enlarging the fonts here. Rüdi wants to enlarge the preview window and claims when doing so also the output is enlarged. Now this is not true, I have showed him with a small piece of code, in my case using FoxyPreviewer, Mike has a possibility to do the...
Rüdi,
This can be done easily with FoxyPreviewer, download from VFRX at http://foxypreviewer.codeplex.com/releases/view/49471, install FoxyPreviewer.app in your Path and than run:
Use x
Do "foxypreviewer.app"
With _Screen.oFoxyPreviewer
.nZoomLevel = 6
Endwith
Report Form x Preview
Return .F...
Dennis,
I am fully with you. Thor is a fantastic tool but not at all usefull, essential for your clients. Please keep it in your own environment only.
Meanwhile enjoy it, and I would advise to disable the autoupdate, its good enough to update once and lately only once a week. This will save you...
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.