User Profile

Collapse

Profile Sidebar

Collapse
navneet0909
navneet0909
Last Activity: Jan 3 '08, 07:21 AM
Joined: Aug 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • navneet0909
    replied to Strange Form_Close() Problem
    Thanks a lot, now I am almost done..
    one round about i had used, and i dont know why...

    for the Close button
    Docmd.Close acForm , "FormB" , acSaveno

    for Submit button
    Docmd.Close

    while for Form_Close()
    Docmd.Close , "FormB" , acSaveno

    I had to remove acForm, It took time finding this round-about, but eventually it worked.
    Although...
    See more | Go to post

    Leave a comment:


  • navneet0909
    started a topic Strange Form_Close() Problem

    Strange Form_Close() Problem

    hii,
    I have a strange problem while working on a MS Access db. The code is in VBA..

    I have a main form A, and a button to call a subform B.
    now the form B has some lists which inserts data. That part is working fine.
    B also has "Submit" and "Close" button. But whenever i code for the "X" button on right hand top corner, this results in strange behavior.

    Code:
    Private
    ...
    See more | Go to post

  • navneet0909
    replied to Calling a C# code from VB6
    Thanks for ur reply Veena

    The code is small but cant convert it into VB equivalent.
    Actaully the main problem is we are trying to generate a pdf using an input *.rtf as input and.NET environment provides us certain classes to call the API's of FDK (FrameMaker dev kit,proviede by Adobe), which VB6 does not.

    Also i have made dll, but cant reference it into VB....
    See more | Go to post

    Leave a comment:


  • navneet0909
    started a topic Calling a C# code from VB6

    Calling a C# code from VB6

    hi,
    i have a problem.I want to use a piece of code, which is written in c# in my VB6 project...

    Pls help...
    See more | Go to post

  • navneet0909
    replied to Transforming XML problem....Please help
    in XML
    <xsl:variable name="name" select="@name"/>
    <xsl:for-each select="//element[@name = $name]">




    this works perfectly fine....Thank you all for the help....
    See more | Go to post

    Leave a comment:


  • navneet0909
    replied to Transforming XML problem....Please help
    in XML
    Thanks a million JKMYOUNG...

    But still....
    Almost done.....but... ..


    <xsl:styleshe et version="1.0" xmlns:xsl="http ://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html"/>

    <xsl:key name="eleByName " match="element" use="@name"/>
    <xsl:template match="/root">

    <xsl:for-each...
    See more | Go to post

    Leave a comment:


  • navneet0909
    started a topic Transforming XML problem....Please help
    in XML

    Transforming XML problem....Please help

    hello,
    i m new to the enthralling world of xml,xslt so guys pls help.
    What will be the xsl file of the following.I have an xml input

    <root>
    <element name="sam" number="1"/>
    <element name="sam" number="2"/>
    <element name="sam" number="3"/>
    <element name="bob" number="5"/>
    <element...
    See more | Go to post
No activity results to display
Show More
Working...