Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19

Thread: Nulls replaced by blank problem

  1. #16
    Join Date
    Oct 2002
    Posts
    161
    Ran your code and attached the results.
    Attached Files Attached Files

  2. #17
    Join Date
    Oct 2002
    Posts
    933
    that is strange..
    1. send you the dll again and try again..
    2. if stil the same then try refresh the CSS dir again (just pick one style)

    FK

  3. #18
    Join Date
    Oct 2002
    Posts
    161
    That latest dll seems to work fine, I'll do some more testing.

  4. #19
    Join Date
    Oct 2002
    Posts
    161
    Found one more problem with version 4.5.27.10.

    If you specify a size on an update field, and you set focus on that field, the cursor goes to the second character instead of the first, see the code I included.

    Sub Page_Load(Source as Object, E as EventArgs)
    Dim Add1 As New tornado.z()
    With Add1
    .dbQP = "U=7|Mode=ty=dh!sysind=t|D=nwind|Q=employees|p s=-1|gdf=1|ni=b5,add,update|bm=employees;0| de=EditAction"
    .dbEditAddFlds = "1,2,3,4"
    .dbEditUpdateFlds = "fi=0|Ty=RONOUPDATE,1,2,3,fi=4|typ=tex|size=15 "

    '.dbUserUpdateTemplate =server.mappath("/tornado/templates/versiontest.htm")

    .ASPdbNET()
    End With
    end sub

    If you remove the size attribute, the cursor goes to the first character.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •