former_member313236
Explorer
Member since ‎07-20-2015

User Statistics

  • 23 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I got dynamically built DDDW column which has an null option.The string representation of the values attribute looks like this: values="Unknown~tNull!/Sweden~tSE/Latvia~tLV/" The option Unknown has the value "Null!" which means that it will be an...
Hi everyone!What is the best way to connect a 64-bit Powerbuilder app to SQL-Server?I have a 32-bit app which uses PBOLE126.DLL, as far as i know there's no 64-bit equivalent to this .dll file. I need to make it an 64-bit app because it requires more...
I'm trying to get the file/product version number of the application built by Powerbuilder.A quick google gave me this:FUNCTION integer GetFileVersionInfoA & ( REF string lpFilename, REF ulong lpdwHandle, ulong dwLen, & REF string lpData ) &...
Hi everyone!A customer reported an error message which said:"Error in the application."Does anyone know if this is actually a powerbuilder error message?My code doesn't generate this error message but other systems are integrated in this part so it m...
Hey everyone!Currently I have a DataWindow with a DropDownDataWindow (DDDW) in a column (let's call it columnA).Problem is that they now want different dropdown values for different rows of columnA. Because the ID which is stored in the columnA is no...