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 John Tel 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: fluppeke
  • Content: Threads
  • Order by date
  1. fluppeke

    dbf files made in clipper

    Hello Experts, Another question, In serveral firms I work the program cubic for dos is used. This is a bookkeeping program. It is made in clipper. So far no problem. In my program I use this tables. Tables are made in dbase IV(or dbase III) with ntx index files. Is there any way to use this...
  2. fluppeke

    Index problem on cursor

    Dear Experts, For You it might be a very simple answer on the following question: In the load of the form I make a cursor file: create cursor tmpclient; ( client C(8),; order N(10,0),; orderdate D(8),; ............ end...
  3. fluppeke

    problems with dbf files

    Dear Experts, I have a problem I can't solve alone. I did an upgrade from by vfp7 sp1 program to vfp9 sp1. I also made a new setup procedure. When I run on my computer (vfp9 sp1 complete installed) there are no problems. On the computers of the users with xp sp2 and having runned my setup...
  4. fluppeke

    tools ?

    Hello Experts, I am programming in visual foxpro 9.0. I have a client that is using pervasive sql Until now het used pervasive sql 8.5 In the 8.5 there was an option tools with fantastic tools as query grid builder. Now the client has chosen to upgrade to 9.5 but I can't find the easy using...
  5. fluppeke

    moving forms

    Dear Colleagues, I have write a program in vfp7 sp1. No problem with it. What really is a problem is that on the pc's with desktop speficiation windows xp style i can't move the forms. On those with windows classic style no problem. All the users are on pc's with windows xp sp2 and they would...
  6. fluppeke

    serching for files in directory

    Hey Guys, Is this possible ? A have a directory x In this directory and it subdirectory's i would like to see all files with the last access date on the files Has sombody this already done ? Wfg, Filip
  7. fluppeke

    vfp7 and searching tables in sql2000

    Hi You experts, I have a program made with vfp7. Now I would like to know if a table exists under sql 2000 and if the table exist, I would like to know if all ingredients are present. for example : table rates if the table rates exists I would like to know if zone end_year exists. if it...
  8. fluppeke

    printer preview

    Hi college's, A Client asked me if it is possible to access to printer box while printing to printer preview If I want to print from the preview it always print to the default printer Any Suggestions are very wellcome, *REPORT FORM repprov.frx PREVIEW Filip
  9. fluppeke

    report header

    Hi Guys, Either or I am stupid or Either i can't find it anymore Working with vfp7 sp1 I am looking in the reporting for the report header and footer. I don't know how to find it anymore ore am I confusing with crystal reports Any help to make a report footer would help Filip Merlier
  10. fluppeke

    page number

    Hi Guys, I have to make a report in vfp7 reporting with in the page footer : for example : page 7 of 12 I there a function like _pageno for this matter wfg, FILIP MERLIER
  11. fluppeke

    excel automation

    hey experts, I have a form in which a file up a file My boss asked be to make an excel file from this file with excel automation. I pretty new in this thing so as many help as possible would be very helpfull The file is stucture as follew field a date field field b N(10) field c memo...
  12. fluppeke

    integrals

    hey guys, is it possible to work with intergrals in visual fowprow 7.0 sp1 I should need it for statistic possibleties. I got a formula from my boss wich use integrals. friendly greetings, Filip Merlier
  13. fluppeke

    path problem

    Hey Guys, My problem, I have many users on my server. The all get drive letters in which they can search I made program in which i make a connection to an xls file for 1 user it is h:\xxx\aaa.xls for user 2 it is i:\xxx\zzz\aaa.xls how can i get the path which is on de server...

Part and Inventory Search

Back
Top