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

  1. JoaoTL

    Where do I start with .NET?

    Hi, start here http://samples.gotdotnet.com/quickstart/howto/ http://msdn.microsoft.com/vbasic/downloads/samples/default.asp Best Regards --- JoaoTL
  2. JoaoTL

    DataView RowFilter Help

    Hello, i am having some problems to return Value from a control into a SQL string, in VB6 worked like above, now how can i do this? Dim cmf As DataView = New DataView(ds.Tables("Fotos")) cmf.Sort = "S_COD" cmf.RowFilter = "S_COD='" & Me.ListView1.Select &...
  3. JoaoTL

    Hello. Can someone point me to

    Hello. Can someone point me to a link or help me to install PHP Modules in a windows 2003 .NET Server?? I think is not installed, bellow is the error runing index.php ofo phpBB (Method: php.exe index.php), any help?? Another thing i never done this before (Learning) Thanks, regards <br...
  4. JoaoTL

    how to disable access errors messages

    You are not using the Correct Error Code in the Error Traping. The Error Code is 3201. I Tested your sub and it Worked just Fine. This error happen when you have a Code in the Main Table that is not in the related Table. Best Regards --- JoaoTL mail@jtl.co.pt Take a Look in my VBA Section...
  5. JoaoTL

    how to disable access errors messages

    Humm..Ok Sorry about that But why are you using the On_Dirty Event???? Try this Were you open the Form DoCmd.OpenForm(&quot;xxxx&quot;) DoCmd.SetWarnings False On The On_Close Event put DoCmd.SetWarnings True Best Regards --- JoaoTL mail@jtl.co.pt Take a Look in my VBA Section...
  6. JoaoTL

    how to disable access errors messages

    Try like this Private Sub Form_Dirty(Cancel As Integer) On Error GoTo ErrorDirty: 'deal with access error message, 'if user tries to create a record on the many side, of addbook to contacts 'notify user to start record with person rather than project, 'then set focus to...
  7. JoaoTL

    how to disable access errors messages

    Hi. Use Error Traping to deal with this. You need to know the error codes. See Access Help. Hope it helps Private Sub Form_Dirty(Cancel As Integer) on error goto ErrorDirty: 'deal with access error message, 'if user tries to create a record on the many side, of addbook to contacts...
  8. JoaoTL

    Checking if for new Records

    See this link http://www.mvps.org/access/forms/frm0010.htm Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  9. JoaoTL

    how to make an executable in MS Access

    See FAQ - faq181-1074 Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  10. JoaoTL

    how to make an executable in MS Access

    Sorry See http://www.tek-tips.com/gfaqs.cfm/lev2/4/lev3/27/pid/181/fid/1074 Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  11. JoaoTL

    how to make an executable in MS Access

    See javascript:openindex(450,350,'http://www.tipmaster.com/includes/refinfo.cfm?w=450&h=350') Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  12. JoaoTL

    Security with Access and ODBC

    You can customize your logins by ID an Password, Right?? Hope this function help Function GetJetConnection(strDBPath As String, _ lngMode As ADODB.ConnectModeEnum, _ Optional strDBPwd As String, _ Optional...
  13. JoaoTL

    Install Win Me with XP Pro

    Ok...but THIS WORKS 1. Installed WinMe on Boot2 2. Configured all WinMe 3. Run the XP setup from WinMe 4. When XP boot to complet the Setup i have the Older XP instalation and WinMe. THIS WORKED FOR ME No problem I have it Work using a Installation of another Win OS after installing XP pro...
  14. JoaoTL

    Install Win Me with XP Pro

    Ok..thanks for helping I have 2 Partitions, 20GB Each... What do u suggest..Run a Windows 98 Startup Disk and install win me???... Or there is a better way to do it??? THANKS Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  15. JoaoTL

    Install Win Me with XP Pro

    Hi, this is the point. I have to install Win Me but i have in the same HDD XP Pro. I think i have to install Win Me 1st to get DUAL BOOT. My question is: Can i do something to install Win Me with XP pro installed??...if no what can i do to do not LOSE all Programas and Files that i have...
  16. JoaoTL

    Power Point hang UP

    Hi, when i try to type in Power Point any letter, it hang up and i have to kill the process, Office PRO. All others components of Office are working well.. What can i do.?, i already installed SP1 but no luck.... Thanks Regards JL Win XP Home Edition Office Pro SP1 HP OmniBook XE Best...
  17. JoaoTL

    Schedule Backups

    Hi, how can i schedule backups like i do on Windows 2KP Pro or XP Pro.??? I have to backup some MDB´s at 7:00 AM every Day... Thanks Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  18. JoaoTL

    Hi I Have a ACCESS DATABASE MDE

    Hi I Have a ACCESS DATABASE MDE as Front-End and a MDB as Back-End. My problem is that my Client have NT Server 4.0 SP6 and Unisys WinPath 3525 Terminals with Windows CE. Is there any way to Make the Front-End work as Shared in the NT Server??? How can i solve this problem??? In this link...
  19. JoaoTL

    Import DBF to MDB File

    Hi..How can i import a DBF to a MDB File by CODE..?? Thanks JL Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt
  20. JoaoTL

    Hi...i dont know if this is the rig

    Thanks For your time and help. I am going to read about this Databases Structures. Best Regards --- JoaoTL mail@jtl.co.pt My MS Access Site: www.jtl.co.pt

Part and Inventory Search

Back
Top