Forum: JavaScript / DHTML / AJAX Jan 22nd, 2008 |
| Replies: 3 Views: 3,652 <asp:table id="dmdTbl" style="Z-INDEX: 617; LEFT: 280px; POSITION: absolute; TOP: 552px" runat="server" Width="184px" Height="60px" >
<asp:TableRow ID="drows" >
<asp:TableCell ID="DmdDate"... |
Forum: JavaScript / DHTML / AJAX Jan 17th, 2008 |
| Replies: 3 Views: 3,652 the script i show puts out a aleart showing that there is 82 rows in the datagrid. i just have not been able to figure out how to get to the columns to retieve the data. i've tried navroot.rows(i).... |
Forum: JavaScript / DHTML / AJAX Jan 17th, 2008 |
| Replies: 3 Views: 5,691 i have found that is the field is visible = false javascript can not find it in IE7.
if you have it set to that then make it visable and see if that works. |
Forum: JavaScript / DHTML / AJAX Jan 16th, 2008 |
| Replies: 3 Views: 3,652 Here is html
[code]
<asp:datagrid id="mrpDataGrid" style="Z-INDEX: 289; LEFT: 576px; POSITION: absolute; TOP: 512px" runat="server" Width="160px" Height="90px" autogeneratecolumns="False">... |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2006 |
| Replies: 2 Views: 4,270 thanks, that will do the trick.. |
Forum: JavaScript / DHTML / AJAX Aug 8th, 2006 |
| Replies: 2 Views: 4,270 i have 5 fields that show a numeric amout.
dem2textbox.text
iif2textbox.text
fir2textbox.text
fab2textbox.text
net2textbox.text
vb.net allow me to format the value from example 1000 to 1,000... |
Forum: HTML and CSS Apr 26th, 2006 |
| Replies: 5 Views: 10,459 resolved. here is code.
// this is javascript source.
datareview.js
function smail() {
smaila();
smailb();
smailc();
return; |
Forum: HTML and CSS Apr 25th, 2006 |
| Replies: 5 Views: 10,459 Sorry, this is wordy.
Let me back up. I have developed a Intra company vendor scheduling web system using ms vb.net. On the scheduling form everything uses absolute positioning.
I've just added two... |
Forum: HTML and CSS Apr 25th, 2006 |
| Replies: 5 Views: 10,459 I tried using a "button" and then tried a "radiobutton". sorry, i tend to get wordy and try to keep messages short. |
Forum: HTML and CSS Apr 24th, 2006 |
| Replies: 5 Views: 10,459 I have a form that has specific field layouts that does not use <p <a formats so i need a javascrip function. the href work just great it pops up a client side email form and prefills the "to" and... |
Forum: JavaScript / DHTML / AJAX Apr 24th, 2006 |
| Replies: 2 Views: 25,660 thanks. i ended up changing the bgcolor. will try this in the next version. |
Forum: JavaScript / DHTML / AJAX Apr 13th, 2006 |
| Replies: 2 Views: 25,660 I tried several things. i get invalid char or no object. can one change fore color or setup a mask. the text box contains numbers and if the number is negitive i need it to show in red, black if not.... |
Forum: JavaScript / DHTML / AJAX Apr 11th, 2006 |
| Replies: 3 Views: 6,896 thanks, the parseInt() worked. why does it treat it as a string. |
Forum: JavaScript / DHTML / AJAX Apr 11th, 2006 |
| Replies: 3 Views: 6,896 I have created the foloowing javascript and placed it in a file called common.js. it gets called on a onChange event. it works up till it gets to setting the value (i think). Being my first script... |
Forum: Java Apr 10th, 2006 |
| Replies: 1 Views: 4,496 (code) function recalcnet(txt) {
switch (txt) {
case '0' :
recalcnet1();
break;}}
function recalcnet1() {
var prevbal = 0;
var demand = 0;
var whatif =... |
Forum: MS SQL Jul 18th, 2005 |
| Replies: 6 Views: 8,670 Thanks, just a quick note. After several failed attemps I created a sp that updates a control file record which takes only a second or less. I then created a 3 sp jobs that run ever 5 min and check... |
Forum: MS SQL Jul 15th, 2005 |
| Replies: 6 Views: 8,670 |
Forum: MS SQL Jul 15th, 2005 |
| Replies: 6 Views: 8,670 thanks, I'll look and see. What I did in the mean time was chopped the stored procedures up and run each one seperatly. it reduced the resources and time to less that 5 min. What I did understand... |
Forum: MS SQL Jan 12th, 2005 |
| Replies: 6 Views: 8,670 Current app runs a stored procedure which runs 16 nested procedures and takes from 3 to 10 min depending on how must data needs download from the as400. The problem is that there are some other web... |