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 SkipVought 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: *

  1. marcseys

    SP custom list offline in outlook

    Hello, I would like to have a view (display only is fine) of a sharepoint list in outlook. Attachements are important. Is there somebody who did this before? and how? Kind Regards mseys
  2. marcseys

    Manipulate controls in another forms

    Hi, I want to manipulate the content of a textbox in the first form with data of a second form. To start I wrote ... ' F1 Dim F2 as new frm_form2 F2.textbox1.text = me.textbox1.text F2.show ' So I change the text in the second form and press a button, which should return the data. But how...
  3. marcseys

    Reading INI files

    I was using in VB6 a function "readfromini" which was using an api-call to GetPrivateProfileString. After migration to VB.NET this function is not working any longer. Have already consulted the MSDN, but the solution there are neither making the function working. Is there someone who had the...
  4. marcseys

    Recordsets in vb.net 2003

    Thanks, it's working now Marc
  5. marcseys

    Recordsets in vb.net 2003

    How do you do this? I'm new to vb.net and still trying to find my way.
  6. marcseys

    Recordsets in vb.net 2003

    Hello, Is it possible, like in VB6 to use recordsets instead of commands, dataadapters and datesets? I want to retrieve a set of data and then with .moveprevious and .movenext running to some data Thanks Marc
  7. marcseys

    SAP on Citrix Servers

    Hi, We are also using SAPGUI on a Citrix Metaframe platform. We are updating (copying) the SAPLOGON.INI file to the windows folder of the user. This happens at the logon of the user in his/her login-script. Works fine. Kind Regards Marc Seys marc_seys@oilpackers.com
  8. marcseys

    Mainframe File Transfer Control

    Hi, I'm using an script and run it from the command line. This is perhaps not the best way, but it's working fine. I call the batch file from VB and than search in the log file to the 226 Transfer successfully. This is the content of the batch script @REM...
  9. marcseys

    Dynamically creating objects

    Hi, Is it possible to create a text-file with some object creation (eg textbox) with the eventhandling and than loading this through a 'standard exe'. Should be perfect to change little validation rules without recompiling. Have tried with vbscript but could not passe the variables of the...
  10. marcseys

    Example BAPI code

    Hi, did you already checked this on OSS? rgds Marc
  11. marcseys

    VB and depending files

    Hi, I wrote an application with MSDAC 2.0 and someone updated this module. My application isn't working and I need to upgrade aswell. Is there a possibility to compile an executable with all depending files in. I know, it's not the orginal concept of windows but other versions of DLL's are...
  12. marcseys

    Problem with Recordset

    Parently, the type of the fields and the syntaxis is not corresponding. I don't have experience with Acc2000 but for Acc97 the syntaxis is for type DATE 15/04/2001 STRING '15/04/2001' NUMBER 21546 Hope that this will help you. rgds Marc
  13. marcseys

    Translation of keyboard input

    Hi, I need to translate the ascii char ($1d = ^] ) to the string "]C1". How do you do this? Marc
  14. marcseys

    Translation of keyboard input

    Hi, I've got an external application which is communicating through a telnet session and sends as key input ascii character 1d hex. Unfortionally the unix box doesn't accept this code. I should be able to translate this key to the string ']JC1'. Could someone help me on this. Thnkx Marc Seys
  15. marcseys

    Translation of key input

    Hi, I've got an external application which is communicating through a telnet session and sends as key input ascii character 1d hex. Unfortionally the unix box doesn't accept this code. I should be able to translate this key to the string ']JC1'. Could someone help me on this. Thnkx Marc Seys
  16. marcseys

    Parsing values through the command prompt

    Hi, I want to write an application which is working with the values parsed by another application through the command prompt. How do you do that in VB? Working with VB6 Thkx Marc marc_seys@belgacom.net
  17. marcseys

    VB6, Oracle and DHTML

    Thanks Nick, Regards Marc
  18. marcseys

    VB6, Oracle and DHTML

    Hi, I'm a Visual Basic programmer (V6) and I know how to connect to an Oracle DB in a lan environment. AI'm always using the odbc-connection and a vb excutable. I don't know how to start with this project. I want to enter an user id and password and when the end user clicks on the submit...
  19. marcseys

    Vb Dataenvironment and crystal reports

    Hi, I'm working on an application with an embedded report but the data is stored on several databases. Each person has his own database with simular data. I have already build a solution to change from database and this works fine. Used the dataenvironment and changed the connection...
  20. marcseys

    VB6 Datareport not printing up-to-date data...

    Every time before you show the datareport, you have to "requery" the datasource you're working from.<br> <br> rgds<br> Marc<br> <br> marc_seys@oilpackers.com

Part and Inventory Search

Back
Top