PDA

View Full Version : How modyfied and edit the MBX file



sami1139
2011-07-11, 03:27 PM
Any one can help me how edit the MBX appliction in map info

How modyfied and edit the MBX file

B.R

MRO3
2011-07-11, 11:14 PM
what kind of modification

sami1139
2011-07-12, 02:09 PM
It is limitated to read 1000 rows from excel sheet and I need to increase it to 2000 rows

loihut
2011-07-12, 03:55 PM
It is limitated to read 1000 rows from excel sheet and I need to increase it to 2000 rows

Dear You,

It's limitted by Excel not MBX. The MBX prog is not limited by number of rows and colums in .csv format

MRO3
2011-07-12, 11:16 PM
whats ur excel version?

loihut
2011-07-12, 11:47 PM
whats ur excel version?

Dear you,

I make mistakes, Excel support up to about 1,600,000 rows and 1,000,000 colums. Sory all!:)

BRs,

MRO3
2011-07-13, 12:34 AM
Dear you,

I make mistakes, Excel support up to about 1,600,000 rows and 1,000,000 colums. Sory all!:)

BRs,
it depends on the excel version if its 2003 it would be less than these!

venom
2011-07-13, 04:29 AM
Any one can help me how edit the MBX appliction in map info

How modyfied and edit the MBX file

B.R

MBX is a compiled mapbasic file. You cannot make any changes to the compiled version. To make any changes you need to decode it. This will convert your existing MBX file to .MB file (programmable). Now , i have searched everywhere myself to look for a good decompiler but unfortunately it is not available. There is one company (StopWatch Maps) who can do the decompiling of MBX file but you need to provide the evidence of ownership.

All the other replies are correct but i'll add another thing is that if the mapbasic application was made to support xls files ONLY then it will not support 100000 rows. Also you can set a limit to read in mapbasic application. It depends on the person who has made it.

Thanks

sami1139
2011-07-13, 02:06 PM
You Are right the one who made it limite the programe like this:

!table
!version 450
!charset WindowsArabic
Definition Table
File "microwavedb.xls"
Type XLS Titles Range "SITES!A2:M1000":(
Fields 13
SITE_NAME Char (20) ;
X Float ;
Y Float ;
REGION Char (7) ;
BSC Char (1) ;
CABINET Char (1) ;
HALF_RATE Char (1) ;
CONFIG Char (1) ;
TREs Char (1) ;
PCM Char (1) ;
GSM Char (6) ;
BACKBONE Char (3) ;
ANTENNA_HEIGHT Char (1) ;