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 Mike Lewis 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: *

  • Users: trdin
  • Order by date
  1. trdin

    How to read file in Informix-4gl

    Don't worry about it guys, i was able to figure it out using reports. Thanx anyway. trdin.
  2. trdin

    How to read file in Informix-4gl

    Hey Guys, Ok, i want to print the displayed information that i read from the files...if you remember i display the info like this: Name Description Date Name Description Date..... and so on. I want to print that information displayed on screen, i have tried using the unix cat command to...
  3. trdin

    Program Freezes when i try to open a window?

    Hey, I was doing some testing and the program freezes when it gets to the part where the cursor is open, maybe it helps to know that?, i really don't know what could be wrong. trdin.
  4. trdin

    Program Freezes when i try to open a window?

    Hey guys, I open a window containing a form for input, after i write the input on the first field, i call on a function that uses that input to display on a pop-up window information regarding that input. For some reason after i do the input on the field, my program freezes righ before it open...
  5. trdin

    Compare files?

    Hey guys, forget the previous post, i have already loaded the data from the files to 4GL, now i need to compare them line by line and display both lines from both files if they differ in so much as a character, i have been trying a lot of stuff but i don't know if i am doing it right, here's an...
  6. trdin

    How to read file in Informix-4gl

    Ok, you guys were right i need to pre-process the file, so i ask this, i know is a longshot, is there any way i can execute the Unix sed command from my program in i4gl?. Before the load statement. Thaks a lot, trdin.
  7. trdin

    How to read file in Informix-4gl

    Ok, i have been reading my files without problems, but i just got this error when i tried to read some files: -846 Number of values in load file is not equal to number of columns. Reading the Informix Error Messages, i think is beacuse of empty lines in the files. How do i skip the empty lines...
  8. trdin

    Casting Clob Data Types?

    Hey guys, Since IDS does not support the casting of Clob data types, i was wondering if there is a way around, i have a table that contain a clob field which i use to store text files, and i need to be able to compare two files to display their differences using i4gl, i'm using IDS 9.4 and i4gl...
  9. trdin

    Compare files?

    Hey guys, I have a table that stores files in a Clob field, is there any way i can for example get two files to compare them and display the lines where they are different?, something similar to the Diff command in Unix but in 4GL. Thanks a lot trdin
  10. trdin

    Create table from Informix 4GL

    Hey Guys, I'm trying to create a table from 4GL, but i want to be able give the name to the table, i mean Prompt for a name, store it in a variable and then create the table using that name stored in that variable, any thoughts? Thanks a lot trdin.
  11. trdin

    How to read file in Informix-4gl

    That's exactly what i needed!!! thanks a lot Shriyan, and to Ed too. trdin
  12. trdin

    How to read file in Informix-4gl

    Ok, dind't quite worked for me, i think my explanation was short, here's what i need to do. I already loaded my file into the temp table and the data is stored in this pattern without spaces between lines: Name Description Date Name Description Date..... and so on. I need to know if i can...
  13. trdin

    How to read file in Informix-4gl

    i had a similar problem and the method describe by vpshriyan works perfectly, but know i want to get that file i have loaded into the temporary table and insert it into a table in the database in a certain order, is that posible using informix 4gl? Thanks for your time, trdin

Part and Inventory Search

Back
Top