I am using vfp 8.0. I have created an application that I use installsheild express to install. It works fine on all of my users machines except my own. When I install the app on my machine I get the following error Resource file version mismatch and then the error VFP can not start could not...
am trying to use the gridview with objectdatasource with subobjects
My class is defined as follows
Public Class AbbrPlant
Private _ID As Integer
Private _PlantName As String
Private _site As Site
'Private _City As String
'Private _State As String
'Private _Country As String
Public Property...
If you are using formview or detailsview for inserting records, and you are using business objects, if you have default values for the business object, how would you populate the business object with the default values on a new object? It does seems like on a detailsview or formview new , that...
I have a class that has a foreign key as one of the properties of the class. When I create a new object of the class I want to initialize the key to a particular value. Obviously I do not want to hard code the value based on a particular record in the database. Should I create a table in the...
I tried the following code and got the error "file name is too long"
XMLTOCURSOR(test,"testcur")
XMLTOCURSOR(test,"testcur",8912)
test is a fairly simple xml string. The first xmltocursor works fine and the second xmlcursor generates the error. Does anybody have any idea what would cause this...
I am using VFP 8.0 I need to create an xml document. I used cursortoxml which works ok. The only thing I need to do is to change the root node from <VFPData> to
<FullAdd Agency=Star-K>. I tried to write the xml to a memvar and then use strtran to make the character changes but it does not...
I am using the RTF activex control in my vfp 8.0 app. I would like to display in the control text that is formatted based on user input. I have the RFT text strings saved in memo fields of tables and depending on what the user has selected I would like to construct RTF text. just concatenating...
I have a VFP 8.0 app which generates PDF files. I would like to keep all of these files in a certain directory on our server. When I am running my test app I would like to save the files in a different directory. What would be the best way to tell if I am running the test app or not. Is...
When the user sends a message in Outlook 2003 there is an option not to send the message before a certain time. Can this time be set programatically from within VFP?
Thanks
Judith
I saw in advisor magazine a suggestion to use printwindow() from the
windows api to print the current screen. It also says that you have to
download Palfade.exe which contains the DIBAPI32.DLL . If I wanted to
use this in my apps how would I install the Dll on my user's machines?
Can it be...
I am trying to fax via outlook. Using the code I found in FAQ184-2557 which was very helpful. However I would like to know if there is a way to turn off the warnings in Outlook which says "A program is trying to automatically send email on your behalf. Do you want to allow this?"
The other...
I would like to create an app that would run once a month to run a bunch of different reports. I plan on using the Windows scheduler. Do I have to create a whole new project to create this app. ( I already have a project with all of my files for my VFP 8.0 application that my users in the...
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.