Use our Google Custom Search for best site search results.
Search
-
I have connected a pull down feild1(ITEM) within a repeating table to data in SQL. I have setup another pull down to auto increment a number in feild2(PartNumber)
The pull down Feild1(ITEMS) list all the documents in all Sharepoint document libraries,and Feild2(PartNumber)Autogenerates a Unique incremented Number)
I am trying to get the data to ...
-
Sorry for the multiple post I did'nt know where to post.
your assumsion was correct. The database is connected to sharepoint,
the form is then connected to the user data table, it allows me to filter and retrieve all document names from all doc libs in a shrepoint site.
the trick is the get that assigned number into the user data table and ...
-
Here is what I am trying to do-
My form contains a repeating Table with 3 feilds. Feild one is a autonumber incrementing by 1 (ie 1001,1002,1003...) Feild 2 is a Pull down used for a Document selecting,It connects to the sql database and extract documents names. Feild 3 is a Pull down feild
to Select users. This form is a way to assign partnumbers ...
-
Here is what I am trying to do-
My form contains a repeating Table with 3 feilds. Feild one is a autonumber incrementing by 1 (ie 1001,1002,1003...) Feild 2 is a Pull down used for a Document selecting,It connects to the sql database and extract documents names. Feild 3 is a Pull down feild
to Select users. This form is a way to assign partnumbers ...
-
Here is what I am trying to do-
My form contains a repeating Table with 3 feilds. Feild one is a autonumber incrementing by 1 (ie 1001,1002,1003...) Feild 2 is a Pull down used for a Document selecting,It connects to the sql database and extract documents names. Feild 3 is a Pull down feild
to Select users. This form is a way to assign partnumbers ...
-
Patrick-
Line 21 is
IXMLDOMNode row = thisXDocument.DOM.selectSingleNode(''//my:repeatingtable1'')
Kip Bautista
KTB Dezines
KTBDezines@netscape.net
-
The ''insert item'' code on a repeating is as listed below;
I have disabled this option from the repeat1ng table and added a button, then applied the same code to the button and it fails.
I get a runtime error:
The following error occurred:
Object required: 'thisXDocument'
File:script.vbs
Line:21
Why? what am I ...
-
vt_asparagus
Forget sharepoint, I found a way to through the SQL datadase to hook to. create a data connection the the sql server and in the tables get userdata you'll need to get into the sql tables and show all rows to find the coloum that the data is in you want to link to the feild.
A filter will need to be created in the field to show only ...
-
I have a repeating table feild that currently lists all the doc's in one sharepoint document library.
Is there a way I can get the pull down feild to list documents from multiple document libraries?
Kip Bautista
KTB Dezines
KTBDezines@netscape.net
-
Is there any way to remove the ''widgets'' form the repeating table.
ie Cut, Paste, and copy.
I am trying to allow only insert data and not delete items.
There ar built-in controls that allow you to control shortcut menus disabling all of the REMOVE Rows options
however the Cut options is still enabled allowing users to still delete from the ...