Search results for query: *

  1. J

    Sql Params and getDate()

    You can move this function out of your code and into a Store Procedure on the server. Then just use the GetDate function with the StoreProc.
  2. J

    String formating issue

    I am formatting a string to put onto a report. The string needs to be vertical because it is displaying a Height value. I dim a format and set a formatflag of .directionvertical like this ... Dim format As New StringFormat format.FormatFlags = StringFormatFlags.DirectionVertical The issue...
Back
Top