IE 11 problem

BPak

Active Member
Licensed User
Longtime User
I have the IE latest explorer and when posting it does not show the usual Icons for hyperlink and Code Tags.

Only three buttons on bottom of post area.

Create Thread - Upload a File and Preview.
It is not like this on other forums...
 

BPak

Active Member
Licensed User
Longtime User
I have Basic4PPC.com in the compatibility mode. It allows me to post! But restricted to just posting text.
 

BPak

Active Member
Licensed User
Longtime User
Thanks Andrew. That is what I can use.

Example:
B4X:
 	Dim m As Map
	
	' Table for Categories
	m.Initialize 'clear the map
	m.Put("CId", DBUtils.DB_INTEGER)
	m.Put("Categories", DBUtils.DB_TEXT)
	DBUtils.CreateTable(SQL1, "Categories", m, "CId")
 
Top