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!

Recent content by pepmarti

  1. pepmarti

    having max of date & Time in group selection

    Try to acumulate the date in a shared variable In the detaills section compare de actual value in the shared with the recordset. if the value is > then store it in the shared value. In The header group store the value in the shared value for ini the variable. Then you have a variable lastdate...
  2. pepmarti

    Two Reports in the same Page

    I can't to create a diferent table view. Thanks for your time.
  3. pepmarti

    Two Reports in the same Page

    My crystal version is 9.0 or 11.0 Yes i Want 3 identically copies. I have 3 group header and in each group header one subreport. sorry for my english
  4. 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...
  5. 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...
  6. pepmarti

    "Pure Virtual Function Called"

    Try to configure with the PS Driver (PostCript).
  7. 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 =...
  8. pepmarti

    Find a person who has any experience with Call32.DLL

    i have experiencie in this dll. what do you need ?
  9. pepmarti

    How to draw ?

    ok, but i cant to write lines in a file... only ascii characters ... that is my problem. I can write ascii characters but is very hard to paint with ascii charactes ... Thanks for all Another Idea ?
  10. 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
  11. pepmarti

    Copy protect

    What type of protection ?... low or hight protection ?
  12. pepmarti

    USE ShellExecute API in Foxpro 2.6. for WINDOWS

    ok, i need to execute a windows program like .. calc.exe but i don't want to use RUN &quot;calc.exe&quot;. I want to use ShellExecute in API SHELL32.DLL
  13. pepmarti

    USE ShellExecute API in Foxpro 2.6. for WINDOWS

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

    PRINTING ON SERIAL PORT IN W2000

    I'm using Foxpro 2.6 for Windows. How I can to print throug windows ... i need to open a cashdraw, sending especial characters. Thanks for reply
  15. 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 ?

Part and Inventory Search

Back
Top