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 Mike Lewis 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. verde4

    using output parameter in PB 8

    Hi all, I wanna ask, can we execute store procedure with output parameter in PB 8? I heard we can use it in PB 8 with oledb transaction, but i haven't find any example yet. Thx for ur attention & help before :) Angela
  2. verde4

    Force Capitals

    You can add "text-transform:uppercase" in style. it's work, just like VB.NET. <asp:textbox id="txtGen" style="Z-INDEX: 138; LEFT: 301px; POSITION: absolute; TOP: 254px; text-transform:uppercase" tabIndex="6" runat="server" OnTextChanged ="javascript:this.value=this.value.touppercase();"...
  3. verde4

    Passing parameters to crystal reports with ASP.net

    Hi Alvintse.. I'm not really good at C#. Here's the code I use from crystal report and convert it to pdf. Dim rptObj As New RoutineClaim --> crystal report's name Dim rpttxtObj As CrystalDecisions.CrystalReports.Engine.TextObject Dim strFilename As String = "c:\exports\" &...
  4. verde4

    Passing parameters to crystal reports with ASP.net

    Do you mean this? Dim rptObj As New REPORTNAME rptObj.SetParameterValue(0, string2) I use that to send parameter from aspx to crystal report. Thx Angela.
  5. verde4

    save to .DBF

    Thanks, I'll Find out and post back if I already have the answer :)
  6. verde4

    save to .DBF

    Please Help me anyone... Is it possible to save dataset to DBF File? Or Is there anything I have to do? maybe bind data to datagrid first, then save it to DBF??? Thanks Angela
  7. verde4

    Forms authentication: RedirectFromLoginPage

    Hi Corran007... Yes, It is different physical machine. I already debug, and authentication going well until RedirectFormLoginPage. It's refer to login's server. Eg: 1. 1 login.aspx in server a. 2. an application in server b (http://b/application/default.aspx) with loginUrl pointed to...
  8. verde4

    Forms authentication: RedirectFromLoginPage

    Would someone please show me how to solve this problem? My purpose is to have a centralized login.aspx for several application. Is it possible to do that? *My login.aspx is in different server from my pages' application. My problem is that RedirectFromLoginPage always redirected to login...
  9. verde4

    ASPNET user password ???

    change your username from &quot;machine&quot; to &quot;system&quot; and restart your comp. Hope this help. Angela
  10. verde4

    Question about link to a webpage, easy but I confused

    you just have to write VBAccount\Pic\pic1a.GIF. as long your folder structure doesn't change.
  11. verde4

    Source code Resources

    Does anyone know another great source code resources/management besides VSS and PVCS? Thx Angela
  12. verde4

    CheckBox in Datagrid Table

    I don't know too, sorry :D but i'll tell u if I get the code... does anyone know? thx
  13. verde4

    CheckBox in Datagrid Table

    I use this script... hope can help u :) Private Sub cmd_OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmd_OK.Click Dim dg1 As DataGridItem Dim chkPolis As CheckBox Dim gvar_no as string For Each dg1 In DataGrid1.Items chkPolis...
  14. verde4

    Forms authentication

    I want to ask you all about Forms authentication. There is something happen that confusing me :) I already set the authentication in web.config : <authentication mode=&quot;Forms&quot;> <forms name=&quot;.ASPXAUTH&quot; loginUrl=&quot;Login.aspx&quot; /> </authentication> and login...
  15. verde4

    ERROR: Unable to start debugging on web server

    did u already install .NET framework? if yes, maybe u can change username setting in machine.config with system. and restart ur comp. hope this work :)
  16. verde4

    Application restart every 10 minutes

    Does anyone know, why my asp.net application always restart every 10 minutes? I'm so confused, thanks :) Error details An unhandled exception has been caught by the VSW exception filter. Error signature AppName: devenv.exe AppVer: 7.0.9466.0 ModName: ifc_com.dll ModVer: 6.8.0.1009 Offset...

Part and Inventory Search

Back
Top