Search found 45 matches: automate

Return to advanced search

Re: Compilador VERC y PELLESC

... for reasons that are best explained by simile: Programming with .NET is like cooking in a McDonalds kitchen. It is full of amazing tools that automate absolutely everything. Just press the right button and follow the beeping lights, and you can churn out flawless 1.6 oz burgers faster than ...
by Rick Lipkin
Mon Jun 09, 2014 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilador VERC y PELLESC
Replies: 8
Views: 2272

Re: Creating acces table from dbf table

... file to a table within the Test.mdb ( access ) database. I am sure you can modify your code to generate the Create Table script from your .dbf and automate that process. Rick Lipkin // Ado test to create MS Access database and import// Customer.dbf data#Include "FiveWin.ch"//-------------Func ...
by Rick Lipkin
Sat Jun 29, 2013 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating acces table from dbf table
Replies: 11
Views: 2526

Re: Bad Email Dreams ...

... no idea how to access their SMTP servers. In some cases, when it works, it does so for awhile, and then it doesn't. Otto, My clients usually don't automate emails ( although they can send service reminders automatically ). In most cases, they have a document ( which I convert to PDF and attach ...
by TimStone
Tue May 15, 2012 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19432

Re: Telnet script ( probably ot )

Hi Marco, I´m wondering how can i put the feedback with the eventual terminal in my own window/dialog.
In my case, i´m working with a vms session and trying to automate some things, but with your example the session
is "blind". I hope you understand...
Regards.
Roberto.
by Rolaci
Tue Dec 20, 2011 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Telnet script ( probably ot )
Replies: 3
Views: 976

Re: Creating an Open Office spreadsheet file .xls

... GetPropertyValue().. I have both Excel and Open office on my machine and I have no clue what the DispatchHelper is either ?? I was trying to automate this invisibly and to be able to save the file and close when I am done .. I notice when you initialize the CreateObject( "com.sun.star.ServiceManager" ...
by Rick Lipkin
Tue Nov 01, 2011 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12138

Re: Codejock Calendar Samples?

... email CodeJock sales people with that question. Regarding the auto-installation of the OCX, CodeJock has a few sample codes that shows how to automate the OCX registration. I haven't looked into that just yet, since I'm confident that it will not be an issue. At this moment I'm trying to learn ...
by reinaldocrespo
Wed Jan 19, 2011 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 47009

Re: Firefox instead of Ie

Massimo,
probably the solution to automate pre-autentication using Ie is here.

http://msdn.microsoft.com/en-us/library/aa383144%28VS.85%29.aspx

please take a look

have a nice day

marco
by MarcoBoschi
Tue Oct 26, 2010 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Firefox instead of Ie
Replies: 9
Views: 1722

Re: Firefox instead of Ie PLEASE TEST IT

... asks authentication You have to digit "admin" as user ad "ip110" as password My problem is: 1) To use Internet Explorer 2) To automate authentication From my application now I use this FUNCTION NAVIGATE( cUrl, nMilli ) DEFAULT nMilli := 100 IF oIe = NIL oIe := CREATEOBJECT( ...
by MarcoBoschi
Tue Oct 19, 2010 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Firefox instead of Ie
Replies: 9
Views: 1722

Re: OT: Brainstorming: How to handle sw-updates

... program which is in their start buttons. That program simply copies the new .exe file from their file server to their workstation. I may automate this also. One idea posted previously was to have the start .exe actually be a routine that checks for an updated file, and if it exists, then ...
by TimStone
Sat Dec 12, 2009 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Brainstorming: How to handle sw-updates
Replies: 25
Views: 5820

Sending Fax with Microsoft Fax Service

Hi, I am trying to automate sending a fax using the fxscomex.dll. and the following code but i get the error MEMBERNOTFOUND: CONNECTEDSUBMIT. Is there a FiveWin equivalent of #import "fxscomex.dll" that I should be using? ...
by Gary Woodley
Tue Apr 28, 2009 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending Fax with Microsoft Fax Service
Replies: 10
Views: 1328

Word Mail Merge Help Needed

Hi, I'm trying to automate a mail merge using word in my app and need some help. Originally, i opened a doc that contained a piece of VB code that automated the mail merge, however this only worked with Word 2000 and not the later ...
by PeterHarmes
Thu Oct 09, 2008 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word Mail Merge Help Needed
Replies: 17
Views: 4630

Roger, You can automate send error file, I use Blat to this: ... // Generates a file with an Error Log BEGIN SEQUENCE oOldError = ErrorBlock( { || DoBreak() } ) MemoWrit( "Error.log", ...
by Rochinha
Tue Jul 01, 2008 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggested addition to Errsysw.prg
Replies: 12
Views: 2839

MS Word to .TXT

... then "SAVE AS .." .TXT then closing MS Word (b) then running my app against the resulting text file. I am desperate for suggestions on how to automate step (a) in such a way that the user never sees a MS Word screen. I need my app to do everything. i.e. The user simply selects a DOC file (via ...
by Colin Wisbey
Thu Oct 04, 2007 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Word to .TXT
Replies: 14
Views: 2962

BuildCe.bat make easy...

Hi, I made a program to automate the process of building exe and copy the exe to a directory mounted to emulator. Screen capture: http://x2f.xanga.com/f93a70ea5043567634188/b45406435.jpg What it does: 1. Open a source ...
by laiyilam
Fri Jul 21, 2006 8:17 am
 
Forum: FiveWin for Pocket PC
Topic: BuildCe.bat make easy...
Replies: 2
Views: 1008

I need to automate more ...

I understand what you are doing and I do something similar. However, what I want to do is have my program close ( not a problem ) but then execute an operation upon closing which performs the updating, and then restart with the new version of the program. This is very common with many programs so th...
by TimStone
Fri Mar 10, 2006 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exit to run routine
Replies: 3
Views: 791
Previous

Return to advanced search