Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting for code in messages.
Message
From
17/11/1998 17:16:37
George Lee
Microcomputer Engineering Services, Llc
Huntington Beach, California, United States
 
 
To
17/11/1998 17:14:17
George Lee
Microcomputer Engineering Services, Llc
Huntington Beach, California, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00158453
Message ID:
00158527
Views:
15
>>George ---
>>
>>Hit reply to this message to see ther hidden HTML tags:
>>
>>
>>PROCEDURE dummy
>> IF oApp.IndentThis
>> This.Indented=.T.
>> ENDIF
>>ENDPROC
>>
>>
>
>I can't see the "<"pre">" tags, but's lets try this.
>
>
>* Display all tables in a DBC.
>
>LOCAL lnTotTables, lnCurTable, lcCurTable
>LOCAL ARRAY laTables[1]
>
>IF NOT DBUSED( "Books")
> OPEN DATABASE Books
>ELSE
> SET DATABASE TO Books
>ENDIF
>
>lnTotTables = ADBOBJECTS( laTables, "Table")
>FOR lnCurTable = 1 TO lnTotTables
> lcCurTable = laTables[ lnCurTable ]
> ?lcCurTable
>ENDFOR
>
><\pre>

That worked.

Thanks guys. Had one too many "<"pre">" tags in the last message.
Previous
Reply
Map
View

Click here to load this message in the networking platform