Search results

  1. S

    sax parsing & hierarchical relationships

    I'm banging my head against the wall a bit with regards to the sax parser & hierarchical relationships. Suppose I have some xml representing a hierarchical relationship that I wanted to store inside a table ... something like: <category id="0"> <category id="1"> <category id="2" />...
  2. S

    screen buffer access

    Hi all. 9.1E 04, Win32 GUI. Is there any way to pass the screen buffer of a record as an input parameter to a UDF? Similar to my_udf(buffer customer) but using the screen rather than record buffer? I'm really trying to avoid passing individual fields i.e. my_udf(customer.name:screen-value...
  3. S

    v8 to v9 .w portability?

    This is mainly a curiousity issue as I think I'm stuck re-touching 200+ screens at this point. I'm working with an application written in v8. It was known that some of the screens had been manipulated by hand and would no longer open in the UIB. I had anticipated much manual work involved in...
  4. S

    UDF return error weirdness

    Can anyone explain why in the following piece of code, the message statement ("my my-int function DOES NOT behave as I'd expect") is executed? def var v-char as char no-undo. def var v-int as int no-undo. function my-int returns int (input v-char as char): def var v-int as int no-undo...
  5. S

    Web Developer

    NOTE: Send all inquiries to jkinslow@alphashirt.com BroderBros., Co. is the largest national distributor of imprintable sportswear in the United States. We operate 16 distribution facilities and 6 call centers strategically located throughout the United States...
Top