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