Search found 41 matches: opend

Return to advanced search

Data management system

... I hope that what i'm trying to say make sence In general a software utility that we can copy text into (maybe even screenshots) and that can be opend with a key combination to popup.
by Marc Venken
Fri Feb 26, 2021 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2182

Re: A sample to print with REPrintBox5 a memo on two pages ?

Marc,

Just a idea.
Using the setup-section and define the editor You are working with.
That will open the memo with Your favorite editor.
The memo will be saved as a textfile before and opend with Your editor

regards
Uwe :D
by ukoenig
Sun Feb 25, 2018 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample to print with REPrintBox5 a memo on two pages ?
Replies: 28
Views: 4653

Re: Xbrowse with more that one oRs into it.

... I never worked with online (Sql??) databases and there index's. and how they set relations If I open them, it seems that all index's are automatic opend, but there will be a specific master index active. So in my case above, I think that the correct index is not active. I do think however that ...
by Marc Venken
Mon Nov 13, 2017 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with more that one oRs into it.
Replies: 7
Views: 3326

FiveDbu, Dbt and Fpt

... But is it still active from FWH crew? Change to Fpt file? Fivedbu creates DBT files when I tested it, but shouldn't I go for the Fpt file ? Fpt is opend by Fivedbu, but when I change the structure (not the memo file) and save with a new name, it become dbt. I'm stying on 32 bit for now, so what ...
by Marc Venken
Thu Jan 19, 2017 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDbu, Dbt and Fpt
Replies: 1
Views: 511

Fwh used for Prestashop shopcard (SOLVED)

... to it so I could stop using the import functions of Prestashop. and change stuff directly. I can read/open the files with phpMyAdmin, so it can be opend for sure with FWH and SQL I didn't read into the differences yet like : SQL or ADO or Dolphin .... used be several in this forum. The fact is ...
by Marc Venken
Wed Dec 14, 2016 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh used for Prestashop shopcard (SOLVED)
Replies: 9
Views: 2012

Re: Maybe OT: OrdCreate with Unique Clausule

... // .T. = UNIQUE ORDCREATE( ,cRMonat, "UPPER(PAT_NNAME + PAT_VNAME)", ; {|| UPPER(PAT_NNAME + PAT_VNAME) } , .F. ) It is the same DBF but opend twice. Once with a UNIQUE on NAMES and the 2. with a normal index on NAMES The result : The left browser-sample -> NO unique The right browser-sample ...
by ukoenig
Thu Apr 28, 2016 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Maybe OT: OrdCreate with Unique Clausule
Replies: 3
Views: 590

Re: How to protect a prog.-section to be opend twice ?

Antonio, Mark

thank You very much.
Maybe using a DUMMY.dbf on top of the section.
But I think a Button-disable might be a better solution.
The user can see, that it is impossible to write invoices for the moment.

best regards
Uwe :D
by ukoenig
Sun Mar 20, 2016 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to protect a prog.-section to be opend twice ?
Replies: 3
Views: 622

Re: How to protect a prog.-section to be opend twice ?

Uwe,

You could do a oBtn:Disable() or simple use a WHEN clause

but the Method Paint() of Class TMetroBtn has to be modified to paint it disabled
by Antonio Linares
Sun Mar 20, 2016 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to protect a prog.-section to be opend twice ?
Replies: 3
Views: 622

Re: How to protect a prog.-section to be opend twice ?

Uwe,

Is this a seperate DBF-file in your program?
If so, maybe you can lock the DBF if you open this, and unlock if you leave it.
For the other users on the LAN you can chech if the file is locked in order To enable/disable this button.
by Marc Vanzegbroeck
Sun Mar 20, 2016 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to protect a prog.-section to be opend twice ?
Replies: 3
Views: 622

How to protect a prog.-section to be opend twice ?

Hello, I have to protect a program-section, to be opend twice in a lan. For the moment I'm using a INI to detect if the section is in use. Maybe still another solution ? It belongs to the section < writing invoices > that can be open only once ...
by ukoenig
Sun Mar 20, 2016 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to protect a prog.-section to be opend twice ?
Replies: 3
Views: 622

Re: ADO Exclusive open

Carlos,

I remember to read somewere that if you opend recorset and issue : begintrans immediatly after might be the same as USE .. EXCLUSIVE if you get an error USE fails if not the state of table would be protected untill you commit or abort trans.

Do you have any experience on this?
by AHF
Tue Mar 24, 2015 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Exclusive open
Replies: 6
Views: 1368

Re: Sudoku with fwh

... 6 Cols. The 1. cell-click opens a image and saves the image-name to a var. The 2. click on any cell opens a 2. image and scans the array, if the opend image belongs to the 1. saved image-name ( the image is still visible ). If image-name 1 <> Image-name 2, ihe images are closed and +1 is ...
by ukoenig
Mon Jan 19, 2015 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8144

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Try also:

Code: Select all  Expand view
cDirName := cGetDir( "Select a directory", "D:\P_xbrwimg_plan", , "Test", 3 )


Works fine here on XP.

EMG
by Enrico Maria Giordano
Fri Aug 03, 2012 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

My final Solution. It works fine now : 1. Names of a Projectpath are PROJECT1, PROJECT2 ... 2. I use the Function DIRECTORY and work with Wildcards like PROJECT* 3. xBrowse shows only these existing Subdirectorys. 4. Next I save the Project-path to a INI-file and relaunch the Prog with the new Proje...
by ukoenig
Fri Aug 03, 2012 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Enrico, this comes very close to the Solution I'm looking for : with the Project-button selecting a Subdirectory. I can switch at Runtime between different created Projects. It is not completed : I still need a Return-value of the clicked Subdir and maybe opening the tree. ( I had to click on the Ma...
by ukoenig
Wed Aug 01, 2012 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086
Next

Return to advanced search