• Member Avatar for rproffitt
    rproffitt

    Began Watching SQL Update Where Select

    I have a table where I want to update "time 2" row, in the user's last "time 1" entry. I was try this, but not function. UPDATE `temp` SET `time2`=NOW() …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in How to store data from file redirect to new file using C

    Part of the formatting problem was that the OP did not use the code tool to post the code. As such all of the lines beginning with `#` (because they …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to store data from file redirect to new file using C

    Your code is not formatted so I won't get into it but an obvious omission is the missing fclose(). Take your pick from https://www.google.com/search?q=is+fclose+required%3F I will not debate bad practices …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to store data from file redirect to new file using C

    Hi all, I am working on a project that should take all the data from file redirect and write them to a new file. Here is what I have: #include …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jjsulzer in How to store data from file redirect to new file using C

    Hi all, I am working on a project that should take all the data from file redirect and write them to a new file. Here is what I have: #include …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about a platform for IOS in java

    Derailment complete: https://play.google.com/store/apps/details?id=com.estrongs.android.pop&hl=en or ES File Explorer used to deal with this very well. But when I want move files about I still lean on Dropbox.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can you tell me how to burn a DVD DL using Windows 10?

    Just to share that I do not download an ISO. I use Microsoft's Media Creation Tool and not once do I get an ISO file. This tool can create the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Can you tell me how to burn a DVD DL using Windows 10?

    Can you tell me how to burn a DVD DL using Windows 10 and Cyberlink Media Suite, IMGBurn, Express Burn, Winx DVD Author, Wondershare or Windows 10 own burning software. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about a platform for IOS in java

    Thanks for writing about Bluetooth dropouts. This is actually where our little company got its foot in the door on such work. The code we wrote at the application level …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about a platform for IOS in java

    Who would? Some home automation (pre-smart home?) did and here we are years later with iPads that you can't replace. We've been fine with a succession from beginning days with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about a platform for IOS in java

    @JamesCherrill. I've read that before and for reasons our main products don't have any iOS or Apple version. We use the old serial port Bluetooth profile and Apple botched that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Question about a platform for IOS in java

    Does anyone know about robovm??? It is a platform to make ios apps in java. I need it for a new project I´m working on in a nearshore outsourcing company.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Inner Class in an Interface?

    Wow. When did we last see such a useless pile of nonsense. Almost every line contains an error. There's no way you could turn that into valid Java code. And …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Visual Basic 6.0 project [airport boarding pass generator]

    I have a question. I found the database connections to fail in 64 bit versions of current issues of Windows. As such we had to remove all database references and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Visual Basic 6.0 project [airport boarding pass generator]

    I'm very new to visual basic 6.0 and I have a very less knowledge in it. My project is about airport boarding pass generator. In my first form,I have a …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Showing Error :Index Was Out Of Range. In Datagridview Please Help....

    Try For Z1 = 0 To DataGridView1.RowCount - 1 If you have 5 rows, for example, the indices are 0, 1, 2, 3, 4
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Showing Error :Index Was Out Of Range. In Datagridview Please Help....

    Try For Z1 = 0 To DataGridView1.RowCount - 1 If you have 5 rows, for example, the indices are 0, 1, 2, 3, 4
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Question about a platform for IOS in java

    RoboVM was a nice open source project that ended up being owned, then killed, by Microsoft in 2016. In my opinion you would be mad to start a new development …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in phpExcel: excel sheet downloading but content not showing

    I see PHPExcel has been archived and unchanged for years. Looks like it's time to migrate.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching phpExcel: excel sheet downloading but content not showing

    Need a help to resolve the excel sheet issue with PHPExcel . I'm trying to generate the PHPExcel version 1.8 from database. The problem is that excel sheet get creating …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Michael_95 in Connected to internet but no websites or other internet applications

    Not sure if this post is still active. I have similar issue. Can connect to bing.com (only). Seriously? The OS allows connection to one website but no others? Old Dell …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in setting 1 database entry per day on rfid attendance system (VB)

    Why not that rule in your code? That is, you query if there is a record and if none for the time/date then you insert.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching setting 1 database entry per day on rfid attendance system (VB)

    Hello, i am developing a RFID based attendance system using VB and i want to set a rule where in the database will only accept one data entry from the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Google has banned all third party repair ads? Since Nov. 2018.

    @kashioz. You can google up Louis Rossmann to find his encounters with Apple and more. Apple has declared war (my choice of words) on the repair industry by blocking access …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to kashioz in Google has banned all third party repair ads? Since Nov. 2018.

    So I'm running a cell phone and laptop repair service in Vancouver and recently my ads stopped showing up for the keywords like: cell phone repair iPhone repair Samsung repair …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in exporting MFC to DLL

    Since this appears to be a Windows system, I'd stop beating my head against the wall and make it C++.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching exporting MFC to DLL

    Hi I having trouble to export DLL which would contain one fucntion. The function would create an MFC dialog object, then the object is instantiated and then run method is …
  • Member Avatar for rproffitt
    rproffitt

    Created Google has banned all third party repair ads? Since Nov. 2018.

    Start with https://www.google.com/search?q=google+banned+all+apple+repair+ads and there it is. It appears to be mostly about Apple products and when two juggernauts, dare I write collude even if openly, we all lose. Apple's …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Google has banned all third party repair ads? Since Nov. 2018.

    Start with https://www.google.com/search?q=google+banned+all+apple+repair+ads and there it is. It appears to be mostly about Apple products and when two juggernauts, dare I write collude even if openly, we all lose. Apple's …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c++ /cli DLL and portability

    Let me share that my works in C# were the least troublesome over the years. My experience with .NET was without troubles so I tend to use that over and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching c++ /cli DLL and portability

    Hi I am considering to use C++/CLI because of .NET. My aim is to create DLLs where these would be used by some language. Would I be getting any problems …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Saskwey in How to create iso from a Bootable USB ?

    Has anyone used this https://www.iseepassword.com/iso-creator.html (I haven't used yet) It was recommended by my colleague yesterday.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Facebook in website sharer dialog

    It would alarm me. Why? If you created a non-Facebook method I would wonder if you were collecting FB data or something nefarious. FB has documented how to add a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Facebook in website sharer dialog

    I looked at other websites and not one has such an interface. Look at how Daniweb shares. What's wrong with that?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Facebook in website sharer dialog

    I want to add a Facebook share button on my website. But I don't want the new window pop up dialog. I want the dialog that opens on the website, …
  • Member Avatar for rproffitt
    rproffitt

    Liked / Shared Facebook in website sharer dialog

    I want to add a Facebook share button on my website. But I don't want the new window pop up dialog. I want the dialog that opens on the website, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ionic - Pass value on another page

    Here's a thing. Over time web browsers have built up barriers to keep web page data private to that page and the server. So when you cross to another browser …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in noSQL data format

    Maybe a lite version. http://www.litedb.org/ takes the dll and your code in say C#.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching noSQL data format

    Hello everyone, is there some document that explains the data format for a noSQL DB file? or maybe someplace where i can download some sample noSQL files to look at …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ionic - Pass value on another page

    I think you asked this 9 months ago. Doesn't matter. Maybe folk are not replying since https://www.google.com/search?q=Ionic+-+Pass+value+on+another+page seems to find priors.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Ionic - Pass value on another page

    I want to pass a value (0 or 1) to another page so i can make an ng if to return a different button. Any help? do i need to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Access Denied to Folder (Windows 10)

    Probably 95% false. See others yelping at https://www.google.com/search?q=MachineLearning/Anomalous.95%25+site:forums.malwarebytes.com&gl=US&sa=X&ved=2ahUKEwjlnPaX6YfgAhULhlQKHRxSAnIQrQIoBDAAegQIARAM&biw=1602&bih=788
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Profile pic update

    >Why on Earth would anyone put themselves through the extra work of using a command line graphics editor. I also have Paint Shop Pro but there is a very good …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I haven't been this stuck in a long time

    Since both Chrome and Opera use the same engine and changes happen there, you have to dig into your code. I didn't but want to mention that I check out …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I haven't been this stuck in a long time

    I need a little help. I have a web page that worked for about a year and suddenly In Chrome and Opera the full screen video stopped working. I have …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ms access 2007 sum aggregate 2 tables fields give me wrong result

    I can make a bet this may not work correctly. Long ago I had issues with VB6 and wrong answers. There were two causes. 1. I forgot that a VB6 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching ms access 2007 sum aggregate 2 tables fields give me wrong result

    i need help on this project it really makes me crazy... imnising access 2007 and vb6 together in my code im trying to make a report using sql query inner …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Office 365 license migration advice...

    I won't write exactly here. I will note that anyone using any Cloud app still has to protect their data. Only the very new don't understand this. And sometimes I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Office 365 license migration advice...

    To start I want to make it clear I have no experiance with office 365 or the associated exhange stuff, and I would never personally recomend such a package to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is Mobirise GamingAMP theme compatibale with WordPress application?

    You have asked similar same question twice or more before. Why ask again? I'm starting to think you are spamming for Mobirise?

The End.