Search:

Type: Posts; User: FrankCLT

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. I would say a blank since it could be a paragraph...

    I would say a blank since it could be a paragraph as below. In JD Edwards this would be stored in what we call a Media Object it would be 1 continues text field that I would need to parsed into...
  2. Function to Parse a Text field into 100 Character fields

    Hi All,

    I'm a novice when it comes to C but am familiar with Oracle JD Edwards C functions.

    As the title states, I need to parse a text field that will be about 1500 characters into columns...
  3. This does work, and its actually quite fast. ...

    This does work, and its actually quite fast. I've got this code being called after the user clicks "OK" on an iterative screen, so when the user does go back into the application and review the...
  4. This is probably gibberish since its C with a JD...

    This is probably gibberish since its C with a JD Edwards twist to some of the commands.

    This code works, but just not sure how someone with actual C programming would read from the table that...
  5. I did, I will post my code for the above...

    I did, I will post my code for the above exercise. Just need to see if I'm on the right track.

    Thank you,
    FrankCLT
  6. Effective From and Thru Date Change In a Work File.

    Hi All,

    Figure A is how the work file currently looks; I would like to update it to resemble figure B:



    Figure A:
  7. Replies
    18
    Views
    4,446

    Thank you so much. Worked like a charm......

    Thank you so much. Worked like a charm......
  8. Replies
    18
    Views
    4,446

    Thank you.....

    Thank you.....
  9. Replies
    18
    Views
    4,446

    Thank you for your patience, one more question,...

    Thank you for your patience, one more question, in your example the "printf" would be my array?
  10. Replies
    18
    Views
    4,446

    Hi Salem, I can't get that code to work. In...

    Hi Salem,

    I can't get that code to work. In your example the "for" assumes a 15-record count. And appears to be using the table as the array. I will read 1 record at a time search the array and...
  11. Replies
    18
    Views
    4,446

    Wow, that was quick. Thank you for the speedy...

    Wow, that was quick. Thank you for the speedy response.

    I will tweak and give you an update.

    Thank you,
    FrankCLT
  12. Replies
    18
    Views
    4,446

    Salem...Yes, the columns are Customer and Order...

    Salem...Yes, the columns are Customer and Order Number
  13. Replies
    18
    Views
    4,446

    Hello, Oracle JD Edwards E1 is a globally used...

    Hello,

    Oracle JD Edwards E1 is a globally used ERP system and part of its development toolset is C language that they have added some Oracle specific features, but under the hood it is still C.
    ...
  14. Replies
    18
    Views
    4,446

    Table Data What I need array to look...

    Table Data What I need array to look like when filled
    Customer Order# Customer Order# Index
    102140 3349553 102140 3349553 0
    102140 ...
  15. Replies
    18
    Views
    4,446

    Apologies, that is last thing I wanted to do is...

    Apologies, that is last thing I wanted to do is make it more difficult and time consuming for those helping.

    Here is a copy and paste of my code that I use for another task but would be my...
  16. Replies
    18
    Views
    4,446

    I've posted the .pdf containing the snippet of...

    I've posted the .pdf containing the snippet of code that i am tweaking for the process outlined in the post. I can post the actual code from the .c file if thats what you mean? As for the data, not...
  17. Replies
    18
    Views
    4,446

    Read Table Record and Write to Array

    I have been tasked with what I hope I explain in a way that is understandable.

    In this data pull, the user will have an option to limit the number of Orders to pull for a given Customer. We...
  18. CHEERS !!! Thank you ALL for your...

    CHEERS !!! Thank you ALL for your support.....That worked great...

    I was able to add some additional array elements to make it even more useful for the end user.


    FrankCLT
  19. laserlight.....here is your sample rewritten... ...

    laserlight.....here is your sample rewritten...



    j = 0;
    duplicate_index = 0;
    bDuplicate = FALSE;
    for (i = 1; i < vMax; i++)
    {
    ...
  20. I will most definitly give this a go...... ...

    I will most definitly give this a go......

    Cheers....and Thank you,
    FrankCLT
  21. The debug actually shows what is being populated...

    The debug actually shows what is being populated in aBoxTrkD after the "for" loops are complete.

    aBoxTrkA is being populated from one of our shipper tables.

    We do have a support contract with...
  22. So, when done aBoxTrkD should look like aBoxTrkA...

    So, when done aBoxTrkD should look like aBoxTrkA minus this entry....8 085085000303985620 1Z8R9A510346043690.
  23. Below is the code and debug....the data is also...

    Below is the code and debug....the data is also represented, the red highlighted row should NOT be in aBoxTrkD[j].szBoxNumberStringD. Hope this helps. When looking at the Debug, there shouldn't be...
  24. Just did a search of ALL .c files and nothing...

    Just did a search of ALL .c files and nothing found as outlined in your example. I'm having difficulty in looping through Array A and selecting the multiple occurrences. I have tried many...
  25. Thank you for your input....In your explanation...

    Thank you for your input....In your explanation you mention std::map<std::string, std::size_t> unfortunately, I haven't seen this syntax in the C++ toolset\samples I have in the Oracle JD Edwards...
Results 1 to 25 of 26
Page 1 of 2 1 2