Use our Google Custom Search for best site search results.
Search
-
oh you can change the display format of number (you are not actualy changing anything, it's just how it's displayed)
By format we both thought you meant rich text, it's rich text that cant be bound to a databse connection
-
do you have a unique id field in your product list?
If so add a single hidden field, when a product is selected populate the hidden field with the id, then use the hidden field to filter info to populate the rows, that way you avoid the confusion to which row you are refering to.
I explained that rather badly. I did find this technique on this ...
-
Ok, here is the web page I read
http://sheetal-d.spaces.live.com/blog/cns!237C3DEA7120098B!526.entry
Thats over my head and I have never used oracle
-
If you connectly directly to a database you cannot use formatting within fields
If you use a web service to connect to a database it is apparently possible to use formatting but so far I have not been able to do it. The web page I read said about using the web service to convert text to a blob field but I dont know much about that
-
Could put a section around the table and use formatting to hide that when needed
-
Hey a redistributable, I didnt know there was one for that.
Can you confirm if it works for .net 2? The Microsoft page only mentions .net 1
-
Did you install office first?
If so then .net programming support wont be fully installed
Edit the office installation, and using the advanced screen you should see extra options related to .net
-
is the sps site in the trusted sites zone within ie security settings on every machine?
-
I thought it was IP07 that previewed the view you were working on. I thought IP03 didnt do that, but I must of been wrong coz it is doing it now lol
Anyway turns out that my ''On Version Upgrade'' was set to ''do nothing'' which meant my hidden form used to avoid the ''form1'' name was not updated so it opened using old view, which was a bit ...
-
sorry i made the term ''trigger field'' up
its a field which isnt realy used to store data, a hidden field that uses rules or code to perform tasks
in this case, create a boolean field called trigger
Then set rules on your button
Rule 1, if ID is blank then inform user and stop rules
Rule 2, if trigger is true set trigger false and stop ...