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

  • Users: rf222
  • Content: Threads
  • Order by date
  1. rf222

    How to Determine Add New Record Mode

    How to Deternmine if the form is in "Add New Record Mode" (acAddNew)?
  2. rf222

    Subform does not resize

    Afte adding more records to the subform, it does not resize on the main form. I have set Subform/Form Detail's section Grow property to true. but it does not help. How do I make the subform to change size to accmodate more records on the main form?
  3. rf222

    Subform Wizard does not start in MS Access 2003

    It says some components are missing... How do I install it?
  4. rf222

    How to link RecordSource in Subform/Combo to Master/ID field

    The Master form has Studio ID field. The subform has a combo box based on a query "Select * from Statement". I would like to add something like "Select * from Statement WHERE StudioID=" & Parent![StudioID]. Not sure if this will work. I would also like to refresh the Subform's Combo Box once...
  5. rf222

    Create Tabs dynamicly

    1) I have Film -> Active Statements one to many relationship 2) I would like to dynamicly display tabs based on Active Statements table. One tab for each record. If record is deleted on the first tab screen, the statement tabs are updated Thanks
  6. rf222

    How To Evaluate expression in Access

    I would like each record in MyFields.MyExpression filed to contain and expression, which would be calculated on the report at runtime. I am not sure how to do evaluate it at runtime. Example: 1) First record MyFields.MyExpression = "tblMain.Calc1*tblMain2.Calc2" 1) Second record...
  7. rf222

    Need help with C# code

    I have a method called CallGetList(dateTimeFrom, dateTimeTo); The problem is that it does not accept range with more than 30 days. What I would like to do is to call CallGetList method with range of 30 days several times to cover the whole dateTimeFrom-dateTimeTo range. Also the range maybe...
  8. rf222

    How to force VS2005 to use IIS instead of Dev server?

    How to force VS2005 to use IIS instead of Dev server?
  9. rf222

    Problems debuggin in VS2005

    I am using Development Web server. Debugger does not stop at breakpoint in the static constructor . At the breakpint there is a message that "source is different than original..." I have rebuild the whole solution
  10. rf222

    C# Static Constructor question

    In Myclass I have 4 properties: Environment, DataStore, Session and User. I call 2 static methods from constructor: InitEnv -> initializes DataStore and Environment InitSession -> initializes Session and User Seems it should work fine, however when another user logins InitSession should be...
  11. rf222

    How to Integrate two solutiuns in VS 2005?

    Did somebody attepmted to integrate two solutions? I am planning to integrate two ASP.NET solutions into one application/solution. What are the challanges? Any recommended path? I understand I need to integrate two web.configs into one. What is the easiest way to do this? I was thinking...
  12. rf222

    Convert MS ASP.NET webcasts to AVI

    hello, How do I convert microsoft webcasts (.wmv format) from www.microsoft.com/webcasts to AVI or MPEG-2 format? I have tried several conversion programs, but they all do not work (Divx Converter, Nero etc.) The reason is, I have Philips DIVx DVD player, so I could watch them on my TV set:)...
  13. rf222

    Relative Links - how are translated in ASP.NET?

    How the relative link is translated to absolute link in ASP.NET? Sample: <ItemTemplate> <a href="catalog.aspx?cid=<%#Eval("categoryid") %>" class="subcategory"><%#Eval("categoryName") %></a><br/> </ItemTemplate> How is this link translated, what properties are used, what object? Is there a...
  14. rf222

    URL Rewriter - Relative Links DO Not Work anymore

    The MSDN article about URL Rewwriter is great but it does not address the issue with relative paths. If the rewritten URL has a different path than the originnal the relative links on the page will not work Is there a way to resolve this problem? Original link...
  15. rf222

    How to Display list of links

    Should I use Link Control? It only has one link... I need to display several links... C# code please. Thanks
  16. rf222

    C# syntax question

    What is [ConfigurationProperty...] in the syntax below? why is it in brackets??? here is the fullcode: http://msdn2.microsoft.com/en-us/library/system.configuration.configuration(VS.80).aspx [ConfigurationProperty("fileName", DefaultValue = "default.txt")]...
  17. rf222

    Connection string for MS Access

    I want to develop .NEt application reading MS Access Data. 1) What is connection string I can place in web.config? 2) In case if I decide to have linked MS Access tables in SQL Epress 2005, what are the connection settings for it? 3) In Case if I decide to have DTS scheduled job, how do I...
  18. rf222

    Configuration File - Dynamic settings

    Hi, I am aware off <APPSettings>, where you can define Key and Value.... However I would like to be able to have my own section in web.config, called <InputFiles>. Here would be an example: <InputFiles> <add name="myfile1.txt" Regex="__(\S)" /> <add name="myfile2.txt" Regex="(__\S)"...
  19. rf222

    SQL Express 2005

    Can I access SQL Express 2005 database from another machine or is it only local? What is the connection string? My infrastructure: Server 1 IIS with NET pages Server 2 SQl Express 2005 with database files My hosting does not have SQL Express 2005. Why they do not have it, not sure. Do you...
  20. rf222

    Problems with Export Data Wizard

    I can not export the data. The wizard stops during execution of "Opening XML file...". After applying SP 1, it does not allow me to even execute the Export Data Wizard... Why is this new SQL Server 2005 so buggy? It used to work fine in SQL 2000.

Part and Inventory Search

Back
Top