Hi, Plocks,
This can be accomplished by building an MSI Installer.
There's a ton of MSDN articles, but this one is pretty short and sweet....
http://appdeveloper.intel.com/en-us/blog/2009/12/17/creating-your-msi-installer-using-visual-studio-2008
When you do it this way the database should...
Hi, All,
I have a VB.net 2008 project talking to an Access database.
In the project I have one form with a datagridview control with 8 columns. All I need it to do is show the data, I don't want users adding records, changing data, just looking.
Everything works great, except for the fact...
I swear I'm not making this up, it's the weirdest thing I've ever seen.
I'm writing a Twitter module for Zencart, and basically using an image to 'skin' it with. I've got one div to show the 'skin' image, and another nested div offset to show the feed generated and formatted by the PHP.
Of...
Hi, loveyoursite...
If I understand you correctly, I would use a global shared variable as a counter.
Dimension it in the report header, and clear it each Cost Center group header. Add your disctinct count in each Pay Period Ending footer to the global variable, reference it and display it in...
ma2k,
In 2000, you can use the Microsoft CommonDialog1 combined with a button control.
You add the CommonDialog1 control to your form and then reference it in your code via a button OnClick event.
Note: the CommonDialog1 control is only there to be referenced, when you runtime the form, it...
What version of Crystal are you using? How long is the text record? There are constraints on this, I think it's 254 characters or something, but what I do is build one big formual, appending each 'field' in the formula with appropriate spacing, formatting, etc., and then dump the whole formula...
All;
Creating an export file out of a standard Access database. This report reads certain information, formats it, and creates a header record. Said header record needs to be 79 positions, but the data in the header only takes me out to 38, so I need to pad spaces on the right, or the file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.