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

  1. C2GUICOBOL

    Hour Glass pause after logingOn to windows...

    Hello, I need your kind help with this problem. I am using a windows 2000 professional box (Compaq Presario Desktop), its a standalone machine with all the updates and all the service packs and fixes. works like a Charm with no problem at all. However, in the past three weeks, after bootingUp...
  2. C2GUICOBOL

    How to keep a bitMap painted on a button?...

    Hi ChipH, Thanks for the reply. Should I also use the tabControl style TCS_OWNERDRAWFIXED, since I am painting a button on the tabControl ?? Regards.
  3. C2GUICOBOL

    How to keep a bitMap painted on a button?...

    Hello, I am having difficulty getting a bitMap to remain displayed on a tabControl. I have created a dialogBox with a memory template by calling the win32 "DialogBoxIndirectParam", and included a tabControl into the dialogBox with the function "CreateWindowEx", and the preDefined system class...
  4. C2GUICOBOL

    How to merge two tables into one...

    Hi Glen, thanks for the kind help. I will try your approach and see if I can get it to work. Thanks.
  5. C2GUICOBOL

    How to merge two tables into one...

    Hi 3gm and Glenn9999, I really appreciate you helping me with this problem. the SYNC clause is only for the mainFrame compilers, it is ignored on the PC though and treated as a comment. I have used the approach that glenn9999 have recommended -- but it did not help at all, the compiler is not...
  6. C2GUICOBOL

    How to merge two tables into one...

    Hi Glenn9999, I declared the master table as you have described above, however, the API function returns a -1 error code. Is there a way to declare the second table as a child of the first table? The MSDN website saying that the first table is a Header and the second table is a structure that...
  7. C2GUICOBOL

    How to merge two tables into one...

    Hi Glenn9999, thanks for the help. The items in table1 and table2 should not be combined into a single item (member) --- each table must keep all its items as an individual entity. Thanks.
  8. C2GUICOBOL

    How to merge two tables into one...

    Hello, can you please help me with this problem. I am trying to combine two tables (structs) into one single table (struct), so I can pass that incorporated table as a single parameter when calling an API? I am using micro focus NE 3.0 with windows 2k pro. case in point: 01 Table1. 05...
  9. C2GUICOBOL

    Using a Unicode string in cobol...

    Hello, I want to declare a Unicode string in my cobol program, the required size for that string would be a WCHAR variable in the C++ header file, I am able to declare that datatype for my Unicode string, however, I am unable to use a PIC clause to indicate the size of that string. Can you...

Part and Inventory Search

Back
Top