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

    Need help with spinner control.

    I'm trying to accomplish something with the spinner control (VFP8) that is making my head spin. I need the control to display increments of 10 but I also want the initial and lowest displayed value to be 1, not 0. In other words the sequence displayed needs to be 1, 10, 20, 30 and so on. So...
  2. mikemck7

    Recording developer comments in forms

    Forgive me for posting this twice. I'm told I posted the following in the wrong forum. Sorry!: I like to record general comments and reminders as I work on forms while building an application. For this purpose, I've added a method called DevNotes to the property sheet of all my form base...
  3. mikemck7

    Code needed for ALLTRIMCR() function

    I'm designing reports in VFP8 using data contained in several large tables. Some of the data has to be parsed and extracted from memo fields. Numerous records contain leading and trailing carriage returns causing MEMLINES() to return misleading results. Others contain nothing but carriage...
  4. mikemck7

    Copying DBF structure with properties

    Hi, I have a table in a VFP database with numerous fields. The table is well documented with comments. I wish to build a second table that is a duplicate of the first such that only the table name changes. I especially want to preserve the index expressions and field comments. What is the...
  5. mikemck7

    Change VFP Window Status Bar Font

    This VFP 8 status bar text is displayed is what looks like the Arial font. Is there a command/function that lets you change the font to something else?
  6. mikemck7

    PJX/VCX/SCX documenting utility

    I am in searh of a PJX/VCX/SCX documenting utility. Before rolling my own, I thought to check here first. A free utility that prints object properties and methods in some organized way is basically what I'm looking for. I figure there's gotta be something like that out there, I just haven't...
  7. mikemck7

    Excel; Auto Repeating Character in a cell

    How do I repeat a character to fill a cell such that there is no overflow into the adjacent cell regardless of the width of the cell?
  8. mikemck7

    Programmatically Activate VFP8 Standard Toolbar

    Is it possible to redisplay the Standard toolbar from the Command window or from within a program when the toolbar was closed manually and WEXIST("Standard") returns .F. ?
  9. mikemck7

    Legal 9x/2K/XP file names

    I'm trying to create a function in VFP8 that tests the validity of user-specified Windows 9x/2K/XP file names prior to creating them. Apart from the disallowed characters, what do I need to test for.
  10. mikemck7

    VFP8 Reports, Calculate Running Balance

    I need to build an account statement report in VFP8 from two tables; CUST and TRNS. The table structures are as follows: CUST: CUSTID (C), NAME (C), BALN (N) TRNS: CUSTID (C), DATE (D), CHRG (N), PYMT (N) The tables are related on the key field CUSTID. BALN contains the balance as of the...
  11. mikemck7

    Web-based Apps with Frontpage & Access

    Hello, I have been presented with the task of creating at web based invoice tracking system. The specifications for the system are very basic. In fact, were it not for the requirement that it be web-based, the data could be adequately maintained on a simple Excel spreadsheet. Therefore, I've...
  12. mikemck7

    How to return the name of a calling program?

    The PROGRAM() function returns the name of the currently running program. I need to be able to return the name of the program that called that program?. How is this done? I'm using VFP8 Thanks, MikeM
  13. mikemck7

    Why is SQL Insert asking for parameter value?

    Hello, I have two tables, CLIENTS and TASKS that are linked by a field named CID in a one to many relationship. The Task records are displayed as a subform. The main form contains the command button cmdAddTask with the code below in its Click event. When the button is clicked, a new record...
  14. mikemck7

    How to Unhide database window using code

    Hello, I've unchecked Tools > Startup > Display Database Window to hide the database window when my form is opened. Now I would like to unhide the database window immediately as the form is closed or just prior. I use DoCmd.Close in a command button to close the form. What code can I preceed...
  15. mikemck7

    Manually Modifying Form Wizard's Code in FP 2002

    Hello, I've created a survey questionnaire page using the Form Wizard in FP 2002. All the questions use the one of several options format, with radio buttons. Upon viewing the results page, I decided that I needed more descriptive names for the variables that store the answers. I tried...
  16. mikemck7

    Make interactive Word docs like Acrobat Fill-In forms?

    Hello, I've been told that it is possible to create interactive Word documents that function similar to PDF fill-in forms, with text boxes, option buttons (radio buttons), check boxes and so on. Would I have to use objects from the control toolbox together with VBA to accomplish this? I've...
  17. mikemck7

    Startup fails except in Disk Compatibility Mode

    Recently my HP Pavilion running Win98se started hanging during startup. I could only gain access in Safe Mode. After running MSCONFIG and trying different settings, I discovered that when I activate "Force Compatibility Mode Disk Access" from the "Advanced Troubleshooting...

Part and Inventory Search

Back
Top