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
~662 People Reached
Favorite Forums
Member Avatar for OsheRono

Greetings, I have been cracking my skull all weekend trying to find a solution to this, and I have no idea how to search as I'm not sure what to search for (I have performed a search, but it didn't show what I was looking for, hence, the post). I …

0
84
Member Avatar for OsheRono

I do hope this is the right section (since VBA is so close to VB 6.0). Well here is my dilemma: I am trying to have Access return a customized report. The format I have been asked for it to be output as it the following: Machine type // where …

Member Avatar for AndreRet
0
126
Member Avatar for OsheRono

Hello, I have been trying to migrate some code I have written so I can use the advantages of Collection items in several forms I programmed in Access 2002. I was using an array list to collect information from a machine part and its resulting defect, then display a small …

Member Avatar for AndreRet
0
161
Member Avatar for OsheRono

I am developing an application that accesses a SQL database, then displays the customer, order, and store information on various tabs. I wrote am implementing a function that opens a new form displaying the individual invoice. This new form "imports", so to speak the data from the current form by …

0
56
Member Avatar for OsheRono

Ok, so here is my code [CODE]private void ChargerRep(TreeNodeCollection nodes, string rep) { //contruction de root TreeNode node = new TreeNode(rep); nodes.Add(node); string[] nom = System.IO.Directory.GetDirectories(rep); string[] fichiers = System.IO.Directory.GetFiles(rep); //on doit renommer le string repertoire, ou quelquechose qui resemble le string rep //pour eviter que le programme donne des …

0
40
Member Avatar for OsheRono

Hello everyone, Now this is my first time posting a question, if I do end up making it too general please let me know. OK, now, I am in the process of programming a small program capable of accessing a sql database. That is no problem. Now, I have decided …

Member Avatar for Geekitygeek
0
195