List of Contributions

Marijan Čađo

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 7 of 7 total
Posted By Marijan Čađo 06-24-2020 07:40
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Anshul,  I was confused by method signature. Both in VS and ExtensibilityReferenceHelp is offered as string array.  Thank you for your answer ------------------------------ Marijan ------------------------------
Posted By Marijan Čađo 06-18-2020 04:04
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hello,  I have already asked this question on MapInfo-L group, but I didn't get right answer.  Basically, I'm trying to pass array of strings to MBX Sub from C# assembly.  C# part of code: string[] subParams = ( "param1", "param2") mbxApp.CallMapBasicSubroutine("MySub", subParams); ​ ...
Posted By Marijan Čađo 01-23-2020 03:32
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I ended up recreating view on SQL Server (it was created from view, linked server table and table), register TAB and make it mappable. It works now. Yesterday I printed out TAB content of both base table and view table. I'm comparing connection string of view table now that is working and one from ...
Posted By Marijan Čađo 01-22-2020 16:57
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Eric, yes, I'm referring to SQL Server view.  Both tables are in mapcatalog (they have to be in order to be mappable, right?). Same thing happens when refreshing with UI, and from MapBasic command window. Doesn't make a difference if it's just view opened or multiple table, ------------ ...
Posted By Marijan Čađo 01-22-2020 15:24
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi James,  thank you for your answer. I did check all this before posting question here. TAB doesn't contain 'PWD' element of connection string both in base tables and view table definitions, however base table refreshes without prompting. I have manually added this parameter to view TAB, same ...
Posted By Marijan Čađo 01-22-2020 07:35
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hello,  I have MBX code that is supposed to refresh opened tables (linked tables from SQL Server) when loaded.  Now, when refreshing base tables it's ok, but when I try to refresh view table I'm asked for username/password even though connection is established in the beginning. Also, I tried refreshing ...
Posted By Marijan Čađo 01-17-2020 07:04
Found In Egroup: MapInfo Pro
\ view thread
Hello,  I have created Ribbon tool buttons (using C#) to draw different objects (points, lines, polylines...). Is there any way to get created object? Something similar to MapBasic commands CommandInfo(CMD_INFO_CUSTOM_OBJ/CMD_INFO_X/Y) but within same C# code.  I know I could call  a MapBasic subroutine ...