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...
I agree with Flutepir... if my user don't have office?
i don't want create office dependent :)
in this case, if i want free i must develop my own control :(
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.
solution found !
i want tnx Stuart D.
Stuart write me:
"I see that LABEL FORM has no documented IN WINDOW clause. But have you tried it anyway?"
LABEL FORM (rp) PREVIEW IN WINDOW PrintPreview
this code work fine :)
LABEL FROM have no documented IN WINDOW clause
see faq: faq184-2490
then:
DEFINE CLASS printpreview as Form
titlebar = 0
Showwindow = 2 &&Top level
autocenter = .t.
name = "PrintPreview"
height = SYSMETRIC(2) && This will maximize the preview
width = SYSMETRIC(1)&& This will...
have you try USED ?
select mytable
? used('mytable') && this display .T.
well, now you can use:
myalias=alias()
if used('myalias')
wait window "is used"
endif
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...
yes, fox8
i have try this solution
suppose 1 form with 1 textbox
in main prg i have write this code:
PUBLIC oHandler
oHandler=NEWOBJECT("myhandler")
do FORM form1
BINDEVENT(Form1,"KeyPress",oHandler,"mykeypress")...
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.