Search results

  1. B

    oauth2 Office365 migration

    Thanks Uncle Gizmo #Bump
  2. B

    oauth2 Office365 migration

    We need to migrate our software to oauth2. Apparently with Office365, this will be the only authenticaton allowed soon, is that correct? And how would i amend my VB.net application to work with oauth2? I'm using System.Net.Mail... Can anyone advise me please.
  3. B

    Is LAST_INSERT_ID mysql user specific?

    Just got a query i'm inserting records into a table the an auto counter primary key lets say its called ID. After i insert a record i fetch the new unique ID created with SELECT last_insert_id() FROM mytable to build my audit trail and know what record to audit. That is my unique key. What i...
  4. B

    Active Directory Login for VB.Net program.

    I'm busy writing software for a school, and they use Active Directory to login. That want to use it to log into to my software as-well, as the apparently the teachers are bad with passwords lol. Has any one worked with Active Directory yet? or can anyone advise me where to start ... thanks.
  5. B

    How do i send a TLS mail using VB.net (Need an free easendmail alternative)

    Hi i was using easendmail to send mail using TLS until the trial i didn't know about expired, is there any free method in VB.net or external dll i can use to send mail using TLS protorcols.
  6. B

    Crystal Reports problem on Windows 10

    Problem Solved. The odbc driver never installed when i installed it. lol, always something stupid.
  7. B

    Crystal Reports problem on Windows 10

    Hi, I am wondering if someone can help me ... I wrote a system in VB.Net 2012 (Visual Studio Express 2012). It has been running fine on Windows 7 32bit but our client wishes to upgrade to Windows 10 32 bit now. I am busy testing the system on 64bit Windows 10 and it works fine on my Windows 7...
  8. B

    MySQL Server not accepting connection over VPN unless Telnet first

    Hi We are using a OpenVPN as our VPN software to access mysql databases across the country with MySQL Server 5.1 running on the hosting servers. I am using VB.NET with MySQL Connector 6.6.4 for software to run queries on the databases on the VPN, but for some reason on the one server on the...
  9. B

    Pastel Partner V 11 And MS Access Integration

    Interesting, didn't even know it is possible to justify a field in a database. Do you have any idee where I can download the ODBC driver and if it is free or not. Thanx BJ
  10. B

    Pastel Partner V 11 And MS Access Integration

    Sorry misread your post, was coding while I was reading :-), not as good with multitasking as I thought, thanks for the help. Is it possible to create a linked table in code to pervasive table or will all data handling have to be in code. Thanx again as my experience with pervasive is zero...
  11. B

    Pastel Partner V 11 And MS Access Integration

    Hi Pat Thanx, i am not a newby, but it has been a while since I posted, more than a year. My problem is the following. I designed a full Order Processing system for Distributors. I have just been so busy with rugby etc. to finish the system and license it out. A franchise in my city has been...
  12. B

    Pastel Partner V 11 And MS Access Integration

    Hi I am wanting build a MS Access application that can integrate closely with Pastel. I know there is SDK that can be purchased, but it is quite expensive. What i want to know is it possible to insert data directly intto the Pervasive database from within ms access and is it possible to create...
  13. B

    Order Entry system required

    I have downloaded and installed yahoo messenger.
  14. B

    Order Entry system required

    I am logged in to my yahoo account bjsteyn@yahoo.com. I have never used yahoo chat before. Is it like google talk that you access from your email?
  15. B

    Order Entry system required

    I am logged in to my yahoo account bjsteyn@yahoo.com. I have never used yahoo chat before. Is it like google talk?
  16. B

    Order Entry system required

    Keiath do you have skype? You can reach me on my email bjsteyn@gmail.com, skype ( bjsteyn ) or facebook ( bj steyn )
  17. B

    Order Entry system required

    After counting the objects, the system is about double the size i initially stated. Keith, yes, i can customize it. But what i am doing with the second version is to make the system versatile so that it can be used by any distributor and not need any customization. I going to put up a...
  18. B

    Order Entry system required

    Hi talkfish I have written a MS Access Application for Distributors doing rep based sales and delivering to customers. It handles everything a distributor needs: Customers, Orders, Invoicing, Quotes, Price Lists , Stock, Statements, Reporting etc. It has been used for the last 3 years by...
  19. B

    AccessViolation Error with backgroundworker/webbrowser controls for a file download

    I have a webbrowser , timer and bacgroundworker for logging into a website and downloading required data. I receive AccessViolationException error as soon the code sendkey to save the download file. Private Sub WorkIt_DoWork(ByVal sender As System.Object, ByVal e As...
  20. B

    VBA Arrays

    I used your account balance query, Chris, in my final code. Thanx Stopher, Spikepl and The Doc Man for your help. Public Sub calcAFees() Dim db As DAO.Database Dim rs As DAO.Recordset Dim rs2 As DAO.Recordset Dim strSQL As String Dim iMonth As Integer Dim iYear As Integer Dim...
Top Bottom