Search found 382 matches

by c-tec
Wed May 04, 2011 6:54 am
Forum: eXpress++ Support
Topic: Codeblock multiedit pupup
Replies: 4
Views: 9936

Codeblock multiedit pupup

Hello, I would like to put a individual pupup on gets that I create in a loop. But it does not work, get always the value of the last x from the loop in makegblock. What is wrong in the action block of DCSUBMENU ? regards Rudolf aGets := {} for x := 1 to 5 aadd(aGets,NIL) cMenu := "oMenu" + ntrim(x)...
by c-tec
Wed May 04, 2011 12:22 am
Forum: eXpress++ Support
Topic: Flash with DCACTIVEXCONTROL
Replies: 4
Views: 9035

Re: Flash with DCACTIVEXCONTROL

Hello Roger, if I use DCHTMLVIEWER I loose control over Flash. Jimmy has sent me a sample without eXPress++ that works so far, but if I load swf file and play it, the control hangs after finishing. Here is his code that works. Why does my eXPress++ code not work ? I see no difference on starting the...
by c-tec
Tue May 03, 2011 1:26 am
Forum: eXpress++ Support
Topic: Flash with DCACTIVEXCONTROL
Replies: 4
Views: 9035

Flash with DCACTIVEXCONTROL

Hello, have tried to make a little testprogram to call a swf file, but I think I am missing something, because the flash does not start. regards Rudolf ////////////////////////////////////////////////////////////////////// // // FLASH // //////////////////////////////////////////////////////////////...
by c-tec
Wed Mar 30, 2011 4:19 am
Forum: eXpress++ Support
Topic: How many lines of code per day?
Replies: 17
Views: 26042

Re: How many lines of code per day?

Hello, 10 lines a day for a programmer cannot be true, because a whole project would cost too much. If you take about 50 $ per hour a line costs 40 $ when working 8 hours a day. My last project has about 95000 lines of code, I would be happy if I get 1 $ per line ;-) Maybe they calculate the whole t...
by c-tec
Sun Mar 27, 2011 11:07 pm
Forum: eXpress++ Support
Topic: Problem SQL Browse
Replies: 5
Views: 10436

Re: Problem SQL Browse

Hello Roger,
many thanks, all works perfect again !
regards
Rudolf
by c-tec
Sun Mar 27, 2011 10:25 am
Forum: eXpress++ Support
Topic: Problem SQL Browse
Replies: 5
Views: 10436

Re: Problem SQL Browse

Hello Roger, also the sql sample does not work in the latest version, same source with 2.51 works. regards Rudolf ------------------------------------------------------------------------------ ERROR LOG of "v:\alaska19\EXP19\Samples\Sql\SQLBROW.EXE" Date: 27.03.2011 18:35:28 Xbase++ version : Xbase+...
by c-tec
Sun Mar 27, 2011 10:04 am
Forum: eXpress++ Support
Topic: Problem SQL Browse
Replies: 5
Views: 10436

Problem SQL Browse

Hello Roger, have a big problem with the latest version of eXPress++, when browsing a SQL table, the fields are not displayed in the browser and the whole first row of a table has empty fields after a oCursor:commit(). The same code works for example with version 2.51 without problems. The dataset i...
by c-tec
Fri Mar 18, 2011 12:03 am
Forum: eXpress++ Support
Topic: Error when calling functions from dclip1.lib
Replies: 3
Views: 7838

Re: Error when calling functions from dclip1.lib

Hello Roger, thank you, problem solved, got all working now. Now I would like to convert all data from DBFCDX to FOXCDX. Your function dc_datatcovert should this do. I think I only have to convert the DBT files to FPT. But with dc_dataconvert('ALL','DBFCDX','FOXCDX','.DBT') I get an eXPress++ errorm...
by c-tec
Thu Mar 17, 2011 3:06 am
Forum: eXpress++ Support
Topic: Error when calling functions from dclip1.lib
Replies: 3
Views: 7838

Re: Error when calling functions from dclip1.lib

Hello, this is a little sample, if I remove the function dc_interpret(), the program starts normal. Otherwise I get the erroressage. There are no old eXPress++ libs or so installed. And it occurs with all versions of XBase++ and eXPress++, not only with SL1. regards Rudolf FUNCTION Main ( cParam1, c...
by c-tec
Thu Mar 17, 2011 2:07 am
Forum: eXpress++ Support
Topic: Error when calling functions from dclip1.lib
Replies: 3
Views: 7838

Error when calling functions from dclip1.lib

Hello, I have problems implementing functions from dclip1.lib. I need the function dc_interpret(), but when I put this function in my code, the exe does not start, crashes with a fatal error when calling DbeLoad(). What could interfer with dclip1.lib in my appliations ? regards Rudolf FUNCTION Main ...