Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ordering fields within browse window
Message
From
05/09/1997 10:28:12
Urmas Kivi
Estonian Environmental Research Centre
Tallinn, Estonia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Ordering fields within browse window
Miscellaneous
Thread ID:
00048691
Message ID:
00048691
Views:
84
Hi!

I am using Browse window with screen. This Browse is described as
associated window with this screen.
In the parent window the database table file with his related
tables are opened. The Browse is opened in Setup code of
the window - BROWSE FIELDS -
and has calculated fields they include fields from related table.

browse nowait normal TITLE "Nddd" NOMENU ;
fields ;
nn=alltrim(naitaja.nait_lnim) + ;
iif(!empty(naitaja.meet_lnim), ;
"("+alltrim(naitaja.meet_lnim)+")","") :30 ,;
tt=iif(naitaja.ntext,"T","N") :H="T/N" :5 ,;
vaiksuur :2 :H="<>" :V=vaiksuur="<" or vaiksuur=">" :E="< või >" ,;
vaartus :30 :H="Väärtus" :V=vartkont(), ;
yhik :10 :H="Ühik" ,;
sisest_kp :10 :H="Kuupäev" , ;
sisest_kel :10 :H="Kell" ;
preference pilt

I can activate the Browse also in parent window.
The first time I arranged the Browse and it remebered his size,
position and the ordering of fields in them. Many times it was
possible to do this. But the next day it had remembered only his
size and position but no more the ordering of fields; there
were first the fields from the parent table (fields vaiksuur,
vaartus ...) and after them the calculated fields. "naitaja" is the
child table. There is used own ressource file. Why it cannot
remember the ordering?

TIA,
Urmas Kivi
Next
Reply
Map
View

Click here to load this message in the networking platform