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!

Search results for query: *

  • Users: FILIPM
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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
  4. 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 =...
  5. 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...
  6. 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...
  7. 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)...
  8. FILIPM

    crystal reports(v.8.5) via vfp7 NUMBER OF COPIES

    Dear Colleges, I finally got to run crystal reports 8.5 in my vfp7.0 sp1 application. I have still one problem. I make an sql statement for printing invoices or .... For example : client 1 has invoice nr 100 and need 3 prints client 2 has invoice nr 101 and need 5 prints ...... I saw a code...
  9. FILIPM

    how to resolve a problem with crystal 8.5

    Hi Smart Guys, about thread184-748134 i put on tek-tips. I'm still not reaching what I want. It is working fine(printing) when I copy my file to a foxplus type. otherwise I get an ODBC error. I would really want to work with the visual file types. My code in vfp7.0 sp1 is : oCRApp =...
  10. FILIPM

    Exeption error code 20534 from crystal reports 8.5

    hello guys, I have a formset with a print function. When i push the print buttom i get the following code : My code is oCRApp = createobject("crystal.crpe.application") oRep = oCRApp.OpenReport("g:\develop\rap.rpt") oRep.Preview I get the following error : Ole...
  11. FILIPM

    help files

    Dear Colleges, I finally got to make a .chm file. In my main program i did put SET HELP TO merlijnhelp.chm When I start the main program and i push F1 the .chm file opens. So far no problem. The problem start when I open a form in my project and i push F1 i get the following message which...
  12. FILIPM

    difficult matter

    Hello feffow vfp programmers, In Belgium, there is a new law with the law concerning games of chance. In every game there has to be a GSM of something like it. I use vfp7.0 SP1 and I made a program for it. The trouble with this is how can I with a vfp program ring a phone to another GSM. Any...
  13. FILIPM

    about help ?

    Hi, I'am new at this. I want to make a help function. I have noticed you can make it in 2 ways. I would like the graphical way. I use vfp7.0 professional edition. My question : where on the cd can i find the program to make those help files. Do I have to download another program and is it for...
  14. FILIPM

    crystal reports(v.8.5) via vfp7

    Hello guys, I'am a bit new in crystal reports. Dispite a found a fantastic faq on tek-tips. The only thing i can't find is how do i pass the number of prints. Example : client a wants 4 invoices and client b wants 5 invoices. With witch parameters do I tell crystal to print 5 or 4 invoices in...
  15. FILIPM

    running a vfp 7.0 program on a server at a certain time

    Dear Colleges, I have a problem with the following thing. I have a program called download.exe It shoud run at 02.00 am but the server can not be logged on. The program shoud be running from this server. Is there a possible way to run this program. I tried the sheduled task on the server but...
  16. FILIPM

    Import only the result from the excelfile

    hey guys, i have a problem with complicated formula's. the only way they exist now is in an excel file. is it possible that i make a dbf file with for example : formulazone = excel sheet and formularesul = excel sheet.cell Can i import only the result from the excelfile. Otherways...
  17. FILIPM

    importing word docs in a memo field

    hey, I am still programming in vfox7.0 I have a little question. Is it possible to import a word text file (WITH THE FONTS) in a memo field so a i can use it in a report does someone has a tip ??
  18. FILIPM

    reparing an ftp file

    hey, I have a very urgent problem. I have a client who still works under fox 2.6a I am writing a new program in fox 7.0 BUT : in fox 2.6a i have a file with the good index, the good zones, only my memo file is corrupt. I already tried with a fix program but the only thing he doesn't repair is...
  19. FILIPM

    GROUP EMAIL WITH A PERSONALIZED WORD DOCUMENT

    hey, dear colleges sorry for my englisch, i am belgium. I have a client who wants to make a group email out of a form per personalized for example he wants to send dear sir ....(name of the e-mail client). this was question 1. question 2. he also wants to send a personalized pfd send with...
  20. FILIPM

    Linking a pdf file to a visual 7.0 form

    hey, I have a problem with opening a acrobat (pdf file) in a visual foxprow 7.0 form and opening this file in the form Did anybodey do this already, If so, I wood appricate the help FILIP MERLIER

Part and Inventory Search

Back
Top