Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Behavior that is new to me
Message
De
01/01/2006 14:26:15
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01082321
Message ID:
01082335
Vues:
15
Hi Sergy:

This is as simple as can be - The map form is open. A click on the map writes coordinates to the 'select 2' table and then the code calls the details form. (poof - the windows delete option form opens) There are no other 'details' involved. The only difference from normal is in the details form where I have coded under each option button. The option button click loads a variable. When a 'save' button is clicked, the standard 'Replace' code write the variables value to the table which is the 'Select 2'.

Grady,

Can you explain what forms is open instead? Maybe you have 2 forms with name 'Details' in different directories?

>I have a form with a map in it. In the click event on the map image, I call a separate form for further input. As soon as the second form is launched, the windows delete form opens so that I may select a file to delete.
>
>Here is the code that calls the second form.
>
>
> Select 2
> Append Blank
> XX = (XX/100) && reduce to a number between 1 and 31
> YY = (YY/100)
> Replace X With XX
> Replace Y With YY
> Select 4
> Append Blank
> Replace x With XX
> Select 5
> Append Blank
> Replace Y With YY
> SELECT 2
> Do Form Details
>
>Here is the LOAD code in the second form
>
>GO bottom ?? of select 2 because the append blank has occurred
>CrimeDate1 = DATE()
>CrimeHour1 = 0
>CrimeType1 = ""
>
>
>Do you have any idea what is causing this to happen?
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform