Search results for query: *

  • Users: eaohen
  • Content: Threads
  • Order by date
  1. E

    Formatting a programatically created column..

    Hello Everyone I have a question that maybe somebody can help me with: I am trying to figure out the best way to format a column created at runtime. of course naturally the following code doesnt work: [B]Dim dcFutureViews As New DataColumn("Totals", GetType(String)) dcFutureViews.Expression =...
  2. E

    Question about storing the value of a record..

    Hello, I am new to programming and I am using Dreamweaver cs4 and Visual web studios to develop applications... I have a question, and it may seem simple but It has me completely confused. Basically below is the code I am using, I am trying to store variables from user input, then use these...
Back
Top