i have problem on color picker which is
when cancel was press the chosen color was white..it is maybe
that is the default color..
what i want is that when cancel was pressed then no changes on the
current color chosen.
i hide the screen on background and set my forms as top level form..
now when i preview a report, the size of the preview report fits on the
size of the form currently open..
is there a way to preview report outside that form?
tnx in advance
I have this textbox and combo box which is disabled.
when a command button is pressed the two controls are
enabled..but when after selecting my choice in the combo box,
the textbox is not clickable or it is like being disabled..
here is my code in the lost focus of my bombo box:
SELECT...
how to filter this:
November 15, 2015, 8:03:12 AM
im trying to use this:
set FILTER TO utype_table.time=DTOC(thisform.olecontrol1._Value)
but this is to filter for the month only..
tnx in advance
Is there a possible way to hide tables after program is installed in drive C?
my reason is for the password of users are seen there if thy are opened..
or is it encryption is the best way?
here is my code in my login form:
LOCATE FOR Username = ALLTRIM(thisform.txtuname.value) AND utype = ALLTRIM(thisform.combo1.DisplayValue)
IF FOUND()
If alltrim(thisform.txtuname.value)= alltrim(Username) AND ALLTRIM(thisform.combo1.DisplayValue) =ALLTRIM(utype) AND...
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.