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...
Thanks Darrell - I think you are right that we have to pass the datasessionid.value - This is what we were doing when passing to one of the prgs and it works so....
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 like that idea (especially for some of our new billing) -It won't work for this particular problem as some of the first pages are used in combination with the potential new pages. Cool idea tho - thx.
I just found this in documentation so this should let me add code based on index of page
thx for your help Mike.
You can refer to a page in a page frame by name as in the following example:
myFrame.MyPage1
You can also refer to a page by its index number using the PageFrame Pages property...
Thx Mike - that works but not as "pretty" as I would like - I would like way to have page7 not visible (not just disabled) if possible. I would like to be able to add pages and controls on pages thru code so only those in use show.
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...
Thx Dave - I didn't get to try that - I tracked down all copies of vfp8renu.dll and found an older one in windows\system32 directory. When I replaced with latest, all problems went away so I assume the app I installed (something I downloaded) had installed this older runtime. Anyway, now up...
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...
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.