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 TouchToneTommy 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: pepmarti
  • Content: Threads
  • Order by date
  1. pepmarti

    Two Reports in the same Page

    I want to create a report that simulates three copies in oneself A4. I have created it using 3 subreports and linking with the table that has the detail information. The problem is that the subreport has a high one fixed and if the details overcome the high, i don't know to make the rest of...
  2. pepmarti

    External Function

    Hi I have a Interbase database and I try to extract the data to another aplication. When i try to view de table in the interbase Console, it display that. Invalid request BLF at offset 80 function f_year is not definided module name or entrypoint could no be found. What i can do for extract...
  3. pepmarti

    How to calculate the IBAN digit control

    entidad = &quot;4545&quot; oficina = &quot;4545&quot; dc = &quot;30&quot; compte = &quot;4545454545&quot; *** donde 1428 es el de españa *** devuelve un nº si es < 0 hay que añadir &quot;0&quot; iban = entidad+oficina mod_1 = mod(val(iban),97) iban =...
  4. pepmarti

    How to draw ?

    I need to make a drawer in foxpro, anybody know how ? I have a screen that using &quot;on key label&quot; draw lines with the cursos but i don't know how to save this in a file, or text file ... Thanks
  5. pepmarti

    USE ShellExecute API in Foxpro 2.6. for WINDOWS

    In Need to use The ShellExecute Function in Foxpro.
  6. pepmarti

    PRINTING ON SERIAL PORT IN W2000

    I need to print a character in a serial port (COM1 or COM2). I haven't any problem in W98 buy in W2000 is imposible... What I can do ?
  7. pepmarti

    I have an VB aplication with SQL Se

    I have an VB aplication with SQL Server. When MS-ACCESS 2000 is off my aplicattion is so slow and when I start the MS-ACCESS 2000 my aplication is running fine. Why? What i need to change that ? Thanks
  8. pepmarti

    Make Fast your FPW 2.6 Program in WNT and W2000 !!!!

    I you want to make fast your FPW 2.6 program in WNT and W2000 put this line in your config.fpw ROSOURCE={local directory that are in all terminals} example: RESOURCE=c: This line make that your FOXUSER.* are in you local disk. And make your aplication very fast.
  9. pepmarti

    SET VIEW AND WINDOWS 2000

    I HAVE A SERVER IN WINDOWS NT. WHEN I TRY TO DO A SET VIEW TERMINAL IN W98 THE ACCESING TIME IS SHORT. WHEN I TRY TO DO A SET VIEW TERMINAL IN WIN 2000 THE ACCESING TIME IS VER LONG. WHY? i need a solution. PD.- I NEED A HELP!!!!
  10. pepmarti

    How to add a task to the W NT task manager

    I need to know how to add a task in the Windows NT task manager?
  11. pepmarti

    Copy long-filenames with Windows foxpro 2.6

    I have solved copy longfilenames with Foxpro 2.6 and WIndows API. You like to know how ?
  12. pepmarti

    How to merge 2 excel files in 1 file ?

    I need to merge 2 excel files in only 1 file. With excel or other external program. The columns are the same. Thanks
  13. pepmarti

    DDE with WORD 97

    I need to conect my program in fox with a WORD97. I need to send the cursor to a bookmark in my word documento from my foxpro aplication to insert a txt in this place. I'm using the instruction: log = DDEExecute(myfilechan,'[InsertFile &quot;c:\file.txt&quot;]') To insert the file txt buy i...
  14. pepmarti

    How To Use API &quot;CopyFile&quot; in Foxpro 2.6 ?

    I need to know how to use the API &quot;CopyFile&quot; in foxpro 2.6. pepmarti@teleline.es Thanks
  15. pepmarti

    HOW MANAGE LONG FILE NAMES IN FOXPRO 2.6 ?

    i need to copy a long filename file to oder folter in Foxpro 2.6. Thanks pepmarti@teleline.es

Part and Inventory Search

Back
Top