A friend asked me the difference between Relational databases and Heirarchal(sp?) databases and I could not find anyting in the books I have on this. Does any...
A relational data base as in SAPIENS - uses the data to relate to each table. You can use data as a key and look up other keys that relate to this key by the...
Hi, Can you please tell me how to Capture Windows Function Keys Globally in VB. Example - My VB application has a form which has a media player control. I...
Hi Santosh....seems I've seen your query before...perhaps on PSC...and you can find your answer there by searching the database. You will want to search for a...
I want to assign five numbers to five different text fields that will range from 1 to 52. The numbers can not repeat. I have tried a Do Until Loop that checks...
Good Evening, Generate your random number, and loop to check it against the other numbers you have generated, so that if one of the numbers you have is the...
This is only one of many answers you will get. I like a book called Murach Visual Basic Database Programming it deals with ADO and you can download the code...
Hello Chris, Windows has the ability to enlarge the printing on the screen. If this is not sufficient for your visually impaired friend, then there are some...
geoffs
geoff.sabin@...
Jan 6, 2004 12:10 pm
11046
Hi Chris, In addition to what Dwight has mentioned, or in conjunction with what he has suggested, take a short trip over to www.vb-helper.com...
Steve's approach is great. May I suggest (as an exercise only perhaps) a variant that simply appeals to me a bit more? It trades coding and memory space for...
Hi folks I've been meaning to write to all of you and wish you a healthy and Happy New Year. Once again, I thank you for your support and friendship to me over...
Sorry if I'm being a bit thick here but. Here's what I'm saying .... on the printed page - I wish very much to see the following... ID CUSTOMER NAME...
Hi folks As I mentioned in my previous email, in late Fall of 2003, several members of a class I was running told me, during a chat, that they thought it would...
Have you tried the TAB(##) function in the printer.print? For example the first line of code would read something like this: printer.print "ID"; tab(20);...
Hello to all the smart people in the group. I`ve been working on a problem for a couple of days. I have a project group and I need to call an mdichild form...
This worked great! Thanks. By the way the other example work great also but I ended using a highbred version of the two - because of my particular needs being...
Many ways. Depends on what you need to get done. Tell us more. Do you need to sort the file internally to your code? Are you then rewriting it out to the...
I have loaded my small text file of 20 records into a user type array. I would like to sort these rows by up to 3 different cols if posible. I will then just...
OK -- so its in an array, and you want a sorted version of the array. No prob. You could cetainly build a recordset from that and use SQL. That's fine, but...
http://www.vb-helper.com/tut1.htm#Downloads Rod use to offer a BAS File with all of his sort routines, and it may still be in plain sight in his web pages,...
Hi Bruce, I enjoyed this. It was a good read, and food for thought. Since you posted this, I was asked to do a little sample on arrays, and I did a little...
Due to No response to my post.I have to guess that no one here knows how to do this,or has never encountered this sort of problem before. If I get lucky and...
Hello Burton... Sometimes, yahoo groups does not deliver the message to the group participants.. when did you sent the message because I did not get any ...
I don't know if it's possible to display an application inside another (MDIChild). But to open an application from another one is possible: Use the function...
OK, just to prove it can be done: http://www.akemi.com.au/downloads/MdiFormInSecondProject.zip If you open up and run the project group, you will notice that...
Adelle L. Hartley
adelle@...
Jan 12, 2004 1:52 pm
11066
Actually,I do not know if what you are attempting to do is possible. If I were trying to do something like this, I would include the mdichild in both projects...