Hi, don't know whether you have decided on best course of action.
there is a 3rd party add-on that encrypts and entire database and cannot be opened (even by vfp) unless the correct password, and unencryption routine is executed.
The database remains encrypted, even whilst in use by your...
Jon,
in answer (pardoned)
1. Had problems with refreshing forms previously, that was the best way round it as there are many forms in the application but only one or two are in use at any one time.
see thread184-49772
2. Now if the entire form is refreshed, doesn't that autromatically refresh...
Have worked out when the buttons work and when they don't.
as you can see by the previous messages, I have the disabledpicture, picture properties pointing to a fixed directory for now.
when you reassign the locations (i.e. change the name/path/type) it works, then the next time you run the...
RG,
Yes, running VFP6.0 sp4, refresh all forms currently used by package after every option "click" using the following :
local lnCounter
IF _screen.formcount > 0
FOR lnCounter = 1 TO _screen.formcount
IF PEMSTATUS(_SCREEN.FORMS[lnCounter], "REFRESH", 5)...
RGBean,
I have a "setnavigator" function that, when BOF is reached Thisform.topmode=.t. and therefore, first and prior buttons are disabled (and vice versa for eof). In between records (i.e. >1 !eof) all buttons are enabled.
I don't disable the option group.
Is it calling this...
Just created a similar table, enabled data buffering, and used your expression.
Added rec's
3000011 0
3000010 5
3000011 0
3000012 2
then opened the work area properties and implemented the index.
browser now shows
3000011 0
3000011 0
3000012 2
3000010 5
Looking at this, this is adding them...
Unsure, but are both fields numberic??
If so does this expression add the numbers together, or concatenate them as a string?
does converting them to a string work?
GOOD LUCK Have knowledge, lack patience. >:-<
MitchBsc@yahoo.co.uk
MitchUK back with another nightmare : >:-<
Have "optiongroup" with a selection of buttons "style 1.graphical" (in this case for database navigation).
I have set the PICTURE property to "Image1.bmp" and the DISABLED PICTURE to "image2.bmp".
HOWEVER when...
Ok here's the answer.
Whenever I tried to change the code in "MyMenu.mpr" it wouldn't handle the variable, if I tried using the menu designer, same result ALWAYS CHANGES IT TO TEXT.
SO, putting this in the Menu Designer works a treat
"+olabel(164)+"
This looks in the code...
I'm trying to assign a variable to this command
DEFINE BAR 1 OF form PROMPT "olabel(164)"
variable being olabel(164)
Tried
olabel(164)
=olabel(164)
But every time I try it turns it into text, can this be pointed to a variable and what is the syntax (foxpro help is, as usual no...
Here, goes.
ChrisRChamberlain - no problem.
DEDMOD - I usually use images nowadays instead of buttons as they look better from a design point of view, but this package I'm working on was inherited so there would be too much coding involved to change now. Furthermore, I need to change the text...
Chris,
Nice try but no cigar. That code only changes the text in the button. I want to change to actual colour of the button (currently set to grey (192,192,192 ???)
Thanx anyway Have knowledge, lack patience.
MitchBsc@yahoo.co.uk
I have a number of option buttons that I would like to change the colour of, I have tried changing the backcolor property to no avail and would like some help.
Do I need to create a new colorscheme and colorsource and if so, how is it done?
Find Help and Online help about as useful as a...
Have just aquired CRYPTOR from XITECH and found it to be easy to use, and quite frankly Brilliant.
p.s. I don't work for them!
p.p.s. I don't get comission either!
Evaluation available from their website (there are several so you won't have a problem finding them yourself)
HELP DEADLINE TO MEET, ONE MORE BUG TO FIX!!!
APPLICATION.UPDATE or REFRESH FUNCTION REQUIRED TO UPDATE ALL FORMS AND CONTROLS ON SHOW
I have an application that uses several forms and even more databases. At the moment the forms update fine for the "skip & skip -1" command but...
if it's a two domensional array, don't you need to reference it with two dimensions!!
Secondly, a string
// mystring : string;
is an array of chars by default (one dimensional) and can be referenced by character alone. Is this any easier?
Hope this helps.
Tomas,
I know the use of & is overused in this code, but this is the original code I have "Inherited", but thanks for the tip.
To one and all, thanx for the help!!
Thanks to Foxdev and Rgbean, who didn't give me the answers but let me know I wasn't barking up the wrong tree. After searching through all of the current threads I got enough pointer to work out the solution to my problem :
activate window &mywindow && grabs the current forms...
got your reply, have posted another addition to the thread (MitchUK - multiple forms), sent this so you'd know there was more information for you to look at.
Thanx
Mitch
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.