Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Member Avatar for jcb0806

I'm trying to figure out the best way to create pie charts using visual studio 2005. Can someone give me some advice? Thanks

Member Avatar for G_Waddell
0
155
Member Avatar for jcb0806

I'm just trying to write the following out in an excel cell using VBScript. What I want in the cell: =BDS(A2,$B$1,"dir=H") I'm having problems with excel accepting the quotations for some reason this is what I have and is getting an error with: ""=BDS(A"& LC &",$B$1,"dir=H")""

Member Avatar for Marcel_Go
0
130
Member Avatar for jcb0806

Using VbScript:: I have a list of several different prices and I'm trying to figure out how to round these 5 decimals adding zeros if necessary. For example: I want 2.84 3.1 4.896 to look like 2.84000 3.10000 4.89600 Can somebody please help me? Thanks!

Member Avatar for jcb0806
0
207
Member Avatar for jcb0806

I have an add/edit program I've written and I'm trying to find an example of how to test/check an Account Number that a person enters in a textbox to the database(SQL) to make sure it is unique. I've been searching and haven't had any luck. Any Advice? Thanks.

Member Avatar for crazyhorse09
0
143
Member Avatar for jcb0806

I have two text boxes, submit button. and a dropdown list with the items(even, odd, and all). I want to calculate the sum of either all "Even", "Odd" or "All" numbers according the selection. In the code below, I have the "all" section working correctly but I'm trying to figure …

Member Avatar for WaltP
1
2K
Member Avatar for jcb0806

I just did a simple practice project to learn more about querystrings... I have three check boxes and a button. Checkbox1 is titled red, Checkbox2...white, Checkbox 3...blue. When I click the button 1, I just want the page to redirect and pass the values of the checked boxes to the …

Member Avatar for Ossehaas
0
86
Member Avatar for jcb0806

With the code below data is keyed into a form and inserted into a table called Investors. After it is inserted, I'm trying to [U]redirect back to the same page, passing the InvestorID on the querystring[/U]. Simply showing all of the information I just added, kind of insuring that it …

Member Avatar for kvprajapati
0
109
Member Avatar for jcb0806

I have these two text boxes on the same row, "txtbroker" and "txtacct1". I'm trying to make it so that if text is entered into the 1st text box, the 2nd one is REQUIRED. [code] <td><tnc:TextBox id="txtbroker" savestatecontroltotarget="SSMainBusinessSave" columns="50" runat="server" /></td> <td><tnc:TextBox id="txtacct1" savestatecontroltotarget="SSMainBusinessSave" columns="25" runat="server" /></td> [/code] Can anyone …

Member Avatar for reach_yousuf
0
175
Member Avatar for jcb0806

I HAVE PHOTO ATTACHED I'm trying to come up with some code that will make the 'Acct #' label and text box ONLY appear when some text is typed in the text box beside of 'Prime Broker', 'Custodian', etc. Can anyone help? Thanks.

Member Avatar for kvprajapati
-1
84
Member Avatar for jcb0806

I HAVE PHOTO ATTACHED I'm trying to come up with some code that will make the 'Acct #' label and text box ONLY appear when some text is typed in the text box beside of 'Prime Broker', 'Custodian', etc. Can anyone help? Thanks.

Member Avatar for MeSampath
0
123
Member Avatar for jcb0806

Hello there, I know this is simple, but I'm trying to add a scrollbar to this pop up window. [code] <script> function PopUpInvestors(investorid,identifier) { window.open('../trades/Peeps.aspx?investorid=' + escape(investorid) + '&id=' + identifier,'','resizable,status,left=100,top=75,width=625,height=600'); } </script>[/code] Can anybody help?

Member Avatar for reach_yousuf
0
100
Member Avatar for jcb0806

I need help with code to find the sum of several different subtotals that may vary in the amount of data. I have to pull from columns that may vary from report to report (the heading will always be the same but the columns may be different lengths) Ex: Category …

0
76
Member Avatar for jcb0806

Hey everyone, I've been working on a project for my job and I've become stuck. I'm trying to figure out a way to extract or export all macros from an excel workbook to a folder on my filesystem. Is there a way of doing this with out creating a program …

Member Avatar for cguan_77
0
72