Search results

  1. E

    Inserting datas in Excel

    Hi guys. I have a little problem when I try to send data to Excel. At beginning I did a program, and declared global variables because I was calling to different procedures that were inside of my program .w and without problems, but now all these procedures I have to use them as .p. The issue...
  2. E

    Page Setup in Excel

    Hi guys. I have a problem trying print in Excel. I need print an ID I have worked with the next codes: chWorksheet:pageSetup:TopMargin = chExcel:CentimetersToPoints(0). chWorksheet:pageSetup:LeftMargin = chExcel:CentimetersToPoints(0). chWorksheet:pageSetup:RightMargin =...
  3. E

    Insert an image on header

    Hi all Somebody can suggest me a solution please: I want insert an image in the header of Excel, but I don't know how do it. I am using this line to insert a text: chWorkSheet:PageSetup:LeftHeader = "Hola". and without problems. But with images, how could be? the versión of my Excel is 2010...
  4. E

    Open file pdf

    good afternoon gentlemans I have a doubt. I want open a file of PDF at the momento of push a button, but I don't know the sintaxis for do it. I want to do an application, that first find some employee, when all information about this employee is in my form(for example a date of some course or...
  5. E

    Order excel sheets at runtime

    Hi, I have a doubt about how I can order the sheets in excel at the moment of generate it. I create the sheets with the next sentences: chWorkSheet = chExcelApplication:Sheets:ADD(). chWorkSheet = chExcelApplication:Sheets:ITEM(1). but the excel sheets begin to be created from right to...
  6. E

    Query to Table SYS

    Hi, somebody can tell me How can query the tables SYSATTACHTBLS, SYSBIGINTSTAT, SYSCALCTABLE, SYSCHARSTAT, SYSCOLAUTH, SYSCOLSTAT??? Thanks
  7. E

    Query with a field calculated

    HI, I NEED TO KNOW HOW I CAN DO A QUERY WITH A FIELD CALCULATED. I HAVE MY BROWSE, AND I DID A FIELD CALCULATED, AND I HAVE OTHER WINDOW, I´AM TRY DO A QUERY FOR CAN OPEN THE OTHER WINDOW ACCORDING WITH THE VALUES OF THE BROWSE. MY CODE IS: ON CHOOSE OF BTN-PCONTABLE DO: FIND M_polizas...
  8. E

    Validate a button

    Hello, someone know how to validate a screen. What I want to do is that to the moment to press a button my procedure is executed in case it is proved, but them finds that there throws myself a box of text that says to me that did not find records. This is the code that I have in my button...
  9. E

    Browse with criteria

    Hi I have a doubt. I am trying to show the information of an invoice, only that an invoice can come from different companies, and what I want is that there appears only a company that is called IPC and this one has a related field that calls cve_empresa, but on having showed it in the browse...
  10. E

    Error232:Missing FOR,FIND or CREATE for a table

    I am trying to pass parameters, but this mistake goes out for me. Already define and declare the parameters, and when I try to do called from a button not leave me.This way I give the orders to call it: RUN contabilidad.w(poliza, cve_empresa, cve_zona). And this mistake appears...
  11. E

    Eliminate double quote in output of report

    Hi, Iam new in this foro. Well, I have a problem with my code. I want that in the output of my report, don´t show the double quote, I have tried with the statemente stream-io, but it doesn´t work. The output is this: "C 110100000000000000000 CAJA MXP...
Top