Search found 125 matches: abc

Return to advanced search

Re: Using Hash in Harbour with bcc7

... TO HASH ARRAYS    ### ========================================== xHarbour allows to access items in hash array using OOP interface. hVal[ "ABC" ] := 100 can be alternatively written as hVal:ABC := 100. Using OOP interface is slower then [] operator but it works for all indexes which ...
by Maurizio
Thu Dec 17, 2015 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Hash in Harbour with bcc7
Replies: 9
Views: 1604

15.09 Menu problem still

... is fine. However, a submenu does not inherit the font of the first one. In my case, it is much larger and poorly spaced: MENU MENUITEM "Abc" MENUITEM "Def" MENUITEM "Options" MENU MENUITEM "Ghi" MENUITEM "JKL" ENDMENU ENDMENU In this case, ...
by TimStone
Sat Oct 10, 2015 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.09 Menu problem still
Replies: 7
Views: 980

generar pdf e imprimirlo, se puede?

... va a pdf y el siguiente a impresión directa quizás esté la opción y yo no estoy viendo como se hace gracias de antemano PRINT oPrn FILE "abc.pdf" --> Saves out put to abc.pdf silently or PRINT oPrn FILE 'PDF' --> prompts for a file name and saves to the file silently or PRINT ...
by postinelli
Fri Apr 10, 2015 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: generar pdf e imprimirlo, se puede?
Replies: 1
Views: 394

Re: Excel Hyperlink

Wow ... with ";" it works now with an URL !!!
Thank you very much!

But I wanted to create an eMail-hyperlink to an Excel-cell

'=HYPERLINK("Test@abc.de";"Frank")'

doesn't work for eMail. Can you help me once more?
by fp
Thu Jan 15, 2015 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel Hyperlink
Replies: 13
Views: 1617

Excel Hyperlink

How Is it possible to set an eMail-hyperlink to an Excel-cell?

I tryed it with

oAs:Cells[nRow,nCol] := "=HYPERLINK(Test@abc.de)"

OR

oAs:Cells[nRow,nCol] := "=HYPERLINK('Test@abc.de')"

but it doesn't work.

Has anyone a solution?

Thank you
by fp
Thu Jan 15, 2015 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel Hyperlink
Replies: 13
Views: 1617

Re: Microsoft to drop 18.000 employees

... lo que en cierta manera ha provocado también la agonía de su negocio sobremesa. Al final casi tuvieron que regalar la Surface 1 con el periodico ABC. Concuerdo con Mastintín en todo lo que ha dicho. Saludos.
by hmpaquito
Tue Jul 22, 2014 8:40 am
 
Forum: Off Topic / Otros temas
Topic: Microsoft to drop 18.000 employees
Replies: 4
Views: 1016

Running a program with mixed parameters

... is: ABCUpload.exe <user_name> <password> <license_key> <xml_file> [-DELZIP] Example: ABCUpload.exe ABCLoginAccount@abc.com secretp@ssw0rd ABCDEF90-1234-5678-90AB-CDEF12345678 "C:\ABCFolder\MyDatas.xml The user name, password, and license key are all drawn from ...
by TimStone
Thu Jul 03, 2014 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running a program with mixed parameters
Replies: 3
Views: 656

Compare 2 DBF files

Dear FWH friends, I have question about 2 DBFs compare. Cust.DBF data below NO NAME 01 ABC 02 Taipei 03 Taiwan 04 NCC 05 CNN Bill.DBF data below NO NAME 01 ABC 02 Taipei So I want to delete Cust.DBF data same as Bill.DBF data(NO) I want this below Cust.DBF data below ...
by richard-service
Tue Jan 28, 2014 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare 2 DBF files
Replies: 11
Views: 3689

Major problems with FWH 13.09 / xHb ...

... for me. Problem 1: xBrowse and mouse control Using an xbrowse, with a .dbf, where the view is of records found with "odba:SetScopeTop( abc )" and "odba:SetScopeBottom( xyz )". When clicking on a row, may see the highlight bar go to that row, then jump back to an earlier ...
by TimStone
Wed Nov 20, 2013 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2678

Re: Fivedroid on Qt

... te decia que para ti esta "chupado"... no se si se trataria de hacer una jerarquia de clases mas unos wrappers... Esto que para ti es el abc a otros nos hace un mundo. Que haya una capa intermedia Qt puede ser hasta bueno porque ellos (Qt) facilitan lo mas complejo, a saber, investigacion, ...
by Antonio Mart.
Mon Jun 10, 2013 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37182

Re: FiveWeb question

... desktop application. From the same reason we cannot see PRIVATE defined variable in a lower function - if we have function: FUNCTION One() PRIVATE abc DEFINE DIALOG oDlg @ 1,1 GET oGet VAR abc OF oDlg @ 2,1 BUTTON oBut ACTION checkit() ACTIVATE DIALOG oDlg // We are actually here and returned to ...
by codemaker
Wed May 22, 2013 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb question
Replies: 15
Views: 3999

Re: PRINT oPrn PDF

From FWH 13.04:

PRINT oPrn FILE "abc.pdf" --> Saves out put to abc.pdf silently
or
PRINT oPrn FILE 'PDF' --> prompts for a file name and saves to the file silently
or
PRINT oPrn PREVIEW FILE "abc.pdf" --> saves to 'abc.pdf' and displays abc.pdf
by nageswaragunupudi
Fri May 03, 2013 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PRINT oPrn PDF
Replies: 6
Views: 2358

Re: FiveWeb y Dolphin juntos!

Excelente, Antonio,
! Felicidades !
Para los que estamos ya familiarizados con Dolphin, nos gusta esto,

Como seria un ABC en FIVEWEB Y DOLPHIN?

Saludos.
by sysctrl2
Thu Apr 25, 2013 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb y Dolphin juntos!
Replies: 22
Views: 3847

tcbrowse editcol method

... desired result, but I think there should be a better way to modify the actual oGet:oGet data entry object. example: A cell's old value was "ABC" I type "X" on the browse object's cell. I would like the edit process to begin in the 2nd position and a value of "XBC" ...
by don lowenstein
Thu Mar 07, 2013 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse editcol method
Replies: 0
Views: 391

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

Perfecto antonio,

estamos anciosos por poder construir un menu y darle abc a una tabla de mysql.

Seguimos aguardando.

Saludos.
by sysctrl2
Mon Oct 29, 2012 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62905
PreviousNext

Return to advanced search