Search found 26 matches
- Sun May 04, 2014 9:19 am
- Forum: eXpress++ Support
- Topic: playing movie function
- Replies: 2
- Views: 6441
Re: playing movie function
Thank You, Jimmy. I will try it.
- Wed Apr 30, 2014 4:30 am
- Forum: eXpress++ Support
- Topic: playing movie function
- Replies: 2
- Views: 6441
playing movie function
Hi,
Is there an easy way to play VTS_XX_X.VOB files ?
thanks
Is there an easy way to play VTS_XX_X.VOB files ?
thanks
- Thu Feb 14, 2013 4:38 am
- Forum: eXpress++ Support
- Topic: Cannot Pass a codeblock parameter in dc_guigrumpbrow()
- Replies: 3
- Views: 6823
Re: Cannot Pass a codeblock parameter in dc_guigrumpbrow()
Hello Roger, Did anyone tried sending code-blocks throughout dc_guigrumpbrow() or the command line, ie. executing the following : DCGRUMPBROW TO myBrowForm ; SECURITY myOptions TOP 8 BOTTOM 20 LEFT 2 RIGHT 77 ; EXITKEY mExitKeys ; TITLE 'Anytitle'; FIELDS {'CODE','NAME',{ | x | if(x == NIL, myalias-...
- Mon Feb 11, 2013 12:04 am
- Forum: eXpress++ Support
- Topic: Cannot Pass a codeblock parameter in dc_guigrumpbrow()
- Replies: 3
- Views: 6823
Cannot Pass a codeblock parameter in dc_guigrumpbrow()
Hello, Passing a codeblock in dc_guigrumpbrow(), specifically containing alias->field from another workarea yield an error. Is there any missing point in the syntax ? yielding the following error. Date : 11/02/2013 Time : 08:48:24 Procedure : DC_GUIGRUMPBROW Line Number : 976 Information : Error BAS...
- Tue Aug 28, 2012 12:32 am
- Forum: eXpress++ Support
- Topic: Crystal Reports
- Replies: 0
- Views: 5596
Crystal Reports
Hi,
is there any way we can call Crystal reports from within Xbase++ / Express / Codejock ?
I need to launch specific reports ( SAP crystal ) at a specific time , automatically without user intervention and send the reports by email to different recipients.
Regards,
Pierre
is there any way we can call Crystal reports from within Xbase++ / Express / Codejock ?
I need to launch specific reports ( SAP crystal ) at a specific time , automatically without user intervention and send the reports by email to different recipients.
Regards,
Pierre
- Wed Jul 11, 2012 2:59 am
- Forum: eXpress++ Support
- Topic: Undo typing and restore previous value
- Replies: 2
- Views: 6564
Re: Undo typing and restore previous value
thanks Tom, it worked.
- Wed Jul 11, 2012 2:19 am
- Forum: eXpress++ Support
- Topic: Undo typing and restore previous value
- Replies: 2
- Views: 6564
Undo typing and restore previous value
Hi,
Is there an easy and straightforward way to restore previous field value ( similar to CtrlZ ) in Xbase ? not the whole record the current field.
Regards
Is there an easy and straightforward way to restore previous field value ( similar to CtrlZ ) in Xbase ? not the whole record the current field.
Regards
- Sat Nov 05, 2011 10:40 pm
- Forum: eXpress++ Support
- Topic: different codepage or font issue ??
- Replies: 8
- Views: 15510
Re: different codepage or font issue ??
Hi Jimmy, thank you and sorry for my late reply.
Still at point 0. Again, how can you invoke the FontDialog inside you PRG ( in a DCget for example ) "using all the installed fonts you have inside Windows".
Regards
Still at point 0. Again, how can you invoke the FontDialog inside you PRG ( in a DCget for example ) "using all the installed fonts you have inside Windows".
Regards
- Wed Oct 05, 2011 5:06 am
- Forum: eXpress++ Support
- Topic: different codepage or font issue ??
- Replies: 8
- Views: 15510
Re: different codepage or font issue ??
Hi again,
it is not a matter of fonts, it is a matter of codepage. How can we set a default codepage in Xbase.
Regards
it is not a matter of fonts, it is a matter of codepage. How can we set a default codepage in Xbase.
Regards
- Tue Oct 04, 2011 11:40 pm
- Forum: eXpress++ Support
- Topic: different codepage or font issue ??
- Replies: 8
- Views: 15510
Re: different codepage or font issue ??
thank you, I will try this.