Search found 9 matches

by bhatkins2000
Mon Jun 17, 2019 9:41 pm
Forum: Tricks 'n' Tips
Topic: Create QRCode (2D-Barcode)
Replies: 36
Views: 33852

Re: Create QRCode (2D-Barcode)

I was able to create a program using Dige's code (thank you) that creates a scannable QR Code. It works fine from the compiled code but fails to start as an executable with the following error message:

The program can't start because qrcodelib.dll is missing from your computer. Try reinstalling ...
by bhatkins2000
Fri Sep 23, 2016 10:05 pm
Forum: Coding Questions
Topic: MD5 and password store
Replies: 17
Views: 4342

Re: BCrypt

Has anyone had success using the Bcrypt.dll to encrypt and validate passwords?

Looking for some example code if anyone has.

Thanks for any help.
by bhatkins2000
Wed Jan 22, 2014 8:29 pm
Forum: Coding Questions
Topic: ListIconGadget() Scrollbar position
Replies: 12
Views: 5428

Re: ListIconGadget() Scrollbar position

Thanks, srod.

That is perfect.
by bhatkins2000
Wed Jan 22, 2014 7:02 pm
Forum: Coding Questions
Topic: ListIconGadget() Scrollbar position
Replies: 12
Views: 5428

Re: ListIconGadget() Scrollbar position

I am creating an application that does scheduling for a mfg company.

the application uses 2 listicons that I would like to keep synchronized horizontally. The main listicon has columns of data that are summed into the slave listicon.

As the user scrolls horizontally on the main listicon I would ...
by bhatkins2000
Tue Feb 22, 2011 9:06 pm
Forum: Tricks 'n' Tips
Topic: ListIcon+Column AutoResize,Edit,Group,Sort Arrow,HeaderClick
Replies: 23
Views: 13004

Re: ListIcon+Column AutoResize,Edit,Group,Sort Arrow,HeaderC

This is exactly the kind of thing that I need. What I need to know is how to get it to work.

I am not a complete beginner but would like someone to point me in the right direction. I see that these are proceduredlls (in a lot of cases). What do I need to do to get those to work?

thanks for any ...
by bhatkins2000
Wed Jun 20, 2007 4:49 am
Forum: Feature Requests and Wishlists
Topic: Default flag parameters for OpenWindow
Replies: 13
Views: 2299

FLAGS

I'm fairly new to PB. It seems that there is tremendous power in using the right flags with the code. Where do I find out that kind of info?

Thanks.
by bhatkins2000
Wed Oct 11, 2006 9:19 pm
Forum: General Discussion
Topic: Okay people... what are you working on in PB right NOW?
Replies: 126
Views: 49509

I'm building a bar coding system for a factory. The system records data about the manufacturing process and the serial number for each part. I am using Access as the database but want to move it to MySQL.

This portion of the app uses a corded bar code gun.

The next portion will use a wireless gun ...
by bhatkins2000
Wed Oct 11, 2006 9:14 pm
Forum: Coding Questions
Topic: Rookie Question
Replies: 4
Views: 1282

Rookie Question

I have an application that I am developing that needs to have a Return Key event in a string gadget trigger some actions. I cant seem to get it to work. Does anyone have some code that does this?

Thanks.
by bhatkins2000
Thu May 18, 2006 12:44 am
Forum: General Discussion
Topic: SQL (Access) Database - Date field?
Replies: 6
Views: 1960

I have a problem related to this issue.

I can get a table created with a DateTime type column (in Access). However, when I try to populate the table with a number (date serial) from a .csv file, the query bombs.

SO the question is How do I get the number from PB to Access in a date format that ...