You are currently browsing the post archives for March 2011.

VB.Net – “…any public member or cannot be found…” message

Posted on March 30, 2011 at 8:20 pm in

So I’m playing around with Visual Basic in VisualStudio 2010 Express and I’m planning on importing some code from an old VB file I squirrelled away a while ago. I create my project and define a new class and then copy/paste out of the old code. Intellisence immediately squawks and I get the message “The…

VB.Net – “…any public member or cannot be found…” message - the full story »

PowerBuilder – Setting column value without looping through all rows.

Posted on March 3, 2011 at 8:00 pm in

A question came up on the TekTips website about setting a column in all the rows in a datawindow to the same value without looping through. In this case the writer was loading data from over one hundred Excel files and wanted to track the filename of where the data came from. At first I…

PowerBuilder – Setting column value without looping through all rows. - the full story »

PowerBuilder ‘Gotcha’ – SQLServer OLE DB and Identity columns

Posted on March 2, 2011 at 8:20 pm in

So I get a new machine at work and I’m busy loading all my development tools on it as well as changing settings and all such stuff. SQL Server and PowerBuilder get installed and upgraded, connected to Source Control, and I run the application from within the IDE. Things are fine until I insert a…

PowerBuilder ‘Gotcha’ – SQLServer OLE DB and Identity columns - the full story »

Top