Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: robvi
  • Order by date
  1. robvi

    multi-base

    I write the question and here is the answer : select * from t1, db2..t3 There are 2 points between the database name and the column name.
  2. robvi

    multi-base

    I have a sp in db1 and, inside this sp, I'd like to access a column in db2. How may I have something like : select * from t1, db2, t3
  3. robvi

    Documentation on MailMerge ?

    Where may I find documentation on MailMerge ?
  4. robvi

    Mail Merge DataSource SQL

    I'd like in VB.Net to merge a datasource from SQL Server to Word. Reading instructions in msdn kb, I have to use SubType as the following instruction : .OpenDataSource(Name:="", Connection:=sCon, SQLStatement:=sSql, SubType:=wdMergeSubTypeWord2000) VB doesn't recognise the value...
  5. robvi

    Control like the VB one

    I'd like to use a control like the properties page in VB : at the 1st column I'll have a label and at the 2nd column I'll have a control (ComboBox, Edit, Button...). How can I do ?
  6. robvi

    ListBox, ListViw : Add control in column

    I'd like to add a control in a column, like the Properties Windows in VB .Net. How may I do it (either ListBox or ListView). For example, I'd like to have a 2-columns ListBox, at the 1st column a label and at the 2nd column a ComboBox or Edit.
  7. robvi

    DataGrid, ListBox and multicolumn control

    I'd like to create a list like properties in VB : a text in the first column and a control (Combo, Edit...) in the second control. How can I do it with DataGrid or ListBox ? Thanks
  8. robvi

    export function from a dll

    LuckyLuke is right. I want to export functions, like any classical dll. I know now that it's not able with VB6 and then I added a class. It works. But now I cannot debug this ActiveX dll. VB told me that the dll isn't in Automation ! Any idea how I can do ?
  9. robvi

    export function from a dll

    I work with VB6. I'd like to write a dll and export functions from it. It sounds easy but I don't arrive ! I generated a dll project (Dll ActiveX), the 1st function's line I want to export is :Public Function GoFct() As Integer Someone has any idea ?
  10. robvi

    Multilingual application

    I'd like to develop a multilingual application and I find no subject about. Are there some web sites or documentation that help me do begin ? I know 2 ways : - One resource file with choice of the language in the properties (double dialogs and ids in StringTables) - One resource file per...
  11. robvi

    Multilingual application

    I'd like to develop a multilingual application and I find no subject about. Are there some web sites or documentation that help me do begin ? I know 2 ways : - One resource file with choice of the language in the properties (double dialogs and ids in StringTables) - One resource file per...

Part and Inventory Search

Back
Top