I am having trouble in 2007 r3 with a function not accepting the same
parameters it was under previous versions. Can anyone lend a hand on whats
going on here
Parameters are:
caption As String, c As Color, bw As Integer, bh As Integer
I am using it like this:
Dim w As Integer
Dim h As Integer
Dim txt As String
Dim col As Color
w = Val(efWidth.Text) //val of a text box where integres are entered
h = Val(efHeight.Text) //val of a text box where integres are entered
txt = cbFields.Text // string for a text number
col = kSpecBackColor // this is a constant declaration for a color -
&c97AEC9
gDragBtnCtlr.MakeButton( txt, col, 100, 35 )
Anyone know what the difference in 2007 is accepting that value as a color?
I have been reading the release notes etc, but Im not finding anything on
it.
Thanks,
-seanA
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|