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. koklimabc

    Change FirstChildNode left position as same to its parent (TreeView)

    I've been struggle to solve this problem in within one day but still unable to get rid on it. I've attached along picture to clarify on this problem to what I need. I've define a border to entire text area of nodes and those server control nodestyle seems to be only apply everythings inside...
  2. koklimabc

    Schema specified is not valid. error.

    Error Link in View As per picture mentioned error during access Entity Framework tables in data source. I've built the Microsoft.AspNet.Providers -version 1.2(built under entityframework 5.0) from nuget console and try insert tables "Application,Role,User,Profile,Memebership" along with their...
  3. koklimabc

    How to change attributes value of user control in div

    <asp:UpdatePanel ID="MachineUpdate" runat="server" UpdateMode="Conditional"> <ContentTemplate> <div id="MachineName" style=""> <uc1:MachineNameControl runat="server" ID="MachineNameControl" commandValue="" /> </div> </ContentTemplate>...
  4. koklimabc

    Bundling and Minifying Issues

    My problem, suppose style not script. bundles.Add(new StyleBundle("~/Styles/css").Include("~/Styles/Test1.css",
  5. koklimabc

    Bundling and Minifying Issues

    I'm quite new to the world of ASP.NET and having some sort of problem in handling as per topics. I'm currently using VS 2013 (commersial version) but found difficulty to catch up on these techniques for Minifying issues.I'm develop some practice through normal ASP.NET but not MVC type of Web...
  6. koklimabc

    Need Explanation on Pass DataKeyNames into Code Behind

    I've been struggling in half day to strive for understanding "DatakeyNames" obtained from listview where it passed the Entity fields value captured from "EntityDatasource" and stored into DataKeyNames for later use in Code Behind (Example: 'EntityDataSource1_Deleted' events). <asp:ListView...
  7. koklimabc

    space change into dot (or bullet) under designer view

    sorry,I'm able to fix it by uncheck "Spaces" under "View->Formatting Marks".
  8. koklimabc

    space change into dot (or bullet) under designer view

    As per topic in discussed, I've no idea to turn off spaces turn into dotted line happened in designer view and no luck when try using CTRL+R,ctrl+W (It is working only on markup view) or convert everything into installation default by using "tools->Import and Export Settings..". I'd attached...
  9. koklimabc

    How to release a toolbar

    my working preference would be create a property and assigned it with toolbarclass during form's loading stage. under form's Load() event: set classlib to toolbarclass && toolbarclass is your .vcx filename in current working directory this.addproperty("toolbarmenu") this.toolbarmenu =...
  10. koklimabc

    Change Print Repeated value with other words instead of blank leave (Reports)

    Dear all, I've one easier question to ask that if i want to change the repeated values with hypen("-") instead of blank for continuos printout of fields under details line of report. I know it it settings under "print when" option for fields but i've no idea on how to do it.Guide me...
  11. koklimabc

    Listbox problem after reinitialisation changes

    I've one unsolved problem regardings usage of listbox where I've initialised with 2 columns and defined columnwidths. After that,I've assign rowsource with two fields from cursor. It seems to be appeared nicely but problems appeared when I tried to change the columnwidths with different sequence...
  12. koklimabc

    Extend horizontal scrollbar scroll limit for grid

    I'm hereby having one question need to ask for your expert guide. My grid is currently having 18 columns in resprectively but its belonged horizontal scrollbar could able to reach until columns 16 but not the rest and columns 17 and column 18 stil left in behinds. Columns 17 and 18 will be able...
  13. koklimabc

    unknow member or unable to edit control of grid's column on page frame

    I think I've ready found the solution, the reason why it unable detect button(control members fo grid) because it is created right after return focus to main form when you have grid created on page frame. m.result = .t. frm_.page_.pages(frm_.page_.activepage).btn_print.setfocus() =>to set it...
  14. koklimabc

    unknow member or unable to edit control of grid's column on page frame

    Hi all, I've one grid created on second page of page frame and linked to .PRG file for each time activate on different page. Under Activate events, each grid's column defined its own member class created under .PRG file.The problem is I couldn't able to access to each member control of...
  15. koklimabc

    Validate on read progress in defined windows without reconstruct

    Dear vgulielmus Greats, It worked and Thanks. I still don't know how to put textbox at inside define windows instead of forms. However,I've practice the same way by using SAY,GET,READ before in foxpro 2.6 but it is little different with VFP 6.0.
  16. koklimabc

    Validate on read progress in defined windows without reconstruct

    Dear all, I'm having some problem in doing validation check on whether it is numeric value or not after read progress in defined window.I'd ended up to reconstruct the defined windows each time if failed to validate as true. Is there any good way to perform validation check without reconstruct...
  17. koklimabc

    Summed up in multiple time for query

    Thanks to Olaf.
  18. koklimabc

    Summed up in multiple time for query

    Thanks to vgulielmus.

Part and Inventory Search

Back
Top