Search:

Type: Posts; User: MMock

Page 1 of 13 1 2 3 4

Search: Search took 0.35 seconds; generated 56 minute(s) ago.

  1. Replies
    4
    Views
    491

    Re: Visual Studio 2022

    Here's exactly an example of my other problem. I typed "string" and it suggests what to name my variable.
    Give me a break.
    So when I google what is happening, it does come back with CoPilot, but I...
  2. Replies
    4
    Views
    491

    Re: Visual Studio 2022

    Thank you. I couldn't find CoPilot but searching for it found "complete" so I tried messing around with some completion settings and will let you know.
    Then the step into situation just happened...
  3. Replies
    4
    Views
    491

    Visual Studio 2022

    (Sorry if not in the right place).

    Two things that I think started happening when I installed VS 2022 (I guess it's v17.8.1) that I do not like; can you help me find out how to turn these off?
    ...
  4. Re: SQL Server - help with aggregate query in where clause

    Thanks for the reply. I figured out my rewrite from: this article.
    Modification to code in OP is:

    --ma.[QuantityOpen],
    CASE WHEN MROrderMasterControl IS NULL
    THEN ma.QuantityOrdered
    ELSE...
  5. SQL Server - help with aggregate query in where clause

    Good morning. I am looking for help with this query if you'd be so kind.
    The snippet is below.
    ma is the alias of a table, xtblMROrderMaster. Formerly we kept the QuantityOpen in here; that is...
  6. Replies
    4
    Views
    1,070

    Re: Question about Newtonsoft.Json

    OK but the odd thing about the exception is that code hasn't been touched in years so I'm not sure what would cause it. Of course, it could be something about the asana notes on that particulate...
  7. Replies
    4
    Views
    1,070

    Question about Newtonsoft.Json

    Please move if this is the wrong section. Also, my apologies for how long this is going to be.

    We have an in-house C# Windows program that runs the company's daily activities.
    We use asana for...
  8. VS 2022 Re: Navigate Back a Page, Programatically

    I have successfully implemented the equivalent of a modal dialog. In post #5, I mentioned I am using DevExpress Blazor. I should've emphasized that. Because I was able to accomplish this using DX...
  9. VS 2022 Re: Navigate Back a Page, Programatically

    I have a _Layout.cshtml file!


    @using Microsoft.AspNetCore.Components.Web
    @namespace DxBlazorApplication3.Pages
    @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

    <!DOCTYPE html>
    <html...
  10. VS 2022 Re: Navigate Back a Page, Programatically

    Thank you for the additional input. I would just like to state that I am learning all this stuff (Blazor, DevExpress components for Blazor, html, etc.) I would like to keep it simple. This...
  11. VS 2022 Re: Navigate Back a Page, Programatically

    Thank you, I will take a look at that.
  12. VS 2022 [RESOLVED] Navigate Back a Page, Programatically

    I am trying to figure out the web page equivalent of a Windows modal dialog. That is, in my Windows application I give the user a grid with some command buttons in each row. He hits a button, it...
  13. Re: SQL Syntax that I'm just not getting right...

    Thank you.
  14. Re: SQL Syntax that I'm just not getting right...

    Meaning I am SOL?
  15. [RESOLVED] SQL Syntax that I'm just not getting right...

    Would you be so kind as to run this query and explain to me why I am not getting the result I'm expecting, which is LineNumberAsDecimal 1.1, versus LineNumberAsDecimal 1.10?
    I must be doing...
  16. Re: [RESOLVED] SQL Server - Is it possible to have a Job that creates Excel file mult

    TY. We are going to nix the sql server job. I guess management decided they don't need it to run on any kind of a schedule. It generates a report of data. Really, people can do it as they need it.
  17. Re: SQL Server - Is it possible to have a Job that creates Excel file multiple sheets

    Yes, we were having a live Teams meeting when your reply came in so I showed it to her and it's pretty much what we were deciding anyway. What she likes about sending automated emails is people get...
  18. [RESOLVED] SQL Server - Is it possible to have a Job that creates Excel file multiple sheets

    I want to make sure i give my boss the right answer regarding an enhancement she wants. We currently have a sql job that runs weekly which sends an email which is the results of a query both in the...
  19. Re: Set text of HTML button conditionally in grid row

    I got it! Sorry for the unncessary post. I usually try to find an answer, post here, and keep looking. I kept looking and this worked:

    <DxGridDataColumn FieldName="TripStatus"...
  20. Set text of HTML button conditionally in grid row

    I have a DevExpress Blazor DxGrid on my web page which displays n rows of data. One of the columns in the grid is a status. If the status is SS I want a button next to it with caption IP. If the...
  21. VS 2022 Re: Having problems with navigationManager and a null parameter

    I am learning. I don't mind deferring to other people's advice. Thank you, changing it now. At the very least, it will solve my null parameter problem.
  22. VS 2022 Re: Having problems with navigationManager and a null parameter

    @tg - I understand what you're saying, thank you, and all opinions are welcome from those of you way more experienced than I! Let me just repeat the scenario so I know we're clear. One the first...
  23. VS 2022 [RESOLVED] Having problems with navigationManager and a null parameter

    I have a page SystemDataDetails from which I want to navigate to CircuitDetails. Circuits are represented in a grid on SystemDataDetails and you click a row and open the circuit page. I realized I...
  24. Re: HTML Layout Question but using DevExpress Blazor Components

    Thank you, I will take a look at those links.
    I also realized - I am taking our windows application and rewriting some of the forms to run on the web. Just because in the windows application I have...
  25. Re: HTML Layout Question but using DevExpress Blazor Components

    Update: I removed the <nobr> tag and it is laying everything out in one row which looks nice. So if I can't have the Site Reference and Control Method stacked, I'll live with all in a row.
  26. [RESOLVED] HTML Layout Question but using DevExpress Blazor Components

    Hi. I believe this is an HTML question. I am writing my first web app and learning. I can ask DevExpress questions about their components but I'm trying not to ask them questions that are *not*...
  27. Replies
    6
    Views
    2,338

    VS 2022 Re: Reload same Blazor webpage with new data

    Thank you. For some reason I am cranking out codeand finding development pretty easy. As far as responsiveness, the app is very recently available on the web so I'll have my alpha testers jump in. ...
  28. Replies
    6
    Views
    2,338

    VS 2022 Re: Reload same Blazor webpage with new data

    We're using DevExpress controls. THere is a button. I tried it out but I did not like it; it was big and bulky. Y ou can render it as a link! It's beautiful. So I don't need any javascript or...
  29. Replies
    6
    Views
    2,338

    VS 2022 Re: Reload same Blazor webpage with new data

    Well, I have no idea what you're talking about not using Blazor. It's a blazor applications so doesn't it have to be ... blazor?

    That said, I have another specific question. I need to run my...
  30. Replies
    6
    Views
    2,338

    VS 2022 Re: Reload same Blazor webpage with new data

    OK, I pretty much implemented that snippet, with a bit of embellishment, and it's working. I just wanted to stop anyone from going to the trouble of helping me on this; trust me, I will need your...
  31. Replies
    6
    Views
    2,338

    VS 2022 Reload same Blazor webpage with new data

    I'm coding a Blazor webpage that displays a "system". You can have a parent system and children systems. SystemDataControl (SDC) is the key in the database table.

    So I go into my page with SDC =...
  32. VS 2022 Re: How do I let our company employees connect to the DB and run my web application?

    Yes, thank you. That is one way: Implement a user authentication system to control who can access your web application. Use role-based access control (RBAC) to define different user roles and...
  33. VS 2022 Re: How do I let our company employees connect to the DB and run my web application?

    I think this is what I want to do. https://stackoverflow.com/questions/65212395/getting-current-windows-user-in-blazor-server-for-ad-auth OP'er seems to have solved it. I wish there was more detail.
  34. VS 2022 Re: How do I let our company employees connect to the DB and run my web application?

    I dug up an email from 3 week ago and this is how I was told to do it: No there is a method that they can enter user name and password and then the IIS server can look them up in active directory to...
  35. VS 2022 Re: How do I let our company employees connect to the DB and run my web application?

    I am watching this https://www.youtube.com/watch?v=pTgSNfJQfZs
  36. VS 2022 How do I let our company employees connect to the DB and run my web application?

    Looking for recommendations of some good material out there explaining how to authenticate users who access my deployed web application.
    It's Blazor, making SQL Server calls.
    All the users of my...
  37. VS 2022 Re: How do I distribute my web application to my company's employees?

    Skip my last 3 questions. He said there was some service he hadn't started. It's working.
  38. VS 2022 Re: How do I distribute my web application to my company's employees?

    So this is what he asked me and yes, good question.
    Do you have an example on how to access the site on a web server? There are no razer pages in the deployment and that _host file doesn't exist...
  39. VS 2022 Re: How do I distribute my web application to my company's employees?

    What does this mean exactly? (From same article cited above). The app is accessible in a browser after it receives the first request. Make a request to the app at the endpoint binding that you...
  40. VS 2022 Re: How do I distribute my web application to my company's employees?

    @tg - So you "deploy it to a web server". What does that mean? I published my files. What's next? Do I have to do all this? ...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width