hello to all data specialists,
I have to import some data from ADT,ADI,ADM files.
It seems to be the advantage proprietary dataformat.
Has anybody an idea how to import this in foxpro tables in an easy way?
thank you for any answer...
Georg Nickel
Germany
Hello Griff,
thanks a lot but this code does what you said, it read the prefix. The Code in FAQ184-5314 does this also in a good way. But my problem is, that i have to truncate the code behind the data. Foxpro adds a lot of meta information behind the original data. This is what i must...
Hello Borislav,
thank you for your tip. I know that general fields have many problems. This is the reason why I have to extract the data from the existing tables. My problem is, that hundreds of files are stored in this way and I have to extract this now to
save this existing data basis for...
If you store data in a general field vfp adds some data at the end of the file content. Does anybody have an idea how to get rid of this?
I have to extract some binary data from a table with a general field containing binary data from a cad program. The reason is, that general field content is...
Thanks robsuttonjr,
I think I have to reduce the functionality only to TIFs. After some tests this works if the TIF-files are in the right format.
Why PDFs still don't work keeps a mystery for me...
Georg Nickel
Germany
I have a table (named docouments) containing an object row (named file). in the objekt row i have to store different filetypes such as word, excel, jpg and others...
Then i have a report containing a picture. As picture data source i use the field documents.file. This works great for many...
I have the problem to save an export file to the my-files-folder that is default by system to the current user.
Does someone know a neat solution?
Georg Nickel
Software Development
Germany
Thank You Rick, [thumbsup2]
this is what I was looking for.
It works very fine.
Sometimes the fox is more convenient we expected.
Georg Nickel
Software Development
Germany
Hello to all,
I like to write some code to refresh a grid after moving the cursor.
I have a form with some textboxes and a grid that shows all records of the table. Also I have a toolbar with buttons for SKIP -1 and SKIP 1. After a SKIP I like to move the record pointer at the correct position...
Hello Mike,
I spent three ours for that problem and couldn't understand.
--
I also had this idea to do it with AGETFILEVERSION, but I thought it would be a better way not to access to the file.
But it seems there's no other way.
Thank's a lot for your quick answer, now i know what to do. That...
i like to show the version of my applicaton in a info-box.
In the init event of the form i have:
thisform.lblAppVersion.Caption = Application.ActiveProject.VersionProduct()
This works very well. But after I build an exe-file and start it, I get an error: "Can't evaluate object"...
Sorry, it's early in the mornig, the last bracket ist set wrong and some other mistakes...
it must be:
IF TYPE(odefaultFolder.Items.Find("BalanceDue").Value)="N"
Georg Nickel
Software Development
Germany
Hello Philip,
I do some import functions from outlook, too at this time.
So I think, I understand your problems. Foxpro can't access to user defined fields until they have a value assigned!
So you must check first if the type is correct.
Somethink like
IF...
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.