Thanks to all for solutions. I'm sorry when my question is not clear, as Mike showed I need to count number of days in current month.
Your help was highly appreciated.
Viet
Hi experts,
I'm would like count days in a month I look at internal function of VFP but there is no function like it. Could anyone tell me about algorithm or API function which can do that ?
thank you very much !
Viet
Hi all,
I have a App (VFP6) with paste and copy commands on menu. I use internal VFP menu names to create that menu (_MED_COPY, _MED_PASTE). paste and copy commands work normally on windows 98 but on windows XP it doesn't work. How can I deal with that broblem ? I also recomple with VFP7 but I...
Thank javabearSTL and Eggles
I tried demo both of them but as you know when you are new user you never know every essence of them and I also know a program is not fit to everybody so I hope to see your opinion. Eggles give me some good ideas. I think CorelDraw and Photoshop are my choose.
Viet
Hi all,
I plan to study a vector graphics and a image-editing programs . Could you tell me which programs is best (Corel draw or Illustrator) and (Photo Paint or PhotoShop ) ? can you compare them ?
Thank in advance
Viet
Viet
Dave,
Thank for your reply
You may misunderstand my mean because my English is not very well
I did not call Saldec form from Detail form. I call SalDec form from a item menu. That item menu calls “ShowSalDecForm” procedure. “ShowSalDecForm” procedure will close all forms which are displaying...
I have a form with treeview and grid on it. It’s name “Detail_form”. When Detail_form is activating and grid has focus I select a Item from menu. That item calls a “ShowSalDecForm()” procedure .
*********************************
Procedure ShowSalDecForm()
CloseAllForms()
Do form...
Normanbates,
You can solve that problem by adding some space characters after caption property.
header1.caption="Name"
header1.caption="Name" +space(5)
Viet
Hi all,
My code as below:
Public oExcelObj
oExcelObj=getObject('',Excel.Application)
Excel window disappear when I quit my app
How to retain Excel window ?
Thank for advance
Viet
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.