Search:

Type: Posts; User: AMJADJ75

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Application interperting textbox context as SQL Code

    Hi JM

    Thank you for your response. I was getting that error but you are right it was not because of the code! user error! I put in the wrong text box within the code (it should not have been...
  2. Re: Application interperting textbox context as SQL Code

    Hi, apologies for the late response, have been on annual leave and then working on another project.
    Thank you for all your responses, I have mainly looked at the solution provided by paul as that...
  3. [RESOLVED] Application interperting textbox context as SQL Code

    Hi All

    Hope you are all well. I have a button in my application which updates a field in a sql table. An incidence has arose where the user has typed into the textbox the word BOM's and the word...
  4. Re: Find an empty textbox on form and populate it with text

    Hi Hope you are all good, apologies for not getting back to your replies. A lot has been going on which has prevented me from doing so.

    With my limited knowledge of vb.net I don't entirely...
  5. Find an empty textbox on form and populate it with text

    Hi All

    Hope you and your loved one's are all doing well in these testing times.

    I have a form which contains 16 textboxes (form1), on form1 is a button which opens up another form (form 2)...
  6. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Mate, all I can say is " I love you" ha! this worked and has saved me more sleepless nights - thank you ever so much for your time and patience :)
    I am assuming the ascii codes were always there but...
  7. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Thanks for your time "dbasnett" - getting the group separator code in the output is not an issue (I know that thanks to you guys), what I find is if I want to extract data between two specific...
  8. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    part two

    KeyCode: Menu KeyData: Menu, Alt KeyValue: 18 Modifiers: Alt
    KeyCode: NumPad0 KeyData: NumPad0, Alt KeyValue: 96 Modifiers: Alt
    KeyCode: NumPad5 KeyData: NumPad5, Alt ...
  9. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    This is the output from the keydown code - Part 1 (as too many charecters to post all of it here) - please note the same barcode was used.

    KeyCode: Menu KeyData: Menu, Alt KeyValue: 18 ...
  10. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Thank you for your patience mate... please find below... ps where you see ascii codes 29 / 30 it is bringing the symbol back i.e. ^ & <-> (just doesn't appear when I copy into here.

    Char: [ Ascii...
  11. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    I entered your code,started the application, scanned the barcode and then within the output tab albeit going downwards i got one character at a time which the above is part of. I can give you every...
  12. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    [ ) > ^ 0 6 P F T E S T C O M P O N E N T Q 5 0 0

    Before the P there should be a group separator and also before the Q there should be one. When I copy the notepad ++ text into the textbox I get...
  13. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Yes that has worked... Shift + CTRL + 6 reads back ascii code 30 (coloured triangle pointing up)
    But as above, i got this ascii code when scanning the barcode into textbox1 but not 29 (group...
  14. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    sorry mate, I went into "stupid" mode!! been a long day, nearly bedtime!!

    I have pressed ctrl ] and I get Char:  Ascii code: 29...….. (Char: <-> Ascii code: 29)…… my ^ is on the number 6 key,...
  15. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    I thought the ASCII characters were achieved by holding alt and typing in the code number? Anyhow, I have logged on and performed the above tests and the results are as follows:

    Keys = shift + 6 =...
  16. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Would like to add / question and this is why I dismissed the scanner. We have another software developed externally specifically for us which does what I am trying to do ie scan the barcode into a...
  17. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Yes it was but cannot remember what was selected / what the current settings are but having had a look at the manual online just now i am assuming the "USB Keyboard with alternate key encoding" would...
  18. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    The holder / charger has a wired USB, which is connected difectly into the PC.
    Really appreciate you replying and taking time out - thank you.
  19. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Datalogic, Model - Quickscan QM2400
    I dismissed the scanner as 2 other software picked up the GS and RS with the same scanner.
    Thank you for your time.
  20. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Of course, i will do so tomorrow when I am back at work, but will try to explain in case you understand it this way..

    So when i scan in notepad++ i get: [)>RS06GSP12345GSQ100GSK50023098GSRSEOT...
  21. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    179434

    Please see attached for outcome, it can be seen, when scanning directly into the textbox the GS are not there but when the text from notepad++ is copied into the textbox the GS are present...
  22. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Thank You JM.

    I have now performed the testing and I am afraid it is back to square one (as I was with my previous thread) :( here is a summary:

    -- > When I scan the barcode into notepad ++, I...
  23. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    I get the fact that just because it does not display them does not mean they are not there! But if my textbox is showing [)>06P12345Q100K50023098

    So before the first P I should have a group...
  24. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    - thank you "Passel", that's exactly where it was.
    Will scan the barcode at work tomorrow and then check the output window, here is hoping it contains the decoded values.

    I copied the value I got...
  25. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Hi @Niya

    How did you get what appears to be a drop down with immediate window and the "debug" value? I have a group of tabs at the bottom, one of which is immediate window but I don't think it's...
  26. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Thank you for your responses guys.

    @Paul - I don't think there are null charecters, will double check though.
    @Niya - Good test and spot, thank you! Will try this and get back to you.

    Yes, it...
  27. Replies
    48
    Views
    10,939

    Re: Ascii string decoding

    Hi "jm"

    Not sure what else i can tell you! I have created a barcode within a popular software, printed the label, opened the app amd for arguement sake lets say it has one text box.

    I click on...
  28. Replies
    48
    Views
    10,939

    [RESOLVED] Ascii string decoding

    Hi All

    I have created a data matrix barcode (values differ depending on sql record returned), and when i scan into notepad++ i get:

    [)>RS06GSP12345GSQ100GSK50023098GSRSEOT

    However scanning...
  29. Replies
    13
    Views
    2,319

    Re: Web Based Menu To Open Windows Applications

    https://www.w3schools.com/html/html_images_imagemap.asp
    Yes i think you are right. I have read this doc and will play around with creating a page with icons. One click will publish a new version...
  30. Replies
    13
    Views
    2,319

    Re: Web Based Menu To Open Windows Applications

    Hi paul thanks for taking the time out to respond. Yes thats exactly what i want ie a window with icons and when you click the icon it opens up the application exe file.

    I have looked at one...
  31. Replies
    13
    Views
    2,319

    Re: Web Based Menu To Open Windows Applications

    Thank you all for your time and comments.

    "DDAY9" - Just tried the toolstrip and as the name suggests its just a strip at the top which is not what I wanted.

    Techgnome - although not web based...
  32. Replies
    13
    Views
    2,319

    Re: Web Based Menu To Open Windows Applications

    Hi "Shaggy"

    I guess that is mis-leading! My initial thoughts were to create a HTML page with pictures relevant to the application as "buttons". But I wanted to know what the common way is. ...
  33. Replies
    13
    Views
    2,319

    Web Based Menu To Open Windows Applications

    Hi All

    Apologies if this is the wrong place for this question.

    Just wondering what people have done to create a user interface ie a menu with buttons, which when clicked, open up a windows...
  34. Re: colour for buttons on datagrid to change if sql record exists

    *** update *** This has now been resolved, for anyone looking at this post in future....

    --- I added the fields I needed to check into the sql query which created and populated the datagrid...
  35. Re: colour for buttons on datagrid to change if sql record exists

    Hi ChrisE, that's great thank you. What I wasn't doing initially was bringing the data into the datagrid, hence why going through the grid and running a sql query at each row. I will check how I...
  36. Re: colour for buttons on datagrid to change if sql record exists

    Had you taken the time out to mate, you would have realised that no one said it was the optimal method! pointless replying to something if you haven't read it all!
  37. Re: colour for buttons on datagrid to change if sql record exists

    Hi "JM"

    Sometimes we are placed in a situation where we just want to get the job done rather than think of optimal coding and also not everyone aspires to be a developer and fully learn...
  38. [RESOLVED] colour for buttons on datagrid to change if sql record exists

    Hi All

    Hope you are safe and well.

    Within the load sub on a form, I create a datagrid and insert values staff_id, forename, surname and company. My first two columns are buttons for each row...
  39. Re: conditional formatting of textbox font on a form

    Exactly what I wanted mate - your a star. Thank you ever so much, that was excellent :)

    I am posting another similar question with regards to buttons - take a look if you have the time (grit...
  40. [RESOLVED] conditional formatting of textbox font on a form

    Hi,

    Hope you are safe and well :)

    I have a form which contains number of textboxes, among which 32 are populated by data grid values, which is turn is populated by a sql query. All this works...
Results 1 to 40 of 60
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width