![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
HI, IT DOES NOT FUNCTION THE COMMAND IN VB .NET cmd = US.CreateUniCommand() Comando = "SORT BP = "TEST]" |
#3
| |||
| |||
|
|
alegon wrote: HI, IT DOES NOT FUNCTION THE COMMAND IN VB .NET cmd = US.CreateUniCommand() Comando = "SORT BP = "TEST]" hi alegon, in .net if you want a string to contain quotes you use double quotes, so the above would be Comando = "SORT BP = ""TEST]""" rgds Symeon |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Symeon escreveu: alegon wrote: HI, IT DOES NOT FUNCTION THE COMMAND IN VB .NET cmd = US.CreateUniCommand() Comando = "SORT BP = "TEST]" hi alegon, in .net if you want a string to contain quotes you use double quotes, so the above would be Comando = "SORT BP = ""TEST]""" rgds Symeon Hi Symeon, thus also it does not find itens : Comando = "SORT BP = ""TEST]""" (return cmd.SystemReturnCode = -1) Comando = "SORT BP = 'TEST]'" (return cmd.SystemReturnCode = -1) Comando = "SORT BP = \TEST]\" (return cmd.SystemReturnCode = -1) Comando = "SORT BP = /TEST]/" (return cmd.SystemReturnCode = -1) |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi Alegon What ECLTYPE are you using? ECLTYPE P will work with this syntax ECLTYPE U will need SORT BP WITH @ID LIKE "TEST..." You can change your ECL type in the login paragraph for your account. Rgds Symeon. |
![]() |
| Thread Tools | |
| Display Modes | |
| |