Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table in word
Message
De
06/01/2015 09:39:21
 
 
À
05/01/2015 14:39:30
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP3
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01613070
Message ID:
01613155
Vues:
51
>ok, here is my code, Where should I put what you suggest me
>
>wdcollapsestart=1
>
>*!* Inserta una Tabla
>orange=poselection.range()
>orange = odoc.range() && saber en donde está el puntero de insercción del documento
>orange.collapse(wdcollapsestart) && posicionar el puntero de insercción del documento a la posición de la variable(wdCollapseStart)
>*poselection.find.text = <tabla>
>*oRange.MoveDown( 5, nRows+2)
>poselection.tables.add(orange, nrows, ncols, 1, 0)
In this section, you set the range to the whole document. Instead, either insert as many paragraphs as you want to leave blank space above the table and then collapse the range to end, or set the range to a bookmark you've already put into the document (outside this program).

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform