Hi tanks for the post
Ok so the following code creates a rectangle, have you any ideas how I could name it? So that when i look at the properties in visio it is always called title?
Also do you have any ideas how I can set the properties so it doesnt have a border and contains some dummy text...
ok my above problem is solved, but now im feeling adventorous!
Can you tell me how i can automatically create a text box called title on every new page created?
Thats great I now have it listing all the page numbers. However on each sheet i have a shape called title which contains some text, i would also like that printed next to the page numbers. I have tried this below, but it compiles errors. any ideas?
ThisDocument.Pages(3).Shapes("square").Text =...
yes by my document is huge and creating an index is a very time consuming task, I was wondering If anyone on this site knew how I could create an index automatically?
Does anyone know how to create an automatic indexing page in visio, so that it will create a list of all the sheets in my document, including their name and number?
a visio novice
I am trying to create a webcrawler type application in VB.NET which will initially just look through a URL i specify to see if a certain link or picture file is contained within the page.
Can anyone please help me acheive this, So far from my very limited knowledge and pieceing together of...
How can i find the name of a primary key in oracle? where can i find the name of the primary key and what fields of a tbale make up that primary key?
Thanks
a desperate novice
I am trying to create a proc to delete a table if its exsists in the user_tables. The syntax of the following proc is accurate but the problem is that my tables tabel_name does not exists in the user_tables tables. (thats a lot of tables in one sentence).
Can any one offer me any advice so i...
CREATE OR REPLACE PROCEDURE DeleteIfExists
AS
iexists Number;
BEGIN
select count(*) into iexists from user_tables where table_name = 'tmpFIXDCActns';
if
iexists := 1
then execute immediate 'drop table tmpFIXDCActns';
end if;
END;
I was told that the in ORACLE you cannot use DROP IF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.