Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for AK47

I created a crystal report in vb.net 2003 that generates invoices. I need to be able to print this report to a Canon copy machine(with four paper drawers), but I can't select the paper drawer to print from at runtime, it has to print to the fourth drawer. I am …

Member Avatar for csaylaymn
0
2K
Member Avatar for AK47

I am creating a business software package in visual basic.net that will handle invoices, quotes, purchase orders, inventory items, customers, etc. This program is multi-user meaning that different people could each be running an instance of the program on their computer, with each instance modifying a central database. The problem …

Member Avatar for gearup4it
0
276
Member Avatar for AK47

I am looking for a way to be able to setup a postgresql database on linux and mirror the database on a second server, keeping both databases syncronized in real-time. I'm not sure this would be considered a distributed database (although I'm open to suggestions on how to do that …

Member Avatar for pty
0
108
Member Avatar for AK47

I recently set up smtp-vilter 1.1.4, SpamAssassin, and ClamAv 0.75 on Fedora Core 2, I am having problems with the three programs working together. smtp-vilter seems to be working and I can send/receive mail, but clamd and spamd don't seem to be configured right, or they don't have the proper …

Member Avatar for Cain
0
247
Member Avatar for AK47

I just installed a new file/backup server running on FC3 and I already had an FC2 system running DNS, DHCP, web, email, gateway, etc. I also have a Windows Server 2003 system running MSSQL 2000 for accounting software. The purpose of the FC3 backup server is to store all the …

0
170
Member Avatar for jasonkit84

[QUOTE=jasonkit84]hi, My problem is i have created a report using Crystal Report and the font-style is Roman 20 cpi. When i preview the report in Crystal Report, the font-style is still Roman 20 cpi but when i view the report using VB.NET the font-style has changed into another font-style. And …

Member Avatar for AK47
0
218
Member Avatar for BobbyRags

I took a brief look at the site in question with Mozilla and Internet Explorer, both of which were able to render all the images, so I'm guessing there is a problem with the standards used to write the html code, and Netscape 7 can be very picky about some …

Member Avatar for AK47
0
141
Member Avatar for browny87us

How about using PHP sessions like this: <?php if (!isset($PHP_AUTH_USER) || !isset($PHP_AUTH_PW)) { //If the PHP session variables aren't set, ask for name and password header('WWW-Authenticate: Basic realm="Authorized Users Only"'); header('HTTP/1.0 401 Unauthorized'); exit; } else if (isset($PHP_AUTH_USER) && isset($PHP_AUTH_PW)) { //If the variables are set, check the username and …

Member Avatar for YoungCoder
0
165

The End.