hi to all.
in fox i can't declare all windows api instead in visual basic (for example) i can declare much more api.
then, i have an idea but i don't know if is it possible.
if i create a dll in vb or c++ fore declare api and call api ?
in foxpro i can declare my dll and after call dll for...
hi,
i'm looking for create calendar control like outlook calendar.
i must create month views and fill in calendar control my data.
i have see outlook calendar and i'm looking for freeware similar object.
can anyone help me?
how i can create a command window inside my app ?
i have find a command window form in foxite, but it don't work fine :(
for example i can't do this
x="ciccio" &&(press enter)
wait window x && (press enter)
with foxite command i get an error: variabl x not define
now, how i can...
I see that LABEL FORM has no documented IN WINDOW clause.
LABEL FORM mylabel.lbx PREVIEW IN WINDOW PrintPreview
(see faq184-2490 for PrintPreview)
tnx to Stuart D.
for run normal report preview, i use this code:
PUBLIC oPrint
oPrint= CREATEOBJECT("printPreview")
oPrint.SHOW()
REPORT FORM (rp) PREVIEW WINDOW PrintPreview IN WINDOW PrintPreview IF VARTYPE(oPrint) = "O"
oPrint.RELEASE()
ENDIF
DEFINE CLASS printpreview as Form...
i have an applicatio written in vfp8 and sp1
all work fine on winxp, 2000 but in win98/me i receive a kernel error
i have try to format and reinstall win98 and me but kernel error persist.
anyone can help me?
tnx
hi to all.
i have crete vcx based on project hook.
in the init i have this code for create autobackup file:
LOCAL mybackup, mydirtobackup
mybackup="c:\mybackup\software.rar"
mydirtobackup="c:\myproject\"
loshell = CREATEOBJECT("wscript.shell")
WAIT WINDOW...
Hi,
i need utility for project documentation.
i need it for extract from project database, table structure with field comment, class, class method, report, menu, ecc.
many time ago, i have find a free utility written in fox.
this utility generate html structure of project and extract all...
how can i do this ?
lform="brw_test"
lform2="brw_test2"
ON KEY LABEL F8 runform with lform
ON KEY LABEL F9 runform with lform2
PROCEDURE runform
parameter lform
DO forms "forms\"+&lforms with 1
ENDPROC
Hi,
i have BIG and urgent problem !
i must print in custom paper size report for example 1270x1730
now, in expr i have found:
papersize=768
paperlengh=1730
paperwith=1270
all work fine, but i install my program in other pc where is installed another printer and custom paper size is not set, i...
hi,
i want create an appication with hooking.
i run my applicatio "myfoxapp.exe"
if i press F9 in myfoxapp.exe messagebox appear.
after i run notepad.
when i press F9 in notepad i want receive same messagebox
how to do this ?
hi,
i have see in the solution, an rtf example.
now, i want put an highlight control.
for example i want write "Hallo world!" in olecontrol, and after, i want highlight "Hallo" word with yellow background and black foreground.
i have find documentation for highlight in msdn...
Hi to all.
do you want an errorlog ?
try this :)
ON ERROR DO errhand IN errutil ;
WITH SYS(0), ERROR(), MESSAGE(), MESSAGE(1), ;
PROGRAM(), LINENO(1), DBF(), DATE(), TIME()
* End of error trap setup.
PROCEDURE errhand
PARAMETER m.machine, m.messgnum, m.messg...
how can i set a cell background ?
for example i have a table with 2 culomn
| column 1 | column 2
--------------------------------------------------------
1° recod: | value1 | bg img=caffè.bmp and value=123
2° record | value2 | bg img=beer.bmp and value=445
can anyone...
hi,
i'm looking for a library or control for create a shape or image button.
i'm beginner and i don't know how work with regions.
can anyone help me?
thanks
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.