Search:

Type: Posts; User: BSWhipp

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds; generated 54 minute(s) ago.

  1. Replies
    6
    Views
    1,916

    Re: RDLC granularity

    jdc2000 - I am already doing tek-tips and selecting the printer based on the size they pick. But the git-hub option looks interesting. Will follow that. Thanks
  2. Replies
    6
    Views
    1,916

    Re: RDLC granularity

    Well on the old Visual Foxpro you could select the printer to use with the layout. In Visual Studio, I don't see that option so I do not know how to go forward. But do appreciate your help.
  3. Replies
    6
    Views
    1,916

    Re: RDLC granularity

    Honeywell and Intermec. I know there are things you can do with drivers but its a bit over my head. I have called Honeywell and they are no help. Probably unless you pay big $$$. I can use programs...
  4. Replies
    6
    Views
    1,916

    RDLC granularity

    Is there a way to enlarge or reduce the granularity on the report viewer? I am trying to print on some small labels using a Thermal label printer. The problem is even when margins are set to 0 and...
  5. Replies
    0
    Views
    1,808

    Selecting page setup from rdlc resets copies

    I set the number of copies in the reportviewer prior to showing the report. If I click the print button the print dialog box shows the correct number of copies but if I click the page setup and...
  6. Replies
    1
    Views
    514

    Re: Stuck in printer settings hell

    Hey all thanks for the help. I figured it out.


    Dim ps As New System.Drawing.Printing.PageSettings
    For Each h In .PrinterSettings.PaperSizes
    If InStr(h, "114") > 0 Then
    ...
  7. Replies
    1
    Views
    514

    Stuck in printer settings hell

    If anyone could help me on this I will kiss the ground you walk on!!! I have a form with a reportviewer in it. I am trying to set the orientation and paper size of the printer. It does NOT work. When...
  8. Replies
    1
    Views
    1,796

    Print Barcode 128 in RDLC

    I can print BC39 no problem but I need to print 128. I have no clue on how to do this. Its not just as simple as using the BC128 Narrow typeface. If anyone can point me in the correct direction, it...
  9. PrinterSettings issue with rdlc and Datamax printer for labels 4 wide continuous role

    I have had 0 luck trying to get this to work. I can set margins and padding options on a 4 column rdlc report but can not get the thing to print the last column correctly on the last label. 1 thing I...
  10. Re: Process starts but does not display window

    No, not a permission problem. I changed the code to run notepad and still same issue with notepad. Has to be the application that is calling the my dll that is not allowing it to be seen.
  11. Re: Process starts but does not display window

    Loads the labels.exe the same (No window) and stops the processing of the program that launches it.. Go to be something with the program that is running it. Like it won't allow the window to come up...
  12. Re: Process starts but does not display window

    If I navigate and run it, it runs as expected. And I did try the Working directory and still same issue and the WindowsState is set to Normal in the labels.exe
  13. Process starts but does not display window

    I have an application that I am trying to launch another exe from. The second exe does start because you can see it in the task manger but the application window does not appear on the screen? Any...
  14. Re: Quick Question on a Print Preview dialog form to test if they did not print

    If PrintPreviewSN.ShowDialog = System.Windows.Forms.DialogResult.OK Then works like a charm. Thanks
  15. Re: Quick Question on a Print Preview dialog form to test if they did not print

    Thanks. Will try but I think I has a problem with ShowDialog that is why I used Show. But will try and get back to you. Thanks!
  16. Re: Quick Question on a Print Preview dialog form to test if they did not print

    Correct, the reportviewer control is in a form. I apologize for not being clear and will know better next time. Yes, show does return immediately now that you mention that, I understand it. Is there...
  17. VS2019 Reportviewer control interactivity nill

    When adding a report viewer to a form, it shows down on the bottom and not on the form. Had to go into the code and add me.controls.Add(Me.Reportviewer). Now it shows on the form but you can not...
  18. Re: Programatically program font size based on length of data

    Good point. When in the properties of the text box, click on Fonts then on size, or font, or bold, color, effects, line spacing, italic, there is a box with and fx next to it. That is where you put...
  19. Setting paper size and orientation not working in rdlc

    Have a Datamax label printer with 4 labels across 3.2 wide .25 tall. When setting the paper size to the selection and landscape to false the setting does not take affect. Does not print correctly but...
  20. Re: Programatically program font size based on length of data

    I Think I found it
  21. Programatically program font size based on length of data

    Is there a way to tell an rdlc what font size to use based on the length of the data in the expression?
  22. Quick Question on a Print Preview dialog form to test if they did not print

    I need to update a SQL database based on if the user actually printed. How do I test if that happened.
    Code below, and thank you for you help.

    Sub printserialnumbers(ByRef qty As Integer, ByRef...
  23. Re: Printing of barcodes on small labels not able to be scanned

    Well learning more than I wanted to know about printing barcodes. I got the Code 39 Narrow 3/1 to work. The issue is that I barely have enough room on the label so if the label is not aligned right...
  24. Re: Printing of barcodes on small labels not able to be scanned

    Yea I am having no luck. The barcodes do not look the same. Both are using BC 128 and mine don't look anything like it. I am not sure where to go. I called Teklynx and they said not out software not...
  25. Re: The variable 'Reportviewer1' is either undeclared or was never assigned

    it fixed the opening of the form issue. and it fixed the reportviewer issue but the actual report viewer does not show on the new forms. You have to add Me.Controls.Add(Me.Reportviewername) to the...
  26. Re: The variable 'Reportviewer1' is either undeclared or was never assigned

    Install-Package Corrected.Microsoft.ReportingServices.ReportViewerControl.Winforms -Version 150.1358.0 Fixed that issue.
  27. Re: The variable 'Reportviewer1' is either undeclared or was never assigned

    Well, I added another form and we are back to square one again. So there is something clearly wrong with Reporting in Visual Studio. If I add another form and then try to adda reportviewer to it I...
  28. Re: The variable 'Reportviewer1' is either undeclared or was never assigned

    OK I think I fixed it by updating all the nuget things I needed but now when I click on the form in the Solutions Explorer is opens the form to code. How do I get it back to the forms designer?...
  29. The variable 'Reportviewer1' is either undeclared or was never assigned

    Problems going from 2013 application to 2019 and report issues. I made sure I have v12 of Microsoft.Reportviewer.Winforms and .Common. Latest version of .Webforms Also have error 'Could not load file...
  30. Re: Printing of barcodes on small labels not able to be scanned

    I think I may have found the issue. The information I am trying to print, needs to be encoded for the scanner to be able to read it. Information from ...
  31. Re: Printing of barcodes on small labels not able to be scanned

    10 characters, its serial number.Scanner is a Honeywell USB scanner. 600 dpi. Yes there is a difference in label quality and distance between the bars. Not cheap scanner. The printer is a Datamax...
  32. Printing of barcodes on small labels not able to be scanned

    I have smalll labels (1"X.38") 3 across and have a rdlc setup. It prints the barcode on the labels but it is not scannable. If I use a program like labelview, I have no problem. Can anyone explain...
  33. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    OK, now I have a table with multiple rows in it. Should I open a new ticket for this? Thanks again.
  34. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    BTW, here is the code that works!!!

    Imports System.Net
    Imports System.Data.Linq.SqlClient
    Imports System.IO
    Imports System.Drawing.Imaging
    Imports System.Text
    Imports System.Data.Entity
    ...
  35. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    TO ALL, I GOT IT!!! Thank you for all you help!!!! and especially your patience. Now on to the next issue with this. I understand First or FirstofDefault but this database only has 1 record in it....
  36. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    Sorry, didn;t post the correct code here it is below

    Public Class Form1
    Public sns As New Model1
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    ...
  37. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    If I do this I get an error System.InvalidOperationException: 'The property 'fsn' is part of the object's key information and cannot be modified. ' when it hist the sns.savechanges()


    ...
  38. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    In messing around with it, I did find that

    Dim db As New arisn()
    db.fsn = sn10
    db.fswsn = sn8
    Did not do anything like you stated. but I don't know the syntax to update serailnum. When I try,...
  39. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    When you say I don't have the object, what do you mean by that? How do I get it? sns is the connection to the entity or sql correct? serialnum is a query to the sns.arisns which is the DBSet that...
  40. Replies
    41
    Views
    3,165

    Re: Update SQL database using Linq

    On the contrary, I have been staring at this for 4 days. New to this so namespaces, classes, objects, entities are not in my dictionary. I have looked at the information you have sent me to and I am...
Results 1 to 40 of 155
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width