Hello together,
i have an Grid with 6 cols. in the col 1 there string values Like "Hamburg", "Berlin", "Munic".
Starting the form with the grid on it i will insert for the AFG.colAutofilter(1).FilterAsBase64String to filter the col
here the code:
Dim mB As String = "IN BERLIN"
Dim byt As Byte() = System.Text.Encoding.UTF8.GetBytes(mB)
IgAFM.ColAutoFilter(1).FilterAsBase64String = Convert.ToBase64String(byt)
i always get an error message.
Is my code wrong?
Regards Thomas