If you have multiple rows of icons with a short caption in the first row and column, then long captions in any other first row and column, rows and first columns do not display all of caption (part of caption is cut-off the left of the listview control). However, if you display in detail format...
I add a number of items to the listview container (which I am using as a menu). Now I want to disable some of the items based on password settings and if access is granted or not. So I might have 6 icons in menu but want to disable access on any number of them. Any ideas or better to not add...
We have a webhelp help file that has the extention htm
Is there a way to set this file as the help file.
The syntax that foxpro gives to set a help file is:
"SET HELP TO [FileName]
Specifies a Help file that is displayed when you press F1 or issue HELP. You can specify a .Dbf-style Help file...
I have a library that is loaded with start program that has a function that updates certain files. If i pass it the datasession the it runs ok. My question is, if it is created as a DLL, would I have to pass it the datasession? WHy - I have over 130 calls to this function and don't want to...
I have an application where I want to add 1,2 or 3 new pages to an existing form but not all users will add all pages so some users will have 1,2 some will have 1, some will have 1,2,3 etc.
On each page I want to add a variety of controls, textboxes, etc (I think I have to create class then add...
I just installed a vfp app that has caused problem with my existing apps. If I run a vfp8 exe from a network drive, I get a "Resource file version mismatch" error. If I copy that exe to c: and run, it works fine. I reinstalled vfp8 (repair) and still have problem. Any ideas on what would be...
I have a simple browse where I want to limit size of 1 field to 10 characters ( it is a 30 char field but usually less than 10).
so my code is basicall
select 0
use abc
brow fields itemno, descr, salesperson, amount
I want to limit salesperson to 10 characters - help shows that :ncolumnwidth...
In the start program of our project we create a class which locks records in file name passed to it(filename, key, etc. are passed to it).
In our forms we want to use private data sessions as multiple forms(modeless) maybe be open (currently we use default data session on modal forms).
with...
I did search keyword grid but couldn't find answer - has to be something I am doing. I have a grid with proper controlsource etc. I then have this code in init of form but grid is blank.
thisform.clienttime.RecordSource=""
thisform.clienttime.RecordSourceType= 0...
I created a project with a top level form and a menu then put do mastermenu.mpr with this, .T. in the init as documentation states. When I run I get error "No Parameter Found" - in debug it is on a line generated by the genmenu in the mastermenu.mpr - line is "set sysmenu...
Has anyone developed a menu like Quickbooks (where you click a button on the side and full menu is shown in "main area" of screen etc. Samples?
I have report which has about 1/2 page of detail and headings, then another 1/2 page of group totals. I want to add a second level of group totals - again where will be 1/2 page. The first set of group totals come from a cursor that has an id that relates to the detail. The second group come...
The samples given in VFP show rather simple generation of html from report - I have a report where data is gathered from several tables, some of report data comes from set relation - is it possible to send all this to html?
We created vfp8 exes then installed on a system where vfp8 was not installed. Copied runtime files as suggested (vfp8r.ddl, vfp8enu.dll, gdiplus.dll) but get error on vfp8enu.dll - "VFP8ENU.DLL was loaded but the DLLregisterserver entry point was not found"
Documentation says to just...
I want to read a file stored on our web site and if newer than file I have I want to download it. Has anyone got simple example of how to get a file from the web.
Also, when I go into VFP8 Taskpane to publish an XML service I get error that IIS services not installed and need at least IIS 5.0...
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.