Hi there,
I need to (re)create every couple of days a few dozen SVG files, which are created through the same PHP file, passing four parameters. I have programmed the generic PHP file so that it overwrites already created files after, say, 7 days.
But at the beginning (after having changed any coding in the PHP file) I have to launch those three dozen files always by hand. Instead I would like to use a script which would...
Search Result
Collapse
12 results in 0.0024 seconds.
Keywords
Members
Tags
-
How to execute PHP file with parameters automatically?
-
How to generate a fillable PDF from an Access form?
Hello,
I would really like to know how to create fillable PDF files with an Access form. I know how to print a form and create a static PDF file but would like one that automatically converts blank text boxes into fillable fields.
If it requires 3rd party software that is OK, even if it isn't free, as long as it works.
Thanks in advance. -
Ranhiru started a topic Why is the same Public Key generated even with different key container names?in .NETWhy is the same Public Key generated even with different key container names?
Code:private readonly string KeyContainerName = "MyKeyContainer"; public void GenerateKeyPair() { Debug.WriteLine("Generating Key Pair"); CspParameters cp = new CspParameters(); cp.KeyContainerName = KeyContainerName; cp.Flags = CspProviderFlags.UseDefaultKeyContainer;
-
Generate value in textbox based on combobox selection
I created a product sales database which contains 4 tables. Two of those tables are Normal Transactions and Item.
Normal Transactions
normal_trans_ID
item_ID
item_qty
item_cost
total_cost
item_date
staff_ID
Item
item_ID
item_name
item_cost
I've used the Lookup function for item_ID (in the table Normal Transactions) so that it displays... -
generating report from combo boxes that have 'all' selected
i have a form with 2 boxes for start date and end date as well as 2 combo boxes for serial number and aircraft type. if i select a specific value for each then the rerport is generated just fine but if i select 'all' in the combo box for serial number then the report will come back with nothing in it. where should i start to look for the problem at? -
Random xml generation for testing server
Hi guys,
How can I generate xml files randomly from a schema definition file.
Currently I have an xsd, which I insatantiate each time to generate an xml.
My requirement is to generate xml randomly such that fields in the xml conform to the xsd. Is it possible? Is there any java library which will help me do that?
I am using jaxb right now, which lets me generate xml for an xsd. But for this I need to feed value... -
Random generation of xml
Hi guys,
How can I generate xml files randomly from a schema definition file.
Currently I have an xsd, which I insatantiate each time to generate an xml.
My requirement is to generate xml randomly such that fields in the xml conform to the xsd. Is it possible? Is there any java library which will help me do that?
I am using jaxb right now, which lets me generate xml for an xsd. But for this I need to feed value for... -
how to include xchema namespave in the instantiated xml in jaxb
Hey guys,
I am using an xsd to generate an xml file. For this I'm using jaxb from "https://jaxb.dev.java.n et/2.1.9/JAXB2_20081030. jar".
I have successfully managed to create marshal for a context and generated the xml for the xsd.
However I have not been able to include the XSD namespace, target namespace etc
in my generated xml file.
Can you guys please help me on this.
Thanks in adv... -
how do i instantiate xml from an xsd file ??
Hi..
i have used visual studio xsd.exe to obtain ".xsd" file from a sample xml file.
I would like to know how i can instantiate an xml file using this xsd in java...
Any help will be greatly appreciated... Thanks a lot in advance ... -
how to include namespace in generated xml
hi... i have an exsisting code to generate xml from dtd file.
I have now modified the code to generate xml using xsd.
However, though the xsd has namespace in it clearly, the generated xml doesn have it.
How do i resolve this issue. -
How do I generate xml from a simple xsd file.
I have a simple xsd file with me.
How do I create xml instance of this xsd file. -
creating word file from asp
Hi
when the user click a button I have to make a word file and put a piece of data in one page, put a second piece of data on a second page and give the user the word file
is there any simple way to do this?
I'm using C# in asp.net
thanks in advance