Search found 158 matches

by GeneB
Fri Jun 25, 2010 4:51 pm
Forum: User Contributions
Topic: Importing Excel To a Dbf
Replies: 3
Views: 13948

Importing Excel To a Dbf

I import price updates from Excel spreadseets into our software, and need more control over the data types that Excel2WorkArea() provides. Every spreadsheet is different from each manufacturer. I found that when importing a text cell containing all numerical characters, the data type transferred is ...
by GeneB
Thu Jun 24, 2010 10:10 am
Forum: eXpress++ Support
Topic: DC_Excel2WorkArea()
Replies: 1
Views: 5777

DC_Excel2WorkArea()

Any documentation on DC_Excel2WorkArea() available? Could you help with an example of it's use, please.
Thanks.
by GeneB
Wed Jun 23, 2010 7:56 pm
Forum: Xbase++ Support
Topic: Importing data
Replies: 6
Views: 13282

Re: Importing data

Can you provide an example of it's use? I can't find any documentation for DC_Excel2WorkArea()
I updated in April. Has it been added since?

GeneB
by GeneB
Tue Apr 20, 2010 3:04 pm
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37292

Re: Combo control

I would love to see a sample program of this. GeneB
by GeneB
Thu Apr 01, 2010 7:16 am
Forum: eXpress++ Support
Topic: Auto Seek Question from Xdemo
Replies: 1
Views: 6044

Auto Seek Question from Xdemo

In the example from Xdemo, Sample Group 2, "Auto Seek 1": I would like the item in the browse that is highlighted to appear in the Get when "Enter" is pressed, and have the buttons "Yes/No" then receive focus. What change/addition, please. Thank you. FUNCTION XSample_43 /* Browse with AUTOSEEK (Data...
by GeneB
Tue Mar 16, 2010 11:33 am
Forum: eXpress++ Support
Topic: CANCELENABLE in DCPRINT
Replies: 1
Views: 6118

CANCELENABLE in DCPRINT

When preparing a long report for preview or print, what is the way to enable an exit button? The documentation says that CANCELENABLE adds a dialog window during printing with a Cancel button. I don't get a dialog window other than the one from BusyMessage. Can CancelEnable and BusyMessage be used t...
by GeneB
Mon Mar 08, 2010 3:55 pm
Forum: Xbase++ Support
Topic: DCBROWSE Question
Replies: 2
Views: 8458

Re: DCBROWSE Question

Perfect.
I was always told the key to success was to surround yourself with people that are smarter than you are.
Many thanks, this is finally starting to make sense. GeneB
by GeneB
Mon Mar 08, 2010 2:05 pm
Forum: Xbase++ Support
Topic: DCBROWSE Question
Replies: 2
Views: 8458

DCBROWSE Question

In the following code, can someone show me how to exit the browse with a mouse click (or two) and have the two Gets updated to display the information selected in the browse, prior to exiting with the "OK" button. I could change this to an array browse, but would like to know how to do it from a dbf...