Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rescue me...
Message
De
06/01/2011 13:55:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Rescue me...
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01495009
Message ID:
01495009
Vues:
203
Hi,
The following snippet is from long-standing code in the Click event of an instance of the _hyperlinklabel class in _hyperlink.vcx:
DODEFAULT()  && Just 'Follow'
WITH THIS.oHyperLink.oIE
  DO WHILE .busy
  ENDDO
  IF TYPE(".Document")="O" .AND. !ISNULL(.DOCUMENT.ALL("TextBox2"))
    * Code gets to here. Next line errors 'OLE error.  Access Denied'
    .DOCUMENT.ALL("TextBox2").VALUE = THISFORM.cKeyToPass
  ENDIF
 ENDWITH
TextBox2 is just asp:TextBox:
<asp:TextBox ID="TextBox2" runat="server"  Style="text-transform:uppercase"></asp:TextBox>
Used to work. Something obviously changed but don't know what. Anyone know why this might fail (my VFP is so rusty I may be missing something simple....)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform