Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dim inputData As String = "www.google.com"

getting error in this line


Dim inputData As String = "www.google.com"
    Dim ecl As String = "L"
    Dim mask As Integer = 8

   ConnectCodeClassQRCodeEncode(inputData,ecl ,mask )
    Dim x As Number
	Dim Result As String
	For x = 1 To ConnectCodeClassQRCodeNumBlocks() 
        	Result=Result + ConnectCodeClassQRCodeGetBlocks(x)		
	Next x
	formula = Result


What I have tried:

I have used this line of code in Crystal reports Formula fields, but not able to run.
Posted
Comments
CHill60 8-Feb-19 8:05am    
That looks like a custom function not a formula. Did you set it up properly?
Simplify task with Custom Function | SAP Blogs[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900