Dynamic execution of a string as a java statement
I need to build up a string that represents a java statement and then
execute it. Does anyone know how?
Thanks so much,
GreenMountainBoy
.
Relevant Pages
- RE: SQL stored procedure executing twice
... I wasn't aware that DLookupwould execute the "domain" more than once. ... caused the stored procedure to execute twice. ... Dim stDocName As String ... My pass-thru query properties ... (microsoft.public.access.modulesdaovba) - Re: Cannot execute DTS package
... > "Hermit Dave" wrote in message ... >> Whats happening is that it is trying to execute the Query with context ... >>> executing DTS packages from the ASP.NET: ... >>> String ServerPassword, DTSSQLServerStorageFlags Flags, String ... (microsoft.public.dotnet.framework.aspnet) - Re: Cannot execute DTS package
... > "Hermit Dave" wrote in message ... >> Whats happening is that it is trying to execute the Query with context ... >>> executing DTS packages from the ASP.NET: ... >>> String ServerPassword, DTSSQLServerStorageFlags Flags, String ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Code wont execute Main Macro Calls - non breaking spaces
... I have separated each find string and each replace ... Sub ReplaceList() ... My MAIN MACRO does not execute the first 2 options DO FIND AND ... Sub DoFindReplace(FindText As String, ReplaceText As String, _ ... (microsoft.public.word.vba.general) - Re: Code wont execute Main Macro Calls - non breaking spaces
... replace string for the sake of clarification. ... My MAIN MACRO does not execute the first 2 options DO FIND AND ... Sub DoFindReplace(FindText As String, ReplaceText As String, _ ... .MatchWholeWord = False ... (microsoft.public.word.vba.general) |
|