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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by katya

  1. katya

    Making DataReports to work properly...

    datareports compares the report width with the current default windows printer paper width and insists that the report fit within.<br><br>you can trap and check for this in code to prevent the stupid datareports error whenever the user changes the printer settings.<br><br>datareports ignores the...
  2. katya

    Couldn't find installable ISAM (with VB6 and access 2000 database)

    check that you are using Jet 4.0 as previous versions do not work with access2000.<br><br>display the connectionstring for the data control in a message box in the compiled version and check that all the parameters look ok <br><br>do same with the properties collection for the connection and see...
  3. katya

    [Flex]Grid replacements?

    we use Videosoft flexgrid which is used by MS as the heart of excel. It is an excellent product and documentation is very good. You can move, sort format total and combo box and column or cell.<br><br><A HREF="http://www.componentsource.com" TARGET="_new">www.componentsource.com</A> provide a...
  4. katya

    Technical Documentation on API calls

    excellent resource at http://msdn.microsoft.com/library/psdk/portals/win32start_1n6t.htm all commands documented
  5. katya

    Is a program running?

    microsoft MSDN site has complete API documentation. Have a look there<br><A HREF="http://msdn.microsoft.com/library/psdk/portals/win32start_1n6t.htm" TARGET="_new">http://msdn.microsoft.com/library/psdk/portals/win32start_1n6t.htm</A>
  6. katya

    Problem using Wildcard '*' from Visual basic 6.0

    I have found this too. In testing it shows as a definite bug. In Jet I reckon.<br><br>the query <br><br>select field where field like 'a*'<br><br>runs in Access but the same query entered into the data manager will fail to produce results.<br><br>All other operators work fine but not...
  7. katya

    Stored Procedures and ADO

    Stored Procedures are not supported by the Jet engine which you would probably use to communicate with your Access database. ADO works very well however, with both Access97 and 2000. I have written extensively for both including ADOX and it all works fine.<br><br>With the limitations of Jet it...
  8. katya

    VB6 - best way to connect to remote server to copy a file

    can anyone advise on the best way to connect to a remote computer from VB6 without operator intervention. Can windows dialup networking be called. If the dialup connection already exists how can I 'find' if a computer name eg //APC exists and list the shared folders.<br> <br> I know tis might...

Part and Inventory Search

Back
Top