Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
grid-like behaviour for fox 2.x
Message
De
29/06/2000 10:55:00
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
grid-like behaviour for fox 2.x
Divers
Thread ID:
00386446
Message ID:
00386446
Vues:
46
I didn't want to use this like that for the subject, but what else would I get your attention, sir?

FPW 2.6

The following are the coding (again, for FPW 2.6) and it works:
**************************************************
CLOSE ALL
CLEAR

USE person IN 0 ORDER ID
USE auth IN 0 ORDER ID

SELECT person
SET RELATION TO id INTO auth
BROWSE NOWAIT
SELECT auth
BROWSE NOWAIT

*DO authmain.spr
**************************************************

But, how to do that in a screen, via in authmain.spr? I want to set this up so that the parent is in the main screen and the child in "grid"-like WITHIN the screen itself? The reason I can not use "listbox" because I need to be able to do edits... I know this is old, but can you help? I am trying to avoid "SET FILTER TO" because this would make it very slow. Any idea and please help. Thank you.

Chuck
Today is tomorrow's yesterday.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform