List Format Manager and list changing

Hi all! Anyway of rebuild the Format.FDB Default when you change the List Format? every time I make a list change all clients complains “the list is blank!” C10Sent on:10:26 amThanks

Hi Michelis,

FDB is a Topspeed file. You may develop a procedure to delete formats as [AppName] based, [ProcId] based, [UserId] based or all config file.

Maybe:
After opening the browse you can reset the format to the standard with:
BRW1::FormatManager.SetCurrentFormat(1,‘STANDARD’)
and if that doesn’t fit you have to write code as Serhat suggested

Can’t we just refresh list format instead of deleting? We have clients who uses formats and they have to re-create formats (by deleting) with every upgrade.

I found there is a synchronize method but have no idea how to use it…