Kaydet (Commit) e33045c3 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS extras6 (1.22.10); FILE MERGED

2003/05/14 15:21:52 bc 1.22.10.1: #108984# problem with date-time field solved
üst 787e9dfc
...@@ -269,7 +269,7 @@ Dim oGroupShape as Object ...@@ -269,7 +269,7 @@ Dim oGroupShape as Object
oTimeShape.SetSize(aSize) oTimeShape.SetSize(aSize)
nDBWidth = nDateWidth + nTimeWidth + 10 nDBWidth = nDateWidth + nTimeWidth + 10
oGroupShape.Position = aPoint oGroupShape.Position = aPoint
oGroupShape.Size = GetSize(nDBWidth + 10 + nTimeWidth, nDBHeight) oGroupShape.Size = GetSize(nDBWidth, nDBHeight)
Set oDBShapeList(i)= oGroupShape Set oDBShapeList(i)= oGroupShape
End If End If
CheckOuterPoints(nXDBPos, nDBWidth, nYDBPos, nDBHeight, True) CheckOuterPoints(nXDBPos, nDBWidth, nYDBPos, nDBHeight, True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment