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. SvenODB

    Passing a structure array

    Maybe it works different in the Powerbuilder.Net version? It might be a bug in the .Net version.
  2. SvenODB

    Passing a structure array

    OK, passing as reference parameter works. I will do it that way. FYI: * while I was trying some things I found out that this doesn't work either: str_Log lstr_Log1[] str_Log lstr_Log2[] // some code to file lstr_Log1 lstr_Log2 = lstr_Log1 lstr_Log2 is empty here. * Passing a filled...
  3. SvenODB

    Migrating PB11.2 application to PB12.5 and TFS 2010

    The reason why TFS doesn't recognize the migration is because no code did change during the migration. PB does keep a flag in the source to store in which PB release the object (window/datawindow/...) was saved. But this flag does not change during migration. It will be changed if you make some...
  4. SvenODB

    Passing a structure array

    I have a window that calls a function of a NonVisualObject. I want the function to return an array of a structure. The array of structure is empty when it returns to the window, alltough I'm sure it's not empty in the function. When I debug the program, and watch to the strucuture array in the...

Part and Inventory Search

Back
Top