Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~15.4K People Reached
About Me

VB Programmer (VB6, VB.Net, VBA), Tech Support

Interests
Video Editing, Digital Imaging, Programming
PC Specs
Windows 8, Athlon 64 2100, 2GB DDR PC2100, Geforce 256mb AGP, WD 500GB SATA(SATA1 port, Primary XP Install),…
Member Avatar for DGULLIVER

Good morning, I have 2 client applications which do the same thing. The first app which is written in VBA(MS ACCESS) and the other is ASP.Net. We can have multiple items for a client so we use a transaction id. When the access application starts a new transaction the app …

Member Avatar for rubberman
0
303
Member Avatar for DGULLIVER

Hi, Currently my PC is setup for .Net development using Visual Studio 2012. I'm starting to look at JAVA programming so I was wondering can the JDK and Netbeans/IntelliJ/Android Studio coexisit with my .Net Development environment? I do not want to install the JDK and the either if the IDE's …

Member Avatar for stultuske
0
354
Member Avatar for DGULLIVER

Hi, CREATE PROCEDURE `FindDuplicateExpenses`(IN `strExpenseDate` DATE, IN `strProfile` VARCHAR(50)) NO SQL SQL SECURITY INVOKER SELECT PD.Code, PD.ExpenseAuthorizedRefAmount, PD.FullName, PD.ExpenseDate, PD.ExpenseNatureID, PD.Ignore_Expense, PD.Profile FROM tblExpenses AS PD, (SELECT Profile, ExpenseAuthorizedRefAmount, FullName, ExpenseDate, ExpenseNatureID FROM tblExpenses GROUP BY Profile, ExpenseAuthorizedRefAmount, FullName, ExpenseDate, ExpenseNatureID HAVING COUNT(*) > 1) AS SUB1 WHERE PD.ExpenseAuthorizedRefAmount = …

Member Avatar for ryantroop
0
238
Member Avatar for DGULLIVER

Hi, I want to create a SP in mySQL to insert records and return the Primary Key. But when I try and create the SP I get error: mysql said #1064, You have an error in your SQL Syntax, Check the manual that corresponds to your MySSQL server version for …

Member Avatar for pritaeas
0
6K
Member Avatar for DGULLIVER

Hi, I'm trying to authenticate users with the use of Client SSL. I have installed the SSL on my Windows 8 PC and navigating to my website using IE and FireFox are fine. However when I navigate to same website Chrome asks to confirm the Certificate and after clicking ok …

Member Avatar for XP78USER
0
379
Member Avatar for DGULLIVER

Hi Everyone, I need my application to loop through all unread items and action depending who send the email. This I can do with no issues. The problem I'm having is when I mark the message as read the Items Count decreased in real time. Here is my full code: …

Member Avatar for PerplexedB
0
2K
Member Avatar for DGULLIVER

Good Afternoon, I have 2 senarios to which I need some clarification. I have an Access 2010 frontend with linked tables to mySQL using ODBC. Senario 1: I need to add a few fields to the main table and the software is used 24/7 if I add new fields will …

0
133
Member Avatar for DGULLIVER

Hi Everyone, Been a few years since I had to post anything here so I'm glad to be back. I've been asked to do a report to show vouchers that have been issued and presented for July (this year and last year). I have done this SQL: SELECT tblOutlet.OL_NAME, Format([VI_TRANSACTION_DATE_TIME],"mmmm …

Member Avatar for BitBlt
0
262
Member Avatar for DGULLIVER

Hi, I'm printing a VB.NET form using BitBlt API my code as follows: [CODE] ' create a printing component Private WithEvents pd As Printing.PrintDocument ' storage for form image Dim formImage As Bitmap ' create API prototype Private Declare Function BitBlt Lib "gdi32.dll" Alias _ "BitBlt" (ByVal hdcDest As IntPtr, …

Member Avatar for charuwaka
0
528
Member Avatar for DGULLIVER

Hi, Pretty new to php so would like some advice on how to insert linefeed to the text area. here is my senario the query: $polQuery = "SELECT * FROM users WHERE user_id='$userid' AND status='active' LIMIT 1"; $polResult = smart_mysql_query($polQuery); $polTotal = mysql_num_rows($polResult); if ($polTotal > 0) { $row = …

Member Avatar for niranga
0
176
Member Avatar for BlackCitadel

Hello, First i will give you my system information, and tell me is my motherboard capable and combatible with a 512MB ATI RADEON HD 4350 Graphics Card. (Processor) Processor: Intel Celeron D 347 3066 MHz CPU Clock: 3066.0 MHz (23.0 x 133.3 Mhz QDR) Level 1 Cache: 16kB+12k uOp (data+instr.) …

Member Avatar for BlackCitadel
0
411
Member Avatar for as786

Hi I have scanned for malware and have norton 360. My computer started to randomly freeze i don't know why tho ? What do you people need to help me?

Member Avatar for as786
0
106
Member Avatar for DGULLIVER

Hi, Hope not posted in the wrong forum but there does not seem to be a suitable forum within Software Devolopment. Basically our server that is hosting our VSS6 database is unstable and our Support team are going to retire it. So this means I need to move it to …

0
135
Member Avatar for DGULLIVER

Hi, I'm in the process of migrating from VSS to SVN to make sure my VSS data is ok I ran the Analyze program and I keep getting this error: Analyze The data file for 'File Name' (sbtcaaaa.a) was not found. Sure thin this files does not exsist. However I …

0
57
Member Avatar for En-Motion

I'm trying to write an app in VB where a user can browse their computer, choose some images and have them display in a slideshow. A later feature will include an option for them to write text which will scroll across the screen - I haven't gotten to this yet. …

Member Avatar for DGULLIVER
0
97
Member Avatar for Dcurvez

hi everyone :) I hate to do this but I gotta.. This is what I want to do but dont have the foggiest about how to accomplish it! I have 4 forms..frmWeekOne, frmWeekTwo, frmWeekThree, frmWeekFour. These 4 forms are all added forms to my original project. what I need to …

Member Avatar for DGULLIVER
0
115
Member Avatar for DGULLIVER

Hello, If a user has a few of my applications open and he/she minimises them I would like to group these in the task bar like MS Word for example. Product Name - Application 1 Product Name - Application 2 Product Name - Application 3 Product Name - Application 4 …

Member Avatar for GeekByChoiCe
0
98
Member Avatar for mmxbass

Various sites including Microsoft, TrendMicro and other type of sites that might be helpful seem unavailable while most normal sites are easily accessible. Here is my hijackthis log: [CODE]Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:42:45 PM, on 8/11/2009 Platform: Windows 2003 SP2 (WinNT 5.02.3790) MSIE: Internet Explorer …

Member Avatar for mmxbass
0
196
Member Avatar for Enthused

Hi everyone, New to the forum looks a good place to learn and help other, so i thought id register and see if any of you guys can help solve my problem which has had me confused all day! I went ahead and created a new build. I used a …

Member Avatar for micro_komputer
0
150
Member Avatar for coud_ren_26

My computer do not startup. I need to use a boot disk for me to able to start it up. How can I do that? I have the boot disk.

Member Avatar for coud_ren_26
0
234
Member Avatar for strikey

Hi guys, Each time I reboot the tray clock shows a different time. I correct the problem but as soon as I reboot it has a different time again. I thought maybe I had a virus so I scanned with latest updated Spyware Doctor with anti virus, and no probs …

Member Avatar for Rik_
0
334
Member Avatar for plut0564

Looks like I picked up a trojan or virus from somewhere or caused this by installing a KB security for IE, I don't know what actually screwed my laptop. The KB patch needed a reboot and after rebooting there was only .lnk files being displayed, all the links to my …

Member Avatar for DGULLIVER
0
183
Member Avatar for DGULLIVER

Morning, After fixing my [URL="http://www.daniweb.com/forums/thread212999.html"]dual boot[/URL] issue I have now come across this problem. Basically I'm trying to restore my Secondary XP Installation with an Acronis image and straight away I noticed it was very slow during the restore (about 50gb and took about 3 hours) but my primary install …

0
60
Member Avatar for DGULLIVER

Morning, I have 2 IDE HD's and 1 SATA HD. The SATA is my primary XP install and I had one of my IDE HD's as a Secondary XP Install and is used for work purpose. Everything was working fine until one day I was unable to boot to my …

Member Avatar for DGULLIVER
0
317
Member Avatar for gauravsolified

m getting this automatic refresh in xp pro while scrolling down a folder,it automatically goes to top of the page after 50-60 seconds.which is really annoying and other research on goggle dont help much.,can any1 give me sum solution to this problem

Member Avatar for DGULLIVER
0
101
Member Avatar for ItIsFinished

Under a Windows 2003 managed network with mostly XP SP3 machines throughout the network, I would like to know if it's possible to have our "admin" account auto lock after 5 minutes of idle time on any of the machines in the network. Group Policy? Thoughts?

Member Avatar for DGULLIVER
0
89
Member Avatar for aebld

I have a pricing program which is written in Basic. It has worked on several computers with SP Pro. I purchased two new computers with SP Pro but these computers will not run my pricing program written in Basic. Any Ideas??

Member Avatar for DGULLIVER
0
98
Member Avatar for Andreas1983

Hello guys! My Sony PCG-K45 laptop needs to have a full restoring as in the time it was new from the factory. I just dont know how to do it! Please help me! Another Issue is the Windows Validation! I bought this Laptop about a year ago on ebay and …

Member Avatar for DGULLIVER
0
103
Member Avatar for Arkane316

Greetings to everyone here at Daniweb Forums! As you can see I'm new here, but sure I'll be getting plenty of help from all of the great members here! ;) Well, I should start my story way from the beginning. I started building a PC about a year ago (buying …

Member Avatar for sittas87
0
162
Member Avatar for DGULLIVER

Hi, Our development team maintains over 100 VB6 applications and we are looking to convert over to VB.net I am aware that when you run a .Net application over a network a security exception is thrown. Within the Microsoft .NET Framework 2.0 Configuration I changed the permissions to FullTrust in …

0
81