• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Inserting Data into SQL using VB

    I suggest you do something like dim qry as string = "INSERT INTO Table VALUES ('" & PatientID.Text & "', '" & fname.Text & "'," & lname.Text & "')" and …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    write a program that: asks the user to enter a grade (integer between 0 and 100) if the grade is above a 90, display good job if the grade is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in very beginner need help

    Without looking up the exact syntax, you might try something like prompt = "OK, " & name & ". Please enter the cost of the " & item & ": …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    This is your first post and you have already made some big mistakes. 1. You didn't ask for help. You demanded it. 1. You didn't show any proof that you …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Mr.Beast in Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    write a program that: asks the user to enter a grade (integer between 0 and 100) if the grade is above a 90, display good job if the grade is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in very beginner need help

    It's been quite a while since I used a version of BASIC that old but I suspect balance = float (input("OK, ", name, ". Please enter the cost of the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Encrypting some megabytes

    I would just download [VeraCrypt Portable](https://www.veracrypt.fr/en/Portable%20Mode.html) (free) rather than write something from scratch.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in operation is not allowed when the object is open....

    I corrected the code formatting. Please note that of lines 29 and 30 Exit Sub rs.Close there is no way that line 30 will ever get executed so it is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited operation is not allowed when the object is open....

    Option Explicit Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim list As ListItem Sub Connection() cn.Open "provider=microsoft.jet.oledb.4.0;data source=C:\Users\Archana\Documents\login.mdb;" rs.CursorLocation = adUseClient rs.Open "ARegistration", cn, adOpenKeyset, adLockPessimistic End …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Fida Schmid introduction

    Hi everybody! not much to say actually :) just joined your community cause I'm working hard to improve my programming skills. As you know programming as been very important nowdays, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for Click on Listbox name to fill Textboxes with Username and Password

    I want when click on the Name Listed on a Listbox from the database to fill Textboxes with Username and Password of particular user from SQL database. I am able …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Saving ListView Contents using OpenSaveDialogBox

    You have to iterate through all of the items in the listview collection and convert them to string before you write them out. If the collection is small then you …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Saving ListView Contents using OpenSaveDialogBox

    Hi There! I'm working with application for adding contacts using Visual Basic 2012. The application have textboxes to add data, control buttons and ListView to display contents in columns. I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Email Reply-To Question

    @egoche - I've corrected your code formatting twice. I won't do it again. Please use the code block tool `</>` to insert code.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Email Reply-To Question

    I know that the code to send an email to multiple addresses is: $to = "ADDRESS1, ADDRESS2 \r\n"; $headers .= "CC: ADDRESS3 \r\n"; $headers .= "BCC: ADDRESS4 \r\n"; And I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Overload operators in Python

    Because you can write clearer and more concise code if you overload operators so that they can be used on objects. For example, you might want to overload `+` so …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Introduction for new member

    Hi there Nayna.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in To Implement Predictive Parsing in C

    input can be anything like a+b$ or a*b$ etc
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hide some menu items as per user rights?

    What is urgent for you is not urgent for anyone else. Nobody here is going to do what you are asking.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in XSLT Ignoring HTML Div Tags

    The thread has been dead for more than 8 years. What do you think?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How Should Voting Machines Work?

    There are new voting machines being currently used that satisfy some of my requirements but still have massive loopholes ripe for exploitation. The new machines do, in fact, print out …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What are the main factors in digital marketing??

    Not to mention that most people respond better when you ask a question politely rather than demand an answer.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created vbScript - Extending Application Functionality with vbScript and AutoIt

    vbScript - Extending Application Functionality with vbScript and AutoIt Sometimes you'll find that one of your favourite applications is missing some useful functionality. For me, it was FastStone Image Viewer. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Undefined property: stdClass::$theme in Codeigniter

    I think the problem is that people see `Code Snippet` in the drop down and think that because they are including a snippet of code with their question they should …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Dani in Connecting with Members

    Also, you can Mute the user. We crowd source data about who and how many people mute a user to factor into our matching algorithm. If a large portion of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Connecting with Members

    >Other than they’ve been a DaniWeb member for 7 years and are also from Ontario. ;) I don't know how you got that. This particular user [slientcoder](https://www.daniweb.com/members/1156391/slientcoder), joined 18 hours …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Connecting with Members

    Ah. Yes indeed. That does take me to the profile page. And naturally there is no information whatsoever on the profile page, therefore, absolutely no reason for me to respond.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Connecting with Members

    I do that and all it does is redisplay the page I am currently on. Here's thee screencaps. 1. The conversation page 1. Just before clicking on the avatar (mouse …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to modify my Python programming

    I'm far from a python pro but it seems to me that xx is local to plotSVC and goes out of scope once that function exits. I suggest you try …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Adding two text box to sum text box

    Two possible solutions: 1. Put code in the text_changed event for the two textboxes (you can use the same event handler for both) that computes the sum and puts it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Connecting with Members

    I tried that. All that does is redisplay the [conversations](https://www.daniweb.com/connect/conversations/view/58eiw) page.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Connecting with Members

    I just got a PM from a user who said "Hello! I'm <username>. Nice to meet you! Let's connect." What I know about this user is precisely zero. Before I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Quebec's plan to ban religious symbols

    >Where I have a problem is when a law specifically says that no yarmulkes are permitted That crosses a line for sure, except the bill doesn't target any one religion. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Attachments seem to be not working

    Apparently. >I don't know how yez done it but I know yez done it! - Buggsy Malone (Bugs & Thugs)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Attachments seem to be not working

    Thinking some more I realized that just in the last month I uploaded a couple of images using Chrome with no problem. And I see that the dialog box is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Attachments seem to be not working

    I think I had the same problem quite a while back and never found the cause. I use attachments so infrequently I probably just decided back then to use Firefox …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Attachments seem to be not working

    Nope. Still doesn't work in Chrome.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in brexit

    Will a Gif work? If not, click on the picture or use https://imgur.com/gallery/kiyioaZ [![CatBrexit.gif](/attachments/large/1/86ba553fc18a9cf5748e391ec6b0bcb9.gif)](https://imgur.com/gallery/kiyioaZ)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in brexit

    ![2019-03-29_143623.jpg](/attachments/large/3/e49362a73bdeb1ef42406f3d7c0c8579.jpg)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Attachments seem to be not working

    Still not working for me. At least not in Chrome. It does work in Firefox.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Attachments seem to be not working

    I tried to attach a file to a post by clicking the attachment icon and the file upload dialog did not show. I tried several times with no luck.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Quebec's plan to ban religious symbols

    >Being asked to remove a hijab could be the same to them as you being asked to remove your clothes in public. I'll give you that one. The teacher who …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Quebec's plan to ban religious symbols

    For the record, I don't have a problem with the discussion of religion in the public classroom as long as such discussion doesn't promote or denigrate a particular religion. Same …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Quebec's plan to ban religious symbols

    I certainly agree that there is a very large grey area between "religious" and "cultural". It may be hard to distiniguish between whether a particular piece of clothing is cultural …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Quebec's plan to ban religious symbols

    Keep in mind that your 2nd and 3rd posts were made while I was still typing up my 2nd post so things might be a little out of order.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Quebec's plan to ban religious symbols

    That's probably at the heart of my unease in looking at this issue. As an atheist, I don't see why religion should be treated any differently than any other subject. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in brexit

    A new meme about Brexit at https://imgur.com/gallery/Znkz6RF
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Quebec's plan to ban religious symbols

    The Quebec government will be introducing legislation that prohibits public employees from displaying religious symbols while at work. This would include items such as crucifixes, kirpans, turbans, hijabs, yarmulkes, etc. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in New member signups at a high

    I've noticed a lot more java and html questions. Neither of which I can help with. I'm starting to think the desktop is dead.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in New member signups at a high

    That's the best news I've heard today.

The End.