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...
itc1
I think your problem isn't really a foxpro problem. You have to decide whether you set up your email as plain text, rtf, or html. In html you can use html tags like <b> and </b>. So we need more information how you output the data into the email and which format it is.
hope this is a small...
Thanks all for your good answers. Now I'm able to solve my problem. The reason for difficulties by accessing user defined outlook fields is, that foxpro doesn't know the type of the field until you have assigned a value to it. So here is my code for importing data from outlook's contact folder...
Hello Mike Gagnon,
thanx for your quick reply. I think Your tip is right. But how is the right syntax?
I tried:
? oItem.UserProperties("MyField").Value
But foxpro gives me an ERR 1943.
Georg Nickel
Software Development
Germany
I'm using the following code since some years, and it works very fine for me, perhaps it helps you. "Id" is a text field I use in every table. This function is called after every "append blank" statement.
*--- Automated id-counter 06.09.00 GN
*--- 20.11.2001 len for Id...
Hello,
I have to write code that must import user defined fields from outlook's contacts folder. But every time i try to access from foxpro, i get a "type mismatch error". Do anyone know about this problem?
Here is the reducted code, that shows that problem:
LOCAL...
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.