Hi i have 2 questions:
I am currently learning clarion for a project that i need to do. Currently i am looking into scanners and clarion as the language for a windows mobile application.
The first issue i have is regarding the use of clarion with SDK DLLs from 3rd party vendors such as Opticon scanners DLLs and normal c#.net DLLS, how do i go about using/accessing these DLLs in clarion and call them in code. I've done quite a large amount of searching for answers about the above mentioned but cant find anything quite usable.
The second question: Clarion can use a normal clarion for windows application via a web browser with the application broker and skeletons provided by clarion, in clarion 9 i created an application that does that but after creating and running the application in the browser i instantly receive an error on the main screen created by clarions self generating code. the error is "Uncaught syntaxError: unexpected Identifier" from the segment below which is missing a plus sign.
function icAjaxSubmit(controlValue)
{
getContent(form.action+"? @"+$('#ClarionForm').serialize()+"&"controlValue+"="+$('#'+controlValue).value);
}
The problem is i cant find anything relating to this on the internet nor can i find the file this is generated from in clarion directories and application directories, it is also not in the projects code self from what i could notice.
Any one that possibly know something regarding the first question or a possible fix to the second question?
Thanks Gideon