Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JudyBarer
  • Content: Threads
  • Order by date
  1. JudyBarer

    resource files

    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...
  2. JudyBarer

    gridview and subobjects

    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...
  3. JudyBarer

    initialize business object

    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...
  4. JudyBarer

    Initializing object properties based on a foreign key

    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...
  5. JudyBarer

    xmltocursor with flags 8912

    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...
  6. JudyBarer

    help with cursortoxml

    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...
  7. JudyBarer

    RTF control

    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...
  8. JudyBarer

    test application

    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...
  9. JudyBarer

    outlook object

    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
  10. JudyBarer

    printWindow API Call

    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...
  11. JudyBarer

    faxing via outlook

    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...
  12. JudyBarer

    scheduled task

    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...

Part and Inventory Search

Back
Top