|
Re: Using Font Awesome
Thanks Peter, I will check that out.
Jim
Thanks Peter, I will check that out.
Jim
|
By
Jim Stephenson
·
#185814
·
|
|
Re: Using Font Awesome
Hi Jim
This might be too late now but I've run across a couple of related things.
There are two pretty neat converters to get the icons into
Hi Jim
This might be too late now but I've run across a couple of related things.
There are two pretty neat converters to get the icons into
|
By
Peter Ashworth
·
#185813
·
|
|
Re: Const file and translating Magic's internal data
Just one more thing: you can change the language dynamically using SetLang(), but only the application texts are changed. For the internal text to translate you have to restart the runtime and either
Just one more thing: you can change the language dynamically using SetLang(), but only the application texts are changed. For the internal text to translate you have to restart the runtime and either
|
By
Govert Schipper
·
#185812
·
|
|
Re: Const file and translating Magic's internal data
You’re welcome
Met vriendelijke groet - With kind regards,
Sabrina Horst
Analist/programmeur
+31 (0)6 20303889
meilink.eu
Meilink Beheer Borculo B.V. • Kamerlingh Onnesstraat 1
7271 AZ
You’re welcome
Met vriendelijke groet - With kind regards,
Sabrina Horst
Analist/programmeur
+31 (0)6 20303889
meilink.eu
Meilink Beheer Borculo B.V. • Kamerlingh Onnesstraat 1
7271 AZ
|
By
Sabrina Horst
·
#185811
·
|
|
Re: Const file and translating Magic's internal data
Finally got this to work. Sabrina was on the right track. The internal Magic xpa help (for v3) states the following at the end of the chapter about Using Multilingual Support at Runtime:
Runtime
Finally got this to work. Sabrina was on the right track. The internal Magic xpa help (for v3) states the following at the end of the chapter about Using Multilingual Support at Runtime:
Runtime
|
By
Govert Schipper
·
#185810
·
|
|
Re: XMLGet Question
If the field names are static, i.e .will always be tc_obf01 through tc_obf06, then you can also use the XmlFind() function, e.g .setting a var called fieldIndex
If the field names are static, i.e .will always be tc_obf01 through tc_obf06, then you can also use the XmlFind() function, e.g .setting a var called fieldIndex
|
By
Jakes du Preez <dupreez.jakes@...>
·
#185809
·
|
|
Re: XMLGet Question
Excellent – thanks very much.
So I don’t use any of the “name” references but just refer to them as “Field” with a sequence number and use the “value” in the attribute name to
Excellent – thanks very much.
So I don’t use any of the “name” references but just refer to them as “Field” with a sequence number and use the “value” in the attribute name to
|
By
Steve Greenfield
·
#185808
·
|
|
Re: XMLGet Question
Hi Steve,
First save in a virtual variable how many times the tag Field appears:
Update vFieldCounter With
Hi Steve,
First save in a virtual variable how many times the tag Field appears:
Update vFieldCounter With
|
By
Brenda Bullorini
·
#185807
·
|
|
XMLGet Question
I've successfully been using XMLGet to extract values from XML data returned from a web service - simple stuff with named elements using uniPaaS 1.9.
I now have a different format of XML file from
I've successfully been using XMLGet to extract values from XML data returned from a web service - simple stuff with named elements using uniPaaS 1.9.
I now have a different format of XML file from
|
By
Steve Greenfield
·
#185806
·
|
|
Problem with Screen/View Refresh in xpa (using 3.2c)
Hi group,
We experience a problem with raising internal event Screen Refresh or View Refresh when parked on the first row in a table control and the record is no longer in the data view. It seems
Hi group,
We experience a problem with raising internal event Screen Refresh or View Refresh when parked on the first row in a table control and the record is no longer in the data view. It seems
|
By
Govert Schipper
·
#185805
·
|
|
Re: Creating a WS in v9.4
Hi Andreas
You can provide and consume. I managed to do that. My only problem was an issue with the requestor which I solved.
But after doing that POC, I removed it and provided a better solution
Hi Andreas
You can provide and consume. I managed to do that. My only problem was an issue with the requestor which I solved.
But after doing that POC, I removed it and provided a better solution
|
By
Lawrence Fisher
·
#185804
·
|
|
Re: barcode 128b
You will need to call something.
The checkdigit calculation etc can be written in Magic, but it isn’t very nice. Most suppliers of the barcode font also supply a DLL or similar that you can call
You will need to call something.
The checkdigit calculation etc can be written in Magic, but it isn’t very nice. Most suppliers of the barcode font also supply a DLL or similar that you can call
|
By
Steven Burrows
·
#185803
·
|
|
Re: recovering prg*.xml files unipaas 1.9k
Hi,
as Heidi said you need to manipulate Progs.xml and to delete ProgramHeaders.xml (will be recreate as you start magic).
on Progs.xml - you need to simply add your prog number wherever you want/need
Hi,
as Heidi said you need to manipulate Progs.xml and to delete ProgramHeaders.xml (will be recreate as you start magic).
on Progs.xml - you need to simply add your prog number wherever you want/need
|
By
מאור בכר
·
#185802
·
|
|
Re: MultiLine Text in Push Button
Hi Mulyadi,
With standard Magic controls you can't. You can also not use a rotated font on a Magic button.
You would have to use a 3rd party .Net button that supports this.
Best regards,
Harry
Hi Mulyadi,
With standard Magic controls you can't. You can also not use a rotated font on a Magic button.
You would have to use a 3rd party .Net button that supports this.
Best regards,
Harry
|
By
Harry Kleinsmit
·
#185801
·
|
|
MultiLine Text in Push Button
Hi all,
How can I display multiline text in a push button at xpa 2.0 or 3.0 ?
Regards
Mulyadi
Hi all,
How can I display multiline text in a push button at xpa 2.0 or 3.0 ?
Regards
Mulyadi
|
By
mulyadie jet
·
#185800
·
|
|
Re: Subform Refresh
Hi Adam,
MSSQL works with transactions and Btrieve doesn't. This means the records won't be in the database until the transaction is committed. You can see when this is done in the monitor as
Hi Adam,
MSSQL works with transactions and Btrieve doesn't. This means the records won't be in the database until the transaction is committed. You can see when this is done in the monitor as
|
By
Harry Kleinsmit
·
#185799
·
|
|
Re: Subform Refresh
Isn’t it possible to add the LQ to the Direct SQL?
I also would try to Call Subtask with Destination Form specified instead of the Subform Refresh.
Gyula
Isn’t it possible to add the LQ to the Direct SQL?
I also would try to Call Subtask with Destination Form specified instead of the Subform Refresh.
Gyula
|
By
Bakos Gyula
·
#185798
·
|
|
Re: Subform Refresh
Unfortunately cache on all LQ already set to No
Adam Jackson | Project Manager – Business Systems | McLaren Racing Limited
McLaren Technology Centre, Chertsey Road, Woking, Surrey GU21 4YH,
Unfortunately cache on all LQ already set to No
Adam Jackson | Project Manager – Business Systems | McLaren Racing Limited
McLaren Technology Centre, Chertsey Road, Woking, Surrey GU21 4YH,
|
By
Jackson, Adam
·
#185797
·
|
|
Re: Subform Refresh
Hi,
I would try to switch off the Cache property to „No” of LQ in subform task.
Gyula
Hi,
I would try to switch off the Cache property to „No” of LQ in subform task.
Gyula
|
By
Bakos Gyula
·
#185796
·
|
|
Re: recovering prg*.xml files unipaas 1.9k
If you have not done much other work in the project, you can generally just drop the recovered xml files into the directory.
The new xml files are picked up using Progs.xml and ProgramHeaders.xml.
If you have not done much other work in the project, you can generally just drop the recovered xml files into the directory.
The new xml files are picked up using Progs.xml and ProgramHeaders.xml.
|
By
Heidi Schuppenhauer
·
#185795
·
|