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 strongm 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: *

  1. thelearner

    rpgle call java poi to modify excel

    Thanks MdnghtPgmr.
  2. thelearner

    rpgle call java poi to modify excel

    Hi MdnghtPgmr, Can you please forward the email to me? Here is my email addr. rapeek@carmnet.com Thanks in advance
  3. thelearner

    rpgle call java poi to modify excel

    It doesn't have to be 'original file'. However, I would like to maintain the original features of the original excel file, ie font size, data format, etc. Thanks.
  4. thelearner

    rpgle call java poi to modify excel

    Hi, For example, we get excel file from the user that have the following 3 columns: client# invoice# quantity The user would ask me, base on the client# (1st column), to look up for the $amount in the database file and write it back to the last column (4th column) in the original excel. Thanks
  5. thelearner

    rpgle call java poi to modify excel

    At that site, I only see articles and threads about either read from excel or write to excel but not modify it. I used to post this question over there but never get any response.
  6. thelearner

    rpgle call java poi to modify excel

    Hi, Does anyone have a sample pgm that use rpgle call java poi to modify excel (or at least any article that I can reference to)? Thanks.
  7. thelearner

    \a doesn't beep

    So, is there anything I can do to make it works. If not what's the alternate command or keyword for the beep? Thanks
  8. thelearner

    pointer

    I know Hammer. I make it loop just 10 times just to see some sample result. >> the first time through the loop, the value of values[1] is undefined<< I just want to compare between 1st and 2nd elements so I have an idea what's going on.Thanks any way. I changing to %f as cdlvj point out and...
  9. thelearner

    pointer

    Hi, Here is my program snippet. It suppose to set the entire array to 37.0. But why does it show 0 when I output the 1st 2 elements. Is something wrong on my printf statements? Thanks in advance. float values[100]; float *pt3; int ii; pt3 = values; for (ii =...
  10. thelearner

    control-d

    Thank, it works now. Earlier I did not hit ctrl + 'Z' on its own line. Trickly stuff! Thanks all for your help.
  11. thelearner

    control-d

    Yes, I tried both and did exactly as you mentioned. (the other replied, CLICK9, was from me too. I use someone else computer and did not relieze about the userid until it's too late.)
  12. thelearner

    control-d

    I hit 'enter key' after 'ctrl' + 'z'. The cursor move to the next line and notthing else happen (beside the ^z that I got from pressing ctrl + z).
  13. thelearner

    control-d

    Hi, I'm using DEV-c++ v.9.9.0 on window2000. Thanks
  14. thelearner

    control-d

    Thank for the tip, Salem. ChipperMDW, I tried pressing "ctrl" + "Z", it added ^Z after my text. Still did not show "Press any key to continue ...". Thanks
  15. thelearner

    control-d

    Hi, I have a program from the tutorial that is suppose to count the lower case character. The tutorial said that I have to enter control-d or control-z after the last line of my text to indicate end of file. When I excecute my program, I got a blank screen. Then I typed a line as below and...
  16. thelearner

    newbie: how to use Dev-c++

    thanks for the response. Another question, for each program that I created, after compiling I got 4 files (hello.dev, hello.c, hello.o, hello.exc). Do I suppose to have all these?
  17. thelearner

    newbie: how to use Dev-c++

    Hi, I just installed Dev-c++ and Tried to create my first hello world program. After I finished coding, I click ctrl + F9 to compile (with no error). Then I press ctrl + F10 to run, there was a quick flash came out (couldn't tell what it was). I thought I was going to get "hello world"...
  18. thelearner

    align picture within field set

    Hi XTC269, It works now with some minor change. I have to change the width to 100% and then it center just the way I want (verticlely and horizontally). <table border="0" cellpadding="0" cellspacing="0" width="100%" height="400"> Thank you very much
  19. thelearner

    align picture within field set

    Hi all, I triey all the suggestions.Only with this <fieldset style="width:300;height:400; border: solid 3px red; text-align: center"> that my picture is centered. However it's only center from left to right but not from top to bottom. I want it to be cetered right in the middle of my border...
  20. thelearner

    basic ASP question

    So, because CITY is not a variable name but a field name. But in another string, strClient=Ucase(request("clientcode")) CLIENTCODE is a variable name, why do we need "" now? very confusing! Thanks in advance.

Part and Inventory Search

Back
Top