My flexgrid shows all 15 columns in design mode, but in run mode, it only shows 10 of them. It doesn't give you the horizontal scroll bar either. There's...
Thanks, Bart. I tried out some ASCII characters, like you said, and I found the Key ASCII for ² and ³ which are chr(178) and chr(179), basically what I'm ...
Gabrielle, About 10 years ago, I got a DOS software package called QFONT. It allowed me to edit or change the font on any of the 255 characters in an HP ...
Hello everybody.... I want to develop a program that allow users to enter text that is not only English, but Thai, Chinese and Japanese. But how can I know...
there is an API actualyy for each language selected microst has a code like kb109 which measn some languase you should chek that 1 . i have done it 5 years bak...
Hello all! I know I have not visited the group in a while and I apologize for that. I usually end up confusing people when I try to answer a question, anyway. ...
I have written an application using VB6 and SQL Server. It has now become necessary to also have a standalone version of the application. I have heard about...
MSDE is just the data engine of SQL Server with some user limitations (five max, I believe) so you shouldn't have any importing or exporting of data when...
Mandy, MSDE is SQL server. Minus the tools and GUI. Therefore your database can simply be backed up on SQL server and restored to MSDE. MSDE does however...
To all the smart people in here, I don't know anything about Visual Basics but i'm trying to write a program that can grab email addresses from a MySQL...
I would like to ask that is it possible to open an exe program for more than 1 time in the same time by using the shell function? If yes, how is the coding...
What is the correct way to open a word document? I tried DTE.Documents.Item(0).Activate("r.doc") but it gives an error message about too many arguments for...
Hi Friends, I have a problem in store formated data in 1 field of tables in Sql Server 2000. My problems are to store formated data in table. For e.g. To save...
U can use OLE obj. Drag OLE object to a form & then U'll get a dialog box. Select "create from file, browse and select the doc. select Link file & Display as...
I just wanted to thank you all for your help - it is much appreciated. ... limitations (five ... data ... Behalf Of ... application. ... the ... to ... was ......
hello, i need to insert a record into an existing database by using DAO. can anyone tell me how to do so? any code that can use as references? i try out but i...
Dear all, Have you ever heard of a way to know what functions are called by a program inside ActiveX DLLs? There is this software that is programmed in...
Peptido
peptido@...
Jul 15, 2005 10:17 pm
14216
I assume the database is Access. First create the database and convert it to a older version.(Tools-->Database Utilities --> Convert Database --> To Priorer...
Hello all! First, thanks Matt for your reply to my last question, you've always been a big help, and I appreciate your time sacrificed to help me. This...
I am having a hard time finding a support forum or any useful information searching through Google. I did find some information, but it's not helping my...
Just a general comment as I have no specific knowledge of this drive. However, when using fixed length records, in any medium, it would be very unusual to...
Thanks for your reply, Ian! I thought about that, and I felt like it was writing the records ok... but I could be wrong. I am going to re-output the original...
I did a table in Access then a query to do the totals. Then in VB 6 I ran the VB application wizard. It says that it will import tables and queries. It did...