List of Contributions

Evgeny Kleiman

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

Contact Details

My Content

1 to 14 of 14 total
Posted By Evgeny Kleiman 10-31-2020 02:39
Found In Egroup: MapInfo Pro
\ view thread
Dear Peter,I have a Knowledge Community Shared Account in the community as Evgeny Kleiman. Yesterday the site requested from me mail and password and then I got a message that it is wrong and the account will be locked after 6 attempts. I selected the option "Forgot password" and gave this address to ...
Posted By Evgeny Kleiman 10-27-2020 16:01
Found In Egroup: MapInfo Pro
\ view thread
Hello, I want to replace old  code   ToolButton    ID 993     Icon 0    Calling 1701     Cursor MI_CURSOR_CROSSHAIR     DrawMode DM_CUSTOM_POINT    HelpMsg "Select an object.\nSelect segments" by ToolButton for Ribbon. I defined the button as tlbSelSegments = MICtrlCollAddStrStrInt(groupControlColl, ...
Posted By Evgeny Kleiman 10-26-2020 07:10
Found In Egroup: MapInfo Pro
\ view thread
Thank you very much. It was really helpful. ------------------------------ Evgeny Kleiman Knowledge Community Shared Account ------------------------------
Posted By Evgeny Kleiman 10-25-2020 17:39
Found In Egroup: MapInfo Pro
\ view thread
Sorry, I found that I missed command Call RegisterUriParser(New_GenericUriParser(1), "pack", -1) So the problem is solved.  But may be there is answer to my second question? ------------------------------ Evgeny Kleiman Knowledge Community Shared Account ------------------------------
Posted By Evgeny Kleiman 10-25-2020 16:13
Found In Egroup: MapInfo Pro
\ view thread
Hello, I use MapInfo 19 and in MapBasic I try to add an icon to a button following to your example:   Call SetRbnBtnCtrlLargeIcon(button1, New_Uri("pack://application:,,,/MapInfo.StyleResources;component/Images/Mapping/openTable_32x32.png", 0)) But when I open the mbx-file in MapInfo I get an error: ...
Posted By Evgeny Kleiman 02-11-2019 01:48
Found In Egroup: MapInfo Pro
\ view thread
According to MapBasic Reference Guide concerning statement Create ButtonPad "In MapInfo Pro 64-bit, this command creates a new group in the LEGACY tab" Also it has option Float. It seems that there is contradiction between these 2 properties. I created buttons under Legacy tab and I do not see possibility ...
Posted By Evgeny Kleiman 02-05-2019 07:50
Found In Egroup: MapInfo Pro
\ view thread
I suppose that the following change should be done in file connect.mb you have sent me: Instead of  ...odbchconn ...AS INTEGER  should be Dim odbchconn as IntPtr ------------------------------ Evgeny Kleiman Knowledge Community Shared Account ------------------------------
Posted By Evgeny Kleiman 01-30-2019 15:58
Found In Egroup: MapInfo Pro
\ view thread
Thank you. I got exactly this problem with PickTab you write about. But I thought that it is my fault when I adapted the old code to new environment 64 bit. But now I did not understand what do you recommend to use? You say "Hope these samples help" but what samples? Should I use Easyloader ? I still ...
Posted By Evgeny Kleiman 01-30-2019 13:22
Found In Egroup: MapInfo Pro
\ view thread
Thank you ------------------------------ Evgeny Kleiman Knowledge Community Shared Account ------------------------------
Posted By Evgeny Kleiman 01-29-2019 01:20
Found In Egroup: MapInfo Pro
\ view thread
Could you please send me file DLSAMP.DEF ? ------------------------------ Evgeny Kleiman Knowledge Community Shared Account ------------------------------
Posted By Evgeny Kleiman 01-28-2019 08:05
Found In Egroup: MapInfo Pro
\ view thread
Thank you, I'll check it tomorrow. ------------------------------ Evgeny Kleiman Knowledge Community Shared Account ------------------------------
Posted By Evgeny Kleiman 01-28-2019 06:39
Found In Egroup: MapInfo Pro
\ view thread
Additional question: It is written in MapBasicUserGuide.pdf that there should be Samples\MapBasic\DATABASE Directory in C:\Program Files\MapInfo\MapBasic directory. But there is no such directory. Particularly I need modern version of PickTab.mb file. I have a version of such file but very old and I ...
Posted By Evgeny Kleiman 01-28-2019 04:55
Found In Egroup: MapInfo Pro
\ view thread
Thank you for your answer, it really helped and allowed me to advance. Now when I run my MapBasic app all MapInfo crashes more later. I succeed to see the last message in the Message window so I suppose that MapInfo crashes on use of function SQLOwners32 from ODBC32.DLL. So would you please to give me signatures ...
Posted By Evgeny Kleiman 01-27-2019 08:39
Found In Egroup: MapInfo Pro
\ view thread
I use command   odbchdbc = Server_GetODBCHConn(ConnectionNumber ) where odbchdbc , ConnectionNumber are integers and ConnectionNumber is connection number that I got from    ConnectionNumber = SERVER_CONNECT("ODBC", "DLG=1") (1 for example) I got error 471: overflow on this command. All this ...