No announcements
Found 2456984 threads
-
0 Votes
message box affects display of Dsum
presses OK to close the message box does the Dsum in the textbox display it's quirky to see this - - but not finding a way to change the form ...Answered | 8 Replies | 522 Views | Created by msdnPublicIdentity - Tuesday, September 10, 2019 4:02 PM | Last reply by msdnPublicIdentity - Tuesday, September 10, 2019 9:49 PM -
0 Votes
Display custom message box
Thanks for your reply. I'd like people to read the info, but also to make sure people had read it. A message box (opening automaticly) with an OK button would be perfect. ...Answered | 3 Replies | 5170 Views | Created by garibeiro - Friday, September 18, 2009 8:23 AM | Last reply by Jason Barron - Friday, September 18, 2009 12:03 PM -
0 Votes
operation affects a large # of cells message
Since the automatic install of a round of updates to Excel 2010 this morning, I get the "The operation you are about to perform affects a large # ...Answered | 2 Replies | 5402 Views | Created by lookingforsomehelp - Friday, May 11, 2012 1:43 PM | Last reply by Forrest Guo - Friday, June 8, 2012 2:28 PM -
0 Votes
urgent~~~!!!MESSAGE BOX CANNOT DISPLAY.....
Please answer the question. What sort of application is it? Does it run on a server, or on the local machine ? Is it a service ? The error you're getting indicates that you're ...Answered | 8 Replies | 5817 Views | Created by junnie - Wednesday, June 21, 2006 2:40 AM | Last reply by cgraus - Thursday, June 22, 2006 6:08 AM -
0 Votes
How to display Message Box using C#
Hi,Im using c# as my code behind in my aspx page.How to display message box using c# in my aspx page.NakkeeranAnswered | 2 Replies | 8163 Views | Created by Nakkeeran R - Saturday, December 3, 2005 11:04 AM | Last reply by G.Wilson - Sunday, December 4, 2005 11:06 AM -
2 Votes
DSum Function
A value of text data type needs to be wrapped in literal quotes characters: ...Answered | 6 Replies | 474 Views | Created by PU_RJF - Friday, February 28, 2020 5:26 PM | Last reply by PU_RJF - Friday, February 28, 2020 6:53 PM -
0 Votes
Display datasource in message box
app opens? Create a static Boolean variable in the method that displays that list. Initialise it at False. Before the display of the unpaid rents, ...Answered | 6 Replies | 1677 Views | Created by MW2011 - Saturday, June 23, 2012 11:42 PM | Last reply by Cor Ligthert - Sunday, June 24, 2012 9:10 AM -
0 Votes
DSum, Multiple Fields, and a DSum newbie.
Don't run the UPDATE multiple times. That is very inefficient. Sum the totals in a variable: Dim lngTotal as Long 'Salida ...Answered | 2 Replies | 1436 Views | Created by Lexihel - Monday, February 25, 2013 1:57 PM | Last reply by Lexihel - Monday, February 25, 2013 4:16 PM -
0 Votes
display message box for definite seconds only
Hi friends, I am doing C# programming for Windows Mobile.I want to implement a timed messagebox.I mean a message box that will display the ...Answered | 1 Replies | 4262 Views | Created by Omniteam1 - Thursday, November 26, 2009 7:53 AM | Last reply by Paul Diston - Thursday, November 26, 2009 8:03 AM -
0 Votes
how to display message box in asp.net
would display a message box on the server...Please always mark whatever response solved your issue so that the thread is properly marked as "Answered".Unanswered | 3 Replies | 3727 Views | Created by Chandana Kumara - Thursday, June 14, 2012 10:34 AM | Last reply by Patrice Scribe - Thursday, June 14, 2012 12:23 PM -
0 Votes
DSum expression
want it to. When either of the queries does not have a transaction it shows a "null" value. Even when I add Nz in front of the Dsum it returns a zero ...Answered | 4 Replies | 393 Views | Created by Hans van Niekerk - Friday, March 25, 2016 5:20 AM | Last reply by Hans Vogelaar MVP - Wednesday, March 30, 2016 4:55 PM -
0 Votes
How do i display error message in one message box
once in one message box or some kind display. now i can only display error box one by one when it pops ...Answered | 3 Replies | 3513 Views | Created by timmy44 - Sunday, October 1, 2006 7:23 PM | Last reply by ahmedilyas - Sunday, October 1, 2006 9:20 PM -
2 Votes
Acsess DSUM
Note, too, that regardless of what your short date format may be, the date must be in either mm/dd/yyyy or yyyy-mm-dd format. To be certain, it's better to use Me.Answered | 3 Replies | 2012 Views | Created by oleg_v - Sunday, June 10, 2012 7:13 PM | Last reply by oleg_v - Sunday, June 10, 2012 7:55 PM -
1 Votes
Dsum
The most efficient way to compute balances is by means of a JOIN of two instances of the table. The following query is an example which returns opening and closing ...Answered | 5 Replies | 503 Views | Created by jewel227 - Monday, July 21, 2014 4:17 AM | Last reply by Ken Sheridan - Tuesday, July 22, 2014 12:16 PM -
0 Votes
Display WCF Error in Message box
hello dhar.konda but how can i disply message box in app please send me a ...Answered | 7 Replies | 26696 Views | Created by [Chirag] - Wednesday, April 20, 2011 1:40 AM | Last reply by Daoping Liu - MSFT - Monday, April 25, 2011 4:58 AM -
0 Votes
display confirm message box for action in ASP.Net
I want to conditionally display message box with OK and Cancel button on the click of ASP.Net ...Answered | 3 Replies | 3955 Views | Created by Anonymous261977 - Thursday, November 15, 2007 10:32 AM | Last reply by PeterNowak - Thursday, November 15, 2007 11:18 AM -
0 Votes
DSUM Question
However, like your original expression, this doesn't look right to me, as from its name, I'd assume ELbrID to be the primary key of tblELbr, so the DSum function call would ...Unanswered | 10 Replies | 897 Views | Created by PU_RJF - Tuesday, May 26, 2020 5:24 PM | Last reply by Ken Sheridan - Thursday, May 28, 2020 10:48 PM -
0 Votes
DSUM frustration
Instead of using DSum try this query with subquery -- SELECT [Order Number], cases, (SELECT Sum([XX].[cases]) FROM MPAVClean AS [XX] WHERE [XX].[Order Number] = ...Unanswered | 14 Replies | 1041 Views | Created by pete6256 - Tuesday, April 30, 2013 10:35 PM | Last reply by Van Dinh - Wednesday, May 1, 2013 10:24 PM -
0 Votes
How to display a message box in C#.net
I am developing a an web application. in that i have display a message to user as a message box. (like vb msgbox()). I there any way to to display a ...Answered | 5 Replies | 9589 Views | Created by SHYAMJITH - Friday, October 15, 2010 8:02 AM | Last reply by SHYAMJITH - Monday, September 12, 2011 8:58 AM -
0 Votes
VBA to DSUM
Got this from HELP Thanks everyone.... [code] Option Compare Database Option Explicit Sub ...Answered | 1 Replies | 3190 Views | Created by Pedie Nz - Tuesday, August 2, 2011 9:15 PM | Last reply by Pedie Nz - Tuesday, August 2, 2011 9:35 PM - Items 1 to 20 of 2456984 Next ›
No announcements