2 questions
1) Has any one found a fix for the IDE bug involving the class builder utility, specifically that it adds the set keyword in the set method for a property
example copied directly from newly created property method in IDE
Public Property Get timestamp() As String
Set timestamp = mvartimestamp
End Property
the SET keytword in line 2 causes problems. No big deal to remove but does anyone know a way to keep it from adding this in the first place?
2)Is anyone aware of any utility add ins to the ide that allow templates etc
for example when I type
if ..... then
I always will want and end if
or if I type
for each
I always want a next
While
Wend
etc....
also to highlight the corresponding next when I click on a line with a for etc
I had such a utility for my paradox DOS compiler years ago and it was a real time saver it also h
Anyhelp would be awesome
Debugging is the process of removing bugs. Programming is the process of putting them in
1) Has any one found a fix for the IDE bug involving the class builder utility, specifically that it adds the set keyword in the set method for a property
example copied directly from newly created property method in IDE
Public Property Get timestamp() As String
Set timestamp = mvartimestamp
End Property
the SET keytword in line 2 causes problems. No big deal to remove but does anyone know a way to keep it from adding this in the first place?
2)Is anyone aware of any utility add ins to the ide that allow templates etc
for example when I type
if ..... then
I always will want and end if
or if I type
for each
I always want a next
While
Wend
etc....
also to highlight the corresponding next when I click on a line with a for etc
I had such a utility for my paradox DOS compiler years ago and it was a real time saver it also h
Anyhelp would be awesome
Debugging is the process of removing bugs. Programming is the process of putting them in