Use our Google Custom Search for best site search results.
Search
-
Hi ,
I am trying to save an infopath based xml file dynamically.This file contains data in terms of graphic as well as textual.The average size of this file is around 500kb.
I am facing a strange problem .when i try to save a file by clicking a save button ,these files do not take more than 15 seconds to save. But there is this xml file in ...
-
Hi Virgul,
Thanks for ur prompt reply.
Can you throw more light on the solution you gave because frankly speaking i didnt undersand it.
I guess i have not put my issue properly.Sorry for that.
My problem is brief is : When i append the RTF data on some event of some other control ,the ''Formatting getting lost'' in this scenario.
So ...
-
Hi friends,
I am facing a strange problem with RTF control.
I have formatted data in RTF control.On basis of date entered/changed in some other field(Date Picker field) ,this date entered needs to be appended at a particular location in the Formatted data of the RTF control.
When i try to do this using Replace & find function which i ...
-
Thanks a lot Patrick !!!!
Amish
-
Hi Agni,
Thanks a lot for your Prompt reply :-)
Actually there is not much textual data ,but yes there are around 7 to 8 pictures in the xml file.
Is there any workaround for this ?
I would apprecaite if you can please tell me in which Office Update is this patch fix supplied by Microsoft as this is a very critical issue for us ?
Also it ...
-
HI friends,
I am using a ''Master-Detail'' relationship.
The Master& Detail are repeating tables.
The Master & Detail are linked by ''Key'' Field in Detail Repeating table.
This relation is working fine except for one xml file.
For this particular file ,when i click from one row to any other row in master table ,the Infopath ...
-
Yes ,We can identify the kind of operation that takes place using ''Operation'' property of ''eventObj'' object.
The possible values are ''Insert'' ,''Delete'' & ''Update''.
''Insert'' & ''Delete'' values are triggered but i was not able to trigger the Update event .
Infact when u chage a value in one of the textbox for which we have written an ...
-
Hi,
I have a Repeating table in which user can Add/Delete rows.
Is it possible through scripting to identify if ''Delete'' or ''Insert'' Row was performed ?
This is because based on above condition(Row added/deleted) i need to decide on some complex calculations.
Or Is there any workaround to identify if a row was added/Row was deleted ...
-
Hi friends,
Here is the issue i am facing.
I have a repeating table.User can add any number of rows to it.There are various columns in the row. Now , i want to SORT the ROWS based on Test-Date column present in repeating table. The sorting should be done from LATEST DATE to OLD DATE records.
Is is possible to Sort rows in Repeating ...
-
Hi Folks,
Here is the problem i am facing.
I have a Drop-Down control in Repeating table.
The values in Drop Down are populated from an xml file.
The user is able to make selection in the Drop downs.
Since the Drop down is in Repeating table ,user can create multiple drop downs thus making multiple selections
But my business rule demands ...