Search results

  1. PrJlndni

    Using Xml To Create Excel File

    Abbas, You should call the class procedure (xmlSpreadMultiSheet.p) that I uploaded above to create the xml file. -Pr
  2. PrJlndni

    Using Xml To Create Excel File

    Good day Abbashatim, Can you attached the procedures that you are using? So that I can see where's the problem. Thank you. -Pr
  3. PrJlndni

    Using Xml To Create Excel File

    This is already solved. Thank you very much Masters. I already found out the answer using this: tth:ADD-NEW-FIELD("t_ItemNo","character",0,"","","","ITEM NO").
  4. PrJlndni

    Using Xml To Create Excel File

    Hi Masters, @Osborne: Sir, thank you. It worked. I have this last problem tho. Do you know how to change the column-labels of the added fields? @HTH: Thank you Sir. I will definitely download and read it.
  5. PrJlndni

    Using Xml To Create Excel File

    and got this error.
  6. PrJlndni

    Using Xml To Create Excel File

    Hi Osborne, The following are the samples I've been using to get the result.
  7. PrJlndni

    Using Xml To Create Excel File

    Sir, I've been trying them already but I can't get the result. All I want is to transfer the handled values to a real temp-table. I don't know how to do it anymore. I always get stucked in the buffer-handle area. Pr.
  8. PrJlndni

    Using Xml To Create Excel File

    Hi Sir Osborne, Do you know how to dynamically create a temp-table fields? Pr
  9. PrJlndni

    Question Excel Modification (character-based )

    Hi everyone! I am new to Progress. I have lots of knowledge to learn. I beg your pardon if I ask a lot of questions. I have this new task that makes me think terribly. We are using OpenEdge Progress 11.3.1; Running Programs in Linux Server. The sample codes below are my referenced codes that I...
  10. PrJlndni

    Using Xml To Create Excel File

    Hi everyone! I am new to Progress. I have lots of knowledge to learn. I beg your pardon if I ask a lot of questions. I have this new task that makes me think terribly. We are using OpenEdge Progress 11.3.1; Running Programs in Linux Server. The sample codes below are my referenced codes that I...
  11. PrJlndni

    Using Xml To Create Excel File

    It's okay Sir. Thank you. :)
  12. PrJlndni

    Using Xml To Create Excel File

    Sir, We can't use ActiveX libraries to this program. Our server is running on Linux.
  13. PrJlndni

    Using Xml To Create Excel File

    I used toggle boxes for modification, but the thing is, how to do the modification since the whole temp-table is being used in the process.
  14. PrJlndni

    Using Xml To Create Excel File

    I used the following samples for my current application. The thing is that, my current application should modify the columns. For example, I only want column: my date, money and really a number. to be in my excel data. Please. If you have idea, please do share. Thank you very much. It's highly...
  15. PrJlndni

    Using Xml To Create Excel File

    Hi Sir, We are running our character-based applications using ssh client. I already solved this one just now, but I have this new problem on how to modify the columns. Have you ever tried this one? Regards, Pr
  16. PrJlndni

    Using Xml To Create Excel File

    this is the xmlspreadsheet.p
  17. PrJlndni

    Using Xml To Create Excel File

    Hi Everyone. Can anyone help me with this? :(
  18. PrJlndni

    Using Xml To Create Excel File

    This is the sample code I used. DEF TEMP-TABLE foo FIELD t_ItemNo LIKE FAIS.Inventory.InvCode COLUMN-LABEL "ITEM NO." FIELD t_InvID LIKE FAIS.Inventory.InvID COLUMN-LABEL "INVID" FIELD t_Desc LIKE FAIS.Inventory.InventoryDesc...
  19. PrJlndni

    Using Xml To Create Excel File

    The result of the sample program is this: But then, I want this result:
  20. PrJlndni

    Using Xml To Create Excel File

    Hello Everyone. Good day! I have tried the uploaded source codes that will create excel file thru xml here PEG Utilities Page. But then I have the following questions: 1. Can I insert titles? or other headers to the excel file? e.g. Accounting Department Username and Date Column...
Back
Top