Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FILIPM

  1. FILIPM

    How to display "Yes" instead of .T.?

    Hello, Have you already tried the iif function. for example iif(table.a,"yes","no") FILIP MERLIER
  2. FILIPM

    date out of week

    thanks stefan this is just what I needed. i'll give you a star for it filip merlier
  3. FILIPM

    date out of week

    hello guys, i'am working with vfp7 sp1. To find a week from a date is very easy with the week() function. Is there also an easy way to find the date of a week. For example week 32 should give me the first date of that week namely 02/08/2004 in dmy format Any help is usefull Filip Merlier Belgium
  4. FILIPM

    problem with combo box ?

    Hello Mike, I did not know how easy things could be. I'll give you a star for it. It helps me a lot in my projects because this opens my view about the possiblity of the combo boxes. FILIP MERLIER
  5. FILIPM

    problem with combo box ?

    Hey Rick, The variable is a public variable. All I want to do is put in a manual text which is not in the array. Are there some opportunities ? FILIP
  6. FILIPM

    problem with combo box ?

    Hi Guys, It is probably not a difficult question, but I never did this before. I have a form with a combo box. The rowsourcetype is an array which I fill up in the load of the form. The style property is dropdown combo. The control source is a memory variable(characters 50 length) this variable...
  7. FILIPM

    Combo box not editable?

    hey, if the combobox is in a form just put the method style in te layout department on dropdownlist i hope this is usefull to you wmg, FILIP MERLIER
  8. FILIPM

    Problem with refreshing pageframe pages.

    hello bigdavidt, have you already tried thisform.pageframe1.activepage=2 thisform.pageframe1.page2.refresh
  9. FILIPM

    vfp7.0 and winfax pro 10.0

    Dear Mike, I convert my report to a pdf file and then send it to the printer winfax. I want to know how to fill in automatically the phone number and the company name. I didn't found much on the net. So any starting code or suggestions would be very appreciated. Filip Merlier
  10. FILIPM

    vfp7.0 and winfax pro 10.0

    Dear colleges, Has anyone already made a program in vfp sending a fax from a crystal report seding it with winfaxpro 10.0 Any help would be appreciated. FILIP MERLIER
  11. FILIPM

    sending multiple attachments

    Hi Guys, My boss has a new toy, namely me. I make offers in vfp7 and make de report with crystal reports. Then I send the PDF or word file like this : m.xxattach="c:\foxprow\"+ALLTRIM(m.ccklant)+ALLTRIM(STR(m.ccbonnr,10,0))+".PDF" xxattach=m.xxattach oCRApp =...
  12. FILIPM

    TABLE LAYOUT

    Thank you Mike, This works fine. But In the other tip it was something with setting a font to courier new length 10 or something like that. I don't know wthat this set display to vga50 does for my other programs. Can it harm something ? Wfg, FILIP MERLIER
  13. FILIPM

    TABLE LAYOUT

    Dear Guys, Last week somebody asked the same question as I will ask now. I searched on the tips but I cannot find it anymore. The question in fox2.6 when you say display struc to printer prompt everything is on one line. In the tip there was an answer to do this also in vfp7.0...
  14. FILIPM

    send mails problem

    Dear Experts, I have a form in which a have a crystal report in which a make a pdf file. code is : oCRApp = CREATEOBJECT("crystalruntime.application") oRep = oCRApp.OpenReport("offerte.rpt") oExport = oRep.Exportoptions() oExport.Destinationtype = 1 oExport.FormatType...
  15. FILIPM

    Printing problems with crystal in vfp7.0

    Hello Experts, I finally got it right to make crystal reports, gave a good preview, can export it to any printer(in the preview), ... So far so good. I have 2 questions now. 1)How do I send the report to a specific printer (all the printers are installed on the server (program ms server 2000)...

Part and Inventory Search

Back
Top