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 TouchToneTommy 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: youwannawhat
  • Content: Threads
  • Order by date
  1. youwannawhat

    Page Breaks

    I want my report to page break when a field on the form changes value. How is this done is FM 7?
  2. youwannawhat

    Saving form changes in Access XP

    When I try to save changes to a form, I get an Access generated error that says that I require 'exclusive rights', but it appears to save the changes anyway? This is only happening on a limited number of machines and works fine on others. Any suggestions?
  3. youwannawhat

    Merging tables

    I've got two tables storing information with thousands of customers and tens of thousands of orders. Table A stores information about 'A' type orders and table B stores information about 'B' type orders. I've been asked for a report merging the two tables into a report in the following format...
  4. youwannawhat

    System defaults in VFP 8

    I am noticing that I have to continually set system defaults in VFP 8 when I didn't have to in VFP 7. I am constantly having to enter "SET TALK ON" and "SET STATUS BAR ON". Is there some variable that I need to set within Windows? Any suggestions? Thanks, Paul
  5. youwannawhat

    Parsing names within a field

    I have a table that needs its structure and contents reformulated. The 'NAME' field currently contains entries like 'JOHNSON JOSEPH T', or 'SMITH BILL'. I need to parse these into separate fields for last, first and middle names. What's the easiest way to do this? Thanks, Paul
  6. youwannawhat

    Office XP and mscal compatibility issues...

    My users are being converted from Office 2000 to Office XP. This seems to be the cause of an 'Invalid Callee' error I'm getting when I try to navigate through an mscal.ocx that I have in my Fox application. Does anyone no if these objects are still supported in XP? Thanks, Paul
  7. youwannawhat

    VFP 8.0....is it worth it?

    We upgraded to VFP 7.0 a year ago, and now my supervisor has asked if we should upgrade to 8.0. I read about the new functionality on Microsoft's website but I wanted to get some testimonials from some users before I make a recommendation. Thanks in advance.
  8. youwannawhat

    Record Pointer within Grids

    During runtime of my application, the record pointer seems to move to the top of the source table when the user clicks on a record inside the grid object, following a short delay. Any ideas?
  9. youwannawhat

    Splitting strings in a table

    I have a table with 4000+ records. One of the fields contains a measurement(500cc, 1ml, etc). The user wanted to limit the choices for entry type(ml,cc,etc), so I added another field to the table for measurement type, and dropped a combobox on the form with valid choices for the user. Hence...
  10. youwannawhat

    Transaction tracking

    I'm attempting to install a transaction tracking system, FoxAudit, to an existing application. I've followed all of the instruction for the install, and the program seems to work fine until I log out of my app. Then my application crashes and throws me an 'alias not found' message from some...
  11. youwannawhat

    string replacement in a memo field

    I have a user that has spelled a word incorrectly within a memo field, 2874 times. The word misspelled is contained within an otherwise correct entry. I am able to retrieve the records with the misspelling by using STRTRAN, but I'm unable to specifically replace(correct) the errant word within...
  12. youwannawhat

    Memo searches

    We have a memo field that's written to as part of a transaction log. How can I search through the memo fields in the table for a specific string?
  13. youwannawhat

    Memo field data loss

    We lost our production server for about 5 minutes yesterday. When it came back online, I started getting phone calls from the data entry personnel complaining about lost data. All records entered yesterday had all of the 'Memo' data fields(Comments, Transaction memo field) wiped out. All...
  14. youwannawhat

    Seeking database structure info in a .prg

    My user needs to build what amounts to a data dictionary, defining every field in a database for one of our apps. She's asked if I can provide her with a list of the fields in each of the 12 tables that make up the .dbc. What's the easiest way to do this programmatically? I have placed the...
  15. youwannawhat

    Question about _hyperlink

    I had a request to provide a button on several pages of an application linked to a specific word document outlining the SOP's for entering data into that page. I dropped an _hyperlink button on the page and set its cTarget to the path of the Word doc containing the SOP. Everything seems to...
  16. youwannawhat

    Hyperlink to a file

    I have a request to provide a hyperlink from some fields on a form to an 'SOP' file located on the network. They want the users to be able to access this file if they have questions regarding data entry procedures during data entry. I'm envisioning the same type of functionality that I've...
  17. youwannawhat

    Numeric to date conversion

    I've imported a file into Foxpro and it has a date field as an 8-digit numeric(ie 20011201). I need to convert this to a standard date format{12/01/2001}. I've done this once before, but I can't remember how. I thought I had to actually write a conversion program, changing the numeric to a...
  18. youwannawhat

    I'm trying to export a temp table,

    I'm trying to export a temp table, containing a character field and a memo field, to Excel. The Memo field is not resolving. How can I get the Memo field to export with the other field? Thanks
  19. youwannawhat

    Scroll Bars

    The scroll bars in one of my applications compiled in VFP 7 are not showing during runtime. They appear at design time, and they appear and operate fine on grids in the same app, but they are not even visible in the edit boxes when the program is running. The user could still page down to view...
  20. youwannawhat

    Report Grouping

    I currently have a veterinary report that prints like this: Study # A2D Doctor Animal ______ ______ Jones Rabbit Jones Guinea Pig Jones Goat Smith...

Part and Inventory Search

Back
Top