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...
User Profile
Collapse
-
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
-
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....Leave a comment:
-
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... -
<xsl:variable name="name" select="@name"/>
<xsl:for-each select="//element[@name = $name]">
this works perfectly fine....Thank you all for the help....Leave a comment:
-
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...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: