Search:

Type: Posts; User: erickwidya

Page 1 of 13 1 2 3 4

Search: Search took 0.67 seconds.

  1. Replies
    4
    Views
    3,575

    Re: "Resource Sharing" Architecture

    thx honeybee for the response

    i will keep this in mind..
  2. Replies
    4
    Views
    3,575

    Re: "Resource Sharing" Architecture

    thx x-ice for the info

    i believe Turtoise and Team City are meant for phase "when the application were build" before it distributed

    what i mean is after the application distributed, when the...
  3. Replies
    4
    Views
    3,575

    "Resource Sharing" Architecture

    hi all, need some suggestions

    right now when i try to build some program i used .dll that contains global method that being used in whole application, when it need to change than i just need to...
  4. Replies
    2
    Views
    3,287

    VS 2010 Re: MVC 3: Page Authorization based on Role

    thx tr333

    that will be my last attempt because i will be coding the same code for each page and of course the role won't be hardcoded because the authorization is dynamic..

    arrghhh...
  5. Replies
    2
    Views
    3,287

    VS 2010 MVC 3: Page Authorization based on Role

    Hi All,

    let say i have this Page and Role required to access it

    Home: PublicRole
    About: PublicRole
    Invoice: PurchasingRole

    i have navigation menu that populate based on user's Role that...
  6. VS 2010 Re: MVC 3: Passing IEnumerable Model to Controller using HttpPost

    thx Krokonoster for the link

    i realize we can use something like that but not sure in mvc 3 :(..

    it seems my controller doesn't accept the IEnumerable parameter that i pass, only display null...
  7. VS 2010 MVC 3: Passing IEnumerable Model to Controller using HttpPost

    i can pass IEnumerable Model to View in Controller but when user edit in, how to get those value back using HttpPost because it contains IEnumerable??

    currently i'm using this to passing the Model...
  8. VS 2010 Passing SelectedValue from HTML.DropDownList to View

    Hi all,

    how to pass value from HTML.DropDownList to AJAX Action Link Helpers???
    i have this code, if i explicitly insert value to territryID..the View is populate correctly


    @using...
  9. ClickOnce deployment to Windows Server 2008 Standard

    my development environment using VS 2010 and Windows XP SP3

    currently i can publish my project to local and install it from network, but my development using VM and gonna have problem when the VM...
  10. VS 2010 Re: ASP.NET Membership Role in Windows Application

    yes, u are correct sapator

    after i changed the name, it not create app_bin folder anymore

    now i can sleep tight :D

    very thx for the help...
  11. VS 2010 Re: ASP.NET Membership Role in Windows Application

    already use the default provider value, only change in connectionstring

    <system.web>
    <membership defaultProvider="AspNetSqlMembershipProvider">
    <providers>
    ...
  12. VS 2010 Re: ASP.NET Membership Role in Windows Application

    yes, finally it working...silly me, i thought it's only using rolemanger enabled="true" :D

    thx for pointing me at correct direction sapator

    but it still create app_bin folder which contain...
  13. VS 2010 Re: ASP.NET Membership Role in Windows Application

    thx sapator

    i'm using winforms
    here is my custom provider

    public class mySQLMembership : SqlMembershipProvider
    {
    public override void Initialize(string name,...
  14. VS 2010 [RESOLVED]ASP.NET Membership Role in Windows Application

    Hi all,

    i already create new connectionstring in app.config that point to myDB
    i already create aspnet membership table in myDB using aspnet_regsql
    i already create new custom provider and set...
  15. Re: print Half Size form in Crystal Reports Basic

    i give up using CR.printreport method...

    at the end i exporting it to .rtf file then use this code to print it
    Dim myProcess As New Process()

    myProcess.StartInfo.FileName = sFileName...
  16. Re: print Half Size form in Crystal Reports Basic

    any insight? i'm still stuck with this problem ...
  17. [RESOLVED] print Half Size form in Crystal Reports Basic

    hi all, got a weird problem printing CR Form in .NET 2008

    at the moment my application print two A4 size form (Delivery Order and Invoice) whenever user click a button, in the future the form...
  18. Replies
    0
    Views
    605

    Read CSV / external file from MySQL

    is there a way to read .csv file using query in mySQL?

    i've been search and it end up with LOAD DATA (simillar to SELECT..INTO)

    i want to read the csv so that i can update records based on that...
  19. Re: Allow only one program running at specified time

    thx Hannes

    any example?
  20. Re: Allow only one program running at specified time

    thx Hakka

    that's not working, the currently running program doesn't freeze...
  21. Re: Allow only one program running at specified time

    thx Hakka, but that's not what i mean..

    i just want to make other windows freeze and only running one program (stock opname program)..wait until the opname finish then unfreeze other windows
    ...
  22. Allow only one program running at specified time

    hi all,

    we have this situation, we need to 'force' user to do stock opname at specified time, so when the time has arrived..the stock opname program will run while their current running is...
  23. Re: [RESOLVED] - Access 2003 indexing problem

    thanks for the input leinad
  24. Re: [RESOLVED] - Access 2003 indexing problem

    it's not that easy leinad

    the form, reports, etc is inside the Access itself..
  25. Re: Access 2003 indexing problem

    ok, i think the only solution is to upgrade, nothing else...

    thanks leinad31 and ShapeShiftme
  26. Re: Access 2003 indexing problem

    Migrate to a database more suited to your usage. -> any other insight if user doesn't want to migrate?

    the Access is used for front end as well as backend, they have their application inside it...
  27. [RESOLVED] - Access 2003 indexing problem

    we got Access that link to another access and use query...the problem is the
    it got an error that said "exceed more than 2GB temp, ...."

    the query takes so long and it takes more than 2GB temp...
  28. Re: Adding Control to Word's Footer programmatically

    i'm using Word 2007 template and it got this code in the Startup event

    foreach (Word.Section wordSection in this.Sections)
    {
    ...
  29. Adding Control to Word's Footer programmatically

    any idea?

    i'm able to create the control at runtime but it display on top, any idea how to do it in footer?


    PS: i'm using Office 2007 and .net 2008

    thanks
  30. Replies
    17
    Views
    1,331

    Re: Dsn

    edwin,

    i'm using Recordset to pass the data to CR and the CR use ttx for the definition file

    IMO, using recordset and ttx is more flexible since it doesn't need to logon to SQL or something...
  31. Replies
    4
    Views
    556

    Re: SQL Query Join

    my mistake..i didn't read line 3..it can't used INNER JOIN only..

    IMO u using 2 queries, if the ClientName is more than one row than use INNER JOIN query which return non NULL value..else use LEFT...
  32. Replies
    4
    Views
    556

    Re: SQL Query Join

    try using INNER JOIN
  33. VS 2008 Re: can't run other Application in Windows Service

    can u show me the code? :D
  34. VS 2008 Re: can't run other Application in Windows Service

    thx jmcilhinney

    i see, that's why..any way to force it?

    my intention using Windows Service is because User doens't need to add manually in Task Scheduler, especially if it's involved running...
  35. VS 2008 can't run other Application in Windows Service

    i created new windows service with timer inside it for scheduler purpose and it can run successfully but it can't run other application (ex: notepad) when the timer elapsed..

    i can see the process...
  36. Replies
    2
    Views
    462

    Re: SQL SERVER Migration

    thanks si

    any "sure" answer? :D

    i can't experiment it in 64bit platform, my computer doesn't support it
    and can't found satisfied answer in google :(
  37. Replies
    2
    Views
    462

    SQL SERVER Migration

    hi all,

    1. does SQL SERVER 32 bit edition can run under Windows 64bit version?
    2. if we upgrade from 32bit SQL 2005 to 64bit SQL 2005, how the DB migration work? is it just simple backup and...
  38. Re: Search Result for anything that containt 'x' word

    thanx dee-u, i'll take a look

    Full Text Search can do what i need



    u can read it more here
  39. Re: Search Result for anything that containt 'x' word

    thanks si

    I seriously doubt that Google searches multiple columns - I would expect them to have a single column for search words -> maybe, what i'm thinking is because they can dispay same url for...
  40. Re: Search Result for anything that containt 'x' word

    thanks VBNewComer,

    but that's not what i mean, u just search based on "CompanyName" while the searching i mean is for whole field in whole table in one Database

    just like google mechanism,...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width